Some question about the test - part 12
Q35. Component testing is also called as: i.unit testing ii. program testing iii. module testing iv. system component testing Choose A, i, ii, iii are true, iv is false B, i, ii, iii, iv are true C, i, ii, iv are true, iii is false D, all of the above...
Some question about the test - part 11
Q31. Purpose of test design technique is A, identifying test conditions only, not identifying test cases B, not identifying test conditions, identifying test cases only C, identifying test conditions and identifying test cases D, identifying test conditions...
Some question about the test - part 10
Q28. The difference between re-testing and regression testing is: A, re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects B, re-testing looks for unexpected side-effects; regression testing ensures...
Some question about the test - part 9
Q25. Functional system testing is: A, testing that the system functions with other systems B, testing that the components that comprise the system function together C, testing the end to end functionality of the system as a whole D, testing the system...
Some question about the test - part 8
Q22. Non-functional system testing includes: A, testing to see where the system does not function correctly B, testing quality attributes of the system including performance and usability C, testing a system function using only the software required for...
Some question about the test - part 7
Q19. Which of the following is a form of functional testing? A, boundary value analysis B, usability testing C, performance testing D, security testing Answer: A Q20. Regression testing should be performed: v. every week w. after the software has changed...
Some question about the test - part 6
Q16. Alpha testing is: A, post-release testing by end user representatives at the developer’s site. B, the first testing that is performed. C, pre-release testing by end user representatives at the developer’s site. D, pre-release testing by end user...
Some question about the test - part 5
Q13. Which of the following is true of the V-model? A, It states that modules are tested against user requirements. B, It only models the testing phase. C, It specifies the test techniques to be used. D, It includes the verification of designs. Answer...
Purpose and Content of a Test Plan
Purpose and Content of a Test Plan A test plan outlines test activities for development and maintenance projects. Planning is influenced by the test policy and test strategy of the organization, the development lifecycles, and methods being used, the...
Test execution tools
Test execution tools Test execution tools execute test objects using automated test scripts. This type of tool often requires significant effort in order to achieve significant benefits. Capturing tests by recording the actions of a manual tester seems...