A typical objective of testing is to ensure that:
A typical objective of testing is to ensure that:A . testing is used to drive the development of a softwareB . a software has been tested using a combination of test techniquesC . there are no defects in a software that is about to be releasedD . a software has...
Which of the following is NOT a valid object of this pilot project?
A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?A . Get familiar with the functionality and options of the toolB . Check haw the tool fits to the existing test processesC . Train...
Based only on the given information, which of the following ATDD tests is most likely to be written first?
Consider the following user story about the authentication functionality of an e-commerce website: "As a logged-in user, I want to change my current password with a new one, so that I can make my account safer". The following are some of the acceptance criteria defined for the user story: [a]...
Which one of the following answers contain only test cases that belong to the same equivalence partition?
The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS). If the TAS is between 50k and 80k, the bonus is 10%. If the TAS exceeds 80k by a value...
Which of the following statements best describes how configuration management supports testing?
Which of the following statements best describes how configuration management supports testing?A . Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be releasedB ....
Which of the following is a test task that usually occurs during test implementation?
Which of the following is a test task that usually occurs during test implementation?A . Make sure the planned test environment is ready to be deliveredB . Find, analyze, and remove the causes of the failures highlighted by the testsC . Archive the testware for use in future test projectsD...
Which of the following statements about error guessing is true?
Which of the following statements about error guessing is true?A . Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or notB . Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs...
Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length?
An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet. Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied...
Which of the following alternatives includes correct test values for x. based on equivalence partitioning?
The following 4 equivalence classes are given: Which of the following alternatives includes correct test values for x. based on equivalence partitioning?A . -100; 100:1000; 1001B . -500; 0; 100; 1000C . -99; 99:101; 1001D . -1000; -100; 100; 1000View AnswerAnswer: D Explanation: The question is about selecting the correct...
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...