When Should Performance Testing Be Taken Up?
Usually, there are two approaches to software testing — namely the agile approach and the waterfall approach. To decide when testing should be taken up, first decide which approach you will be following. If you are following the waterfall approach, wait until the end of development to start testing. Here the performance tests will take the form of acceptance testing and if the criteria are met, the system will be sent to production. If you decide to follow the agile approach, the testing starts from the very beginning i.e., with unit tests. It is essential to have a continuous integration environment so that you can run tests throughout the SDLC.

#testing #performance testing

Types Of Performance Testing and When to Use Them
1.05 GEEK