InterviewSolution
Saved Bookmarks
| 1. |
What are the best ways for carrying out spike testing? |
|
Answer» Spike testing can be carried out by bombarding the application with networking, random connections, DATA, different operations, firing requests to every SINGLE FUNCTIONALITY of the application. In this way, the application is pushed to the limits and monitoring can be done to IDENTIFY if it can WORK under pressure. The data monitored can be documented and then be analyzed. |
|