Welcome to this ISTQB test, Foundation level online training.
You may answer these 20 questions within 30 minutes.
The timer at the bottom of the screen will help you keep track of time.
Good luck!
1 - What is debugging?
2 - During the specifications description phase, which practice is the most appropriate?
3 - An automated test fails, yet the application is working properly. What is this called?
4 - The purpose of dynamic automated functional tests is to:
5 - When running a test suite, the tester must always follow strictly the instructions of the test cases.
6 - How is a risk calculated?
7 - What is an equivalence partition?
8 - A bus tickets purchasing terminal prohibits payment by cash, unless the user owns a valid and activited transport card. Which tool is best for analyzing the different possible behaviors of the application?
9 - A unit test performs the following function with the argument $sales = true. $theme = 'Golden zebra stripes'; function createAisleSign(boolean $sales){ echo 'Find out this week's theme collection: '.$theme; if ($sales) { echo '. Items in this aisle are on sale: there is no refund nor exchange.'; } } I. Function coverage of this portion of code is complete. II. Instruction coverage for this portion of code is complete. III. Decision coverage for this portion of the code is complete. IV. Branch coverage for this portion of code is complete. Which of the following are correct ?
$theme = 'Golden zebra stripes'; function createAisleSign(boolean $sales){ echo 'Find out this week's theme collection: '.$theme; if ($sales) { echo '. Items in this aisle are on sale: there is no refund nor exchange.'; } }
10 - The test team independence towards the development team promotes test impartiality, but it also presents risks. Which of the following is not directly part of it?
11 - Every test project faces two types of risk. Which ones?
12 - Which of the following activities can be carried out informally?
13 - What is a non-functional requirement?
14 - The development team has just finalized the development of a site full of animations (slideshows, popups...) The client wants to ensure that this amount of animations does not slow down too much page loading. Which type of test is appropriate in this case?
15 - Quality is defined as:
16 - Check the correct answer:
17 - Incident reports can have different objectives. Which of the following is not one of them?
18 - In which order should the tests be run?
19 - Does agility oppose to test?
20 - When should you start testing?