Defines the tasks associated with FIO QA
Overview
There are several categories of FIO QA:
fio and fio.contracts automated testing | fio.test javascript tests | |
Devnet release testing | ||
Testnet release testing | ||
Mainnet release testing | ||
Application testing | Includes manual and automated testing of FIO applications:
| |
SDK testing | Running of SDK unit tests for every release. | |
QA Tasks
fio and fio.contracts automated testing
fio and fio.contract QA is covered by the fio.test javascript test harness. New automated tests are created for every new action, endpoint and feature added to the protocol. Full regression tests are run for every release.
Add Comment