InterviewSolution
Saved Bookmarks
| 1. |
What kind of testing deals with subjecting the application to a huge amount of data? |
|
Answer» This kind of testing is known as volume testing. It deals with subjecting the APPLICATION to a HUGE amount of DATA to determine how much data the application can handle when there are a good load of users accessing the application concurrently. It verifies the performance of a system to test WHETHER it can handle a stipulated volume of data by entering huge data volume to the application either incrementally or steadily. |
|