# QA Team Epics
+ better framework for functional tests
+ better handling of test fixtures
+ Grep through the repo and try to consolidate fixtures
+ Make it easy to prepare tests
+ Example of module based fixtures (a fixture can be defined as yaml file or set of Go objects)
### Network provisioning and load tests
- [ ] automated provisioning
+ currently we are testing on a machine 16GB RAM, 8 CPU (can handle 20 nodes).
- [ ] Automation in network tests
- [ ] add a script to test migration
- [x] copy binary to all cosmovisor nodes
- [ ] [Automate the whole migration process](https://github.com/cosmos/qa-integration/issues/13)
- [ ] more load tests
+ stochastic model for test generation
- [ ] try to integrate network test with a dashboard or github
+ OR: github button to on demand trigger the network tests
+ OR: use / integrate other framework with dashboard to perform long and complex tests with network provisioning
- [ ] create a test scenario for a long test (days).
### Benchmarks
+ [ ] store [PR by crypto.com](https://github.com/cosmos/cosmos-sdk/pull/10722)
+ [ ] gas-fee framework
+ [ ] module interaction benchmark
### Static analysis (Oritech work)
+ code static analyzer
+ Improve queries for bug patterns:
+ add more queries absed on: https://github.com/cosmos/cosmos-sdk/issues/10190
### Dependency
+ Make simapp more flexible