Which of the following is a function of a dynamic analysis tool?
Which of the following is a function of a dynamic analysis tool?A . Provide support for traceability of tests, test results and incidents to source documentsB . Monitor the allocation, use and de-allocation of memory during run-time of a programC . Execute programs step-by-step in order to reproduce failures and...
Which of the following is true about Oracles?
Which of the following is true about Oracles?A . Sometimes old version of a product can be used as an OracleB . Oracles help in reproducing the irreproducible bugsC . Oracles are derived from the designD . Oracles can be generated automatically using data generatorsView AnswerAnswer: A Explanation: An oracle...
Which of the following statements about test reports are TRUE?
Which of the following statements about test reports are TRUE? I. Test reports shall be approved by the test team. II. Test reports shall give stakeholders information as basis for decisions. Ill. Test reports shall summarize what happened through a period of testing. IV. Test reports shall be approved by...
Which of the below represent boundary values?
A software system checks age in order to determine which welcome screen to display. Age groups are: Group I: 0-12 Group II; 13-18 Group III: over 18 Which of the below represent boundary values?A . (-1.0.12.13.18,19)B . (-1.0,11.12.13,14,18.19)C . (0.12.13.18.19)D . (4.5.15.20)View AnswerAnswer: A Explanation: A correct list of boundary...
Which statement about use case testing is true?
Which statement about use case testing is true?A . The lest cases are designed to find defects in the data flew.B . The test cases are designed to be used by real users, not by professional testersC . The test cases are always designed by customers or end users.D ....
Which of the following is correct with regards to debugging?
Which of the following is correct with regards to debugging?A . Debugging identifies the cause of a failureB . Debugging is often performed by test engineersC . Debugging is considered part of the testing activitiesD . Debugging is intended to find as many defects as possible in the codeView AnswerAnswer:...
Which of the following is the most important task of a typical test leader?
Which of the following is the most important task of a typical test leader?A . To automate tests.B . To prepare and acquire test data.C . To set up the test environment.D . To coordinate the test strategy with project managers.View AnswerAnswer: D Explanation: The most important task of a...
Which of the following test techniques is the most appropriate one for testing the price computation?
A system computes prices for bus tickets. The price depends on - the passenger type (baby, child, adult, senior citizen, student, military) - the travelling type (as single or in a group) - the distance (zone 1. 2. 3) - the kind of transport (ordinary, express) Which of the following...
In which of the following test documents would you expect to find test exit criteria described9
In which of the following test documents would you expect to find test exit criteria described9A . Test design specificationB . Project planC . Requirements specificationD . Test planView AnswerAnswer: D Explanation: Test exit criteria are the conditions that must be fulfilled before concluding a particular testing phase. These criteria...
What is 'Component Testing'?
What is 'Component Testing'?A . Integration TestingB . Functional testingC . Experience-based testingD . A test levelView AnswerAnswer: D Explanation: Component testing is a test level. A test level is a group of test activities that are organized and managed together based on some common characteristics or objectives. A test...