Equivalence Partitioning is best defined as:
Equivalence Partitioning is best defined as:A . An analysis technique that divides inputs into groups that are expected to exhibit similar behaviors.B . Applying to time-related data classes only.C . A form of white-box testing.D . A method to reduce test coverage.View AnswerAnswer: A
What is the difference between system integration testing and acceptance testing?
What is the difference between system integration testing and acceptance testing?A . System integration testing is testing non-functional requirements Acceptance testing concentrates on the functionality of the systemB . System integration testing is executed by the developers. Acceptance testing is done by the customerC . System integration testing verifies that...
Dynamic Analysis Tools are used to:
Dynamic Analysis Tools are used to:A . Determine differences between files or databases.B . Monitor and report on how a system behaves under a variety of conditions.C . Find defects, such as memory leaks, while software is executing.D . Measure the percentage of specific types of code structure that have...
Which of the following is a consideration when deploying test execution tools? [K1]
Which of the following is a consideration when deploying test execution tools? [K1]A . Data-driven testing cannot be used with test execution toolsB . Recorded manual tests may become unstable in useC . Keyword-driven testing cannot be used with test execution toolsD . Expected results for tests are not required...
What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation?
What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation? (i) Identification of configuration items of the software or system. (ii) Software or system lifecycle process in which the incident was observed. (iii) Description of the anomaly to...
What is static analysis?
What is static analysis?A . The decision between using white or black box test techniques.B . Executing software to validate the most common path through the code.C . A technique to find defects in software source code and software models, performed without executing code.D . It is a testing technique...
For complete coverage of all combinations, how many combinations of the above are to be tested?
The following diagram lists various types of operating systems, databases and application servers supported by the application under test. For complete coverage of all combinations, how many combinations of the above are to be tested?A . 11B . 5C . 45D . 3View AnswerAnswer: D
Which of the following statements is most true about test conditions?
Which of the following statements is most true about test conditions?A . An item or event of a component or system that can be verified by one or more test cases.B . The grouping of a composite set of test cases which, when tested as a whole, reveal a positive...
Which of the following tools, had it been used, would have prevented the loss of Sam's updates?
An organization is working on updating test cases for a particular module of their software. Sam updated a set of test cases yesterday and saved the new version on his PC. Unfortunately, the hard disk of his PC crashed, and his work was lost. The IT department of the organization...
To the nearest $, which of these groups of numbers fall into three DIFFERENT equivalence classes?
A system calculates the amount of customs duty to be paid: _ No duty is paid on goods value up to, and including, $2,000. _ The next $8,000 is taxed at 10%. _ The next $20,000 after that is taxed at 12%. _ Any further amount after that is taxed...