Which team would be the most suitable for this goal?
A software company decided to buy a commercial application for its accounting operations. As part of the evaluation process, the company decided to assemble a team to test a number of candidate applications. Which team would be the most suitable for this goal?A . A team from an outsourcing company...
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
Which type of review has the following main purposes: discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?A . Technical ReviewB . InspectionC . WalkthroughD . Informal reviewView AnswerAnswer: A Explanation:
Which of the following test sequences represents a possible use case?
Send "reservation ready" message to a borrower Which of the following test sequences represents a possible use case? (a test sequence always start with test #1)A . 1-4-2-7-5-6-3B . 1-6-2-5-7-4-3C . 1-6-4-7-5-3-2D . 1-2-6-7-4-5-3View AnswerAnswer: D Explanation: A use case is a description of how a user interacts with a...
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 best describes the Black-box technique?
Which of the following best describes the Black-box technique?A . It uses decision coverage for completeness.B . It ensures all possible branches in the code are tested.C . It is based on the internal structure of the system.D . It can be done without reference to the internal structure of...
Which TWO of the following test tools would be classified as test execution tools? [K2]
Which TWO of the following test tools would be classified as test execution tools? [K2] a. Test data preparation tools b. Test harness c. Review tools d. Test comparators e. Configuration management toolsA . a and bB . c and dC . c and eD . b and dView AnswerAnswer:...
Which of these sets of amounts covers all equivalence classes?
A money order system is designed to calculate the charge for a transfer - Amounts from 1 to 1999 are charged EUR 10. - Amounts from 2000 to 5000 are charged EUR 15 - Amounts below EUR 1 or above EUR 5000 are not accepted. Assume that only integer values...
Which of the following is correct?
Which of the following is correct?A . Intrusive test tools are tools that do not exhibit the probe-effectB . Testing tools can be used by both developers and testersC . Use of testing tools is effective only when done as part of a test automation systemD . Testing tools allow...
What is the value of static code analysis?
What is the value of static code analysis?A . Detection of failures not easily found by other types of testingB . Early defect detectionC . Detection of suspicious operations caused by deviations from regulationsD . Detect deviations in standards by executing the source codeView AnswerAnswer: B Explanation: Static code analysis...
Which of the following are valid test objectives?
Which of the following are valid test objectives? (i) Finding defects. (ii) Gaining confidence about the level of quality and providing information. (iii) Preventing defects. (iv) Debugging the code.A . i, ii and iiiB . i, ii and ivC . ii and iiiD . i and ivView AnswerAnswer: A Explanation:...