Which of the following are the phases of the ISTQB fundamental test process?
Which of the following are the phases of the ISTQB fundamental test process?A . Test planning and control, Test analysis and design, Test implementation and execution, Evaluating ex t criteria and reporting. Test closure activitiesB . Test planning, Test analysis and design. Test implementation and control. Checking test coverage and...
Which of the following statements about Experience Based Techniques (EBT) is correct?
Which of the following statements about Experience Based Techniques (EBT) is correct?A . EBT use tests derived from the test engineers' previous experience with similar technologies.B . EBT is based on the ability of the test engineer to implement various testing techniques.C . EBT is done as a second stage...
Which of the following is NOT an experience-based technique?
Which of the following is NOT an experience-based technique?A . Boundary value analysis.B . Error guessingC . Exploratory testingD . Fault attackView AnswerAnswer: A Explanation: Boundary value analysis is not an experience-based technique, but rather a specification-based technique (also known as black-box technique). Experience-based techniques are techniques that rely on...
Consider the following statements about risk-based testing.
Consider the following statements about risk-based testing. I) Risk-based testing has the objective to reduce the level of protect risks. II) Tests should be prioritized to find tie critical detects as early as possible. III) Non-testing activities may also help to reduce risk IV) Risks have to be reassessed on...
Which of the following options cover the test types performed during typical system testing phase:
Which of the following options cover the test types performed during typical system testing phase: I. Usability II. Requirements based scenarios III. Testing parts of the code in isolation IV. Correct order of parameters in API callsA . I, IllB . I, IIC . II, IVD . III, IVView AnswerAnswer:...
What would you suggest as the most important report improvement?
The following incident report that was generated during test of a web application. What would you suggest as the most important report improvement? Defect detected date: 15 8.2010 Defect detected by: Joe Smith Test level System test Test case: Area 5/TC 98 Build version: 2011-16.2 Defect description After having filled...
Which of the following is the next step the tester should take poor to recording the deviation?
During system testing phase of a word processor, a tester finds that on opening a file from a particular set of files, which are part of a critical workflow, the word processor crashes. Which of the following is the next step the tester should take poor to recording the deviation?A...
Which test design technique should be used to cover all possible combinations of the in put conditions?
For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required: - The bank card is valid - The PIN code is correct - Money is available in the user's account The following are some possible interactions between the user and the ATM: - The entered card...
Which of the following s the most correct statement about state testing techniques?
Which of the following s the most correct statement about state testing techniques?A . Static techniques can be used before all code is ready for executionB . Static techniques find more detects then dynamic techniques.C . Static techniques can be used by inexperienced users.D . Static techniques are always cheaper...
Which of the following options represent correct set of data for valid equivalence class partitions?
4 equivalence classes are given for integer values: 0 < x <100 100<= x <= 200 200 < x < 500 x >= 500 Which of the following options represent correct set of data for valid equivalence class partitions?A . 50; 100; 200. 1000B . 0. 1.99, 100.200,201.499, 500;C ....