Q.: Important consequences of the impossibility of complete testing are (Choose one or more answers):
A. We can never be certain that the program is bug free.
B. We have no definite stopping point for testing, which makes it easier for some managers to argue for very little testing.
C. We have no easy answer for what testing tasks should always be required, because every task takes time that could be spent on other high importance tasks.
D. All of the above.
D is correct
<<<<<< =================== >>>>>>
Q.: Poor software characteristics are
A. Only Project risks
B. Only Product risks
C. Project risks and Product risks
D. Project risks or Product risks
B is correct
<<<<<< =================== >>>>>>
Q.: System testing should investigate
A. Non-functional requirements only not Functional requirements
B. Functional requirements only not non-functional requirements
C. Non-functional requirements and Functional requirements
D. Non-functional requirements or Functional requirements
C is correct
<<<<<< =================== >>>>>>
Q.: Contract and regulation testing is a part of
A. System testing
B. Acceptance testing
C. Integration testing
D. Smoke testing
B is correct
<<<<<< =================== >>>>>>
Q.: Find the correct flow of the phases of a formal review
A. Planning, Review meeting, Rework, Kick off
B. Planning, Individual preparation, Kick off, Rework
C. Planning, Review meeting, Rework, Follow up
D. Planning, Individual preparation, Follow up, Kick off
C is correct
<<<<<< =================== >>>>>>
Q.: Which is not the testing objectives
A. Finding defects
B. Gaining confidence about the level of quality and providing information
C. Preventing defects.
D. Debugging defects
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a KEY task of a tester?
A. Reviewing tests developed by others
B. Writing a test strategy for the project
C. Deciding what should be automated
D. Writing test summary reports
A is correct
<<<<<< =================== >>>>>>
Q.: Which is not the project risks
A. Supplier issues
B. Organization factors
C. Technical issues
D. Error-prone software delivered
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a potential risk in using test support tools?
A. Under estimating the effort needed to maintain the test assets
B. Losing access to important testing information when needed
C. Relying too much on qualitative and quantitative assessments
D. Lowering the morale of the test team because of repetition
A is correct
<<<<<< =================== >>>>>>
Q.: How many test cases are needed to achieve 100 % statement coverage?
if ((temperature < 0) or
(temperature > 100)) {
alert ("DANGER");
if ((speed > 100) and (load <= 50)) {
speed = 50;}} else {
check = false;
}
A. 5
B. 4
C. 2
D. 3
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is false?
A. Incidents should always be fixed.
B. An incident occurs when expected and actual results differ.
C. Incidents can be analysed to assist in test process improvement.
D. An incident can be raised against documentation.
A is correct
B. An incident occurs when expected and actual results differ.
C. Incidents can be analysed to assist in test process improvement.
D. An incident can be raised against documentation.
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is false?
A. In a system two different failures may have different severities.B. A system is necessarily more reliable after debugging for the removal of a fault.
C. A fault need not affect the reliability of a system.
D. Undetected errors may lead to faults and eventually to incorrect behavior.
B is correct <<<<<< =================== >>>>>>
Q.: A testing process that is conducted to test new features after regression testing of previous features.
A. Operational testing
B. Progressive testing
C. Recovery testing
D. Regression testing
B is correct
<<<<<< =================== >>>>>>
Q.: Identify out of the following, which are the attributes of cost of faults?
A. These are cheapest to detect during early phases of development
& becomes more & more expensive to fix in the later phases.B. Although faults are most expensive to find during early development phases, they are cheapest to fix then.
C. Faults are cheapest to find in the early development phases but the most expensive to fix then.
D. They are easiest to find during system testing but the most expensive to fix then.
A is correct
<<<<<< =================== >>>>>>
Q.: What is non-functional testing?
A. Testing an integrated system to verify that it meets specified requirements
B. Testing the internal structure of the system to ensure it�s built correctly
C. Testing the way the system works without regard to the level of test
D. Testing characteristics such as usability or reliability
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a form of functional testing?
A. Boundary value analysis
B. Usability testing
C. Performance testing
D. Security testing
B. Usability testing
C. Performance testing
D. Security testing
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements about decision tables are TRUE?
I. Decision tables are useful when dealing with multiple inputs that do not interact.
II. The strength of a decision table is that it creates combinations of inputs that might not otherwise been evaluated.
III. Decision tables are useful when trying to capture system requirements that contain logical conditions.
IV. Each column of a decision table corresponds to a business rule that defines a unique combination of conditions.
A. II, III and IV
B. I and IV
C. I, II and III
D. I and III
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following are metrics (measurements) that a test group may use to monitor progress?
I. Subjective confidence of the testers in the product
II. The number of testers currently testing
III. Percentage of planned test cases prepared
IV. Defects found and fixed
A. I only
B. I, III and IV
C. I, II and IV
D. II and IV
B is correct
<<<<<< =================== >>>>>>
Q.: A test case has which of the following elements?
A. A test environment description and test instructions.
B. A set of inputs, execution preconditions, and expected outcomes.
C. A test plan, test inputs, and logging instructions.
D. Execution instructions and a function description to determine correct outcome.
B is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment