Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?
A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage...
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 applications will be the MOST suitable for testing by Use Cases
Which of the following applications will be the MOST suitable for testing by Use CasesA . Accuracy and usability of a new Navigation system compared with previous systemB . A billing system used to calculate monthly charge based or large number of subscribers parametersC . The ability of an Anti...
The tests at the bottom layer of the test pyramid:
The tests at the bottom layer of the test pyramid:A . run faster than the tests at the top layer of the pyramidB . cover larger pieces of functionalities than the tests at the top layer of the pyramidC . are defined as 'Ul Tests' or 'End-To-End tests' in the...
Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders".
Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:A . not usually included in a test plan, and therefore in the...
Which of the following statements about white-box test techniques is true?
Which of the following statements about white-box test techniques is true?A . Achieving full statement coverage and full branch coverage for a software product means that such software product has been fully tested and there are no remaining bugs within the codeB . Code-related white-box test techniques are not required...
Which of the following statements about exploratory testing is true?
Which of the following statements about exploratory testing is true?A . Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirementsB . When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in...
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?A . Tests should be written in executable format before the code is written and should act as executable specifications that drive codingB . Test levels should be defined such that...
The unscripted tests produced by the tester's experience during such session belong to which one of the following testing quadrants?
In a two-hour uninterrupted test session, performed as part of an iteration on an Agile project, a heuristic checklist was used to help the tester focus on some specific usability issues of a web application. The unscripted tests produced by the tester's experience during such session belong to which one...
Which of the following statements about how different types of test tools support testers is true?
Which of the following statements about how different types of test tools support testers is true?A . The support offered by a test data preparation tool is often leveraged by testers to run automated regression test suitesB . The support offered by a performance testing tool is often leveraged by...