InterviewSolution
| 1. |
What do you mean by Baseline Testing and Benchmark testing? |
|
Answer» Baseline Testing: It is a TYPE of non-functional testing in which a set of tests are run to capture performance information. Using this GATHERED information, we can make required changes in the application and ultimately improve the performance and capabilities of the application. In general, it refers to a benchmark that usually forms the base of any new creation. During this testing, MANY errors are discovered and resolved. |
|