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...
Which of the following issues cannot be identified by static analysis tools?
Which of the following issues cannot be identified by static analysis tools?A . Very low MTBF (Mean Time Between failure)B . Potentially endless loopsC . Referencing a variable with an undefined valueD . Security vulnerabilitiesView AnswerAnswer: A Explanation: Static analysis tools are software tools that examine the source code of...
Which of the following statements about static testing and dynamic testing is true?
Which of the following statements about static testing and dynamic testing is true?A . Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized toolsB . Static testing is usually much less cost-effective than dynamic testingC . Unlike dynamic testing, which focuses on detecting...
The whole-team approach:
The whole-team approach:A . promotes the idea that all team members should have a thorough understanding of test techniquesB . is a consensus-based approach that engages the whole team in estimating the user storiesC . promotes the idea that all team members should be responsible for the quality of the...