QA Manual Interview Test.
QA Manual Interview Test.
1. You found a defect in an application and you are not able to reproduce it consistently. How
would you report it? Explain with example.
I consider that I have a mobile application for voice transmission, conferences, messaging. I found a
call interruption bug at 45 seconds, it was reproduced 3 times out of 7. I will report it as a major
bug.
6. You have a rope with the length of half a meter. From 5 to 5 centimeters you have to place a nail in
order to hang the rope on a wall. How many nails do you need?
A. 10
B. 11
C. 14
7. See the specification below:
IF A <= 10 EN B = 12 OF C >= 10
THEN X := 40
ENDIF
IF D <= 14
THEN X := 50
ELSE X := 0
ENDIF
D <= 14 is an example of which concept?
A. action
B. condition
C. operator
D. test situation
10. There is a choice of three possibilities for the entering of test data in an existing system.
Which possibility has an advantage from a testing perspective?
A. use of production data
B. entering through separate front-end software
C. entering through regular system functions