-
Test case review and traceability matrix
What is difference between test case review and traceability matrix?
-
Cannot execute all test cases
What do we do if we cannot execute all the test cases
-
-
Boundary Value Analysis
In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22%
Any further amount is taxed at 40%
To the nearest whole pound, which of these is a valid Boundary Value Analysis test
case?
Please explain how to get the BVA? -
-
What do you do If a defect is affecting two separate test cases
What do you do If a defect is affecting two separate test cases indirectly not directly. DO you assign the defect to both test cases and fail both or just assign it to one ??
-
-
-
-
-
-
What is progress report in testing?
How progress report is written and useful in testing?
Thank in advance -
-
Which testing method is used to check the software in abnormal condition?
Which testing method is used to check the software in abnormal condition?1) Stress testing2) Security testing3) Recovery testing4) Beta testing
-
Role of test Manager.
What is the role of a Test manager in buying a test tool?
-
-
-
Is there any performance testing done in manual testing?
e.g: performance testing of gtalk.
For manual testing interview only performance testing questions were asked.
-
Boundary Analysis Value
Consider an application with two parameters A and B as input. If all inputs are valid, the application returns "Eureka", otherwise it crashes. The equivalence classes are as follows:
Parameter A:
EQ_A1: 0 < A < 10 (valid)
EQ_A1a: A 10 (invalid)
EQ_A2: A is an integer (valid)
EQ_A2a: A is not an integer (invalid)
Parameter B:
EQ_B1: B is... -
Software Testing Interview Questions
Ans