| Helps to validate the system behaviour at different load conditions. | Helps to verify the software accuracy with KNOWN inputs and expected output. |
| This testing is preferred to be DONE in an automated way. | This testing can be done both manually and automatically. |
| Several USERS can perform desired operations. | Here, only one user performs the operations. |
| Clients, Testers, developers, DBA and NETWORK teams are involved here. | Customer, Tester and Development teams are involved here. |
| This requires a TEST environment that is close to the production environment to get the best results. | Here, we do not require a close to the production environment for testing. |
| Non-functional requirements are tested here. | Functional requirements and business logic is tested here. |