Q.: Test Plan
A. Road map for testing
B. Tells about the actual results and expected results
C. Both a and b
D. None of the above
A is correct
<<<<<< =================== >>>>>>
Q.: User Acceptance Testing
A. Same as Alpha Testing
B. Same as Beta Testing
C. Combination of Alpha and Beta Testing
D. None of the above
C is correct
<<<<<< =================== >>>>>>
Q.: Path coverage includes
A. Statement coverage
B. Condition coverage
C. Decision coverage
D. None of these
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following demonstrates independence in testing?
J. Independent testers are external to the organization
K. Independent testers are part of the development team
L. Independent testers are from the user community
M. Programmers who wrote the code serve as independent testers
N. Customers who wrote the requirements serve as independent testers
A. J. L and N
B. J. K, L and N
C. K. M and N
D. J, L, M and N
B is correct
<<<<<< =================== >>>>>>
Q.: Recovery testing is a system test that forces the software to fail and verifies that data recovery is properly performed. The following should be checked for correctness 1. Re-initialization
2. Restart
3. Data Recovery
4. Check Point Mechanism
A. 1 and 2
B. 1, 2 and 3
C. 1, 2, 3 and 4
D. 2 and 4
C is correct
<<<<<< =================== >>>>>>
Q.: Data flow analysis studies:
A. Possible communications bottlenecks in a program.
B. The rate of change of data values as a program executes.
C. The use of data on paths through the code.
D. The intrinsic complexity of the code.
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is NOT a white box technique?
A. Statement testing
B. Path testing
C. Data flow testing
D. State transition testing
D is correct
<<<<<< =================== >>>>>>
Q.: Which one of the following describes the major benefit of verification early in the life cycle?
A. It allows the identification of changes in user requirements.
B. It facilitates timely set up of the test environment.
C. It reduces defect multiplication.
D. It allows testers to become involved early in the project.
C is correct
<<<<<< =================== >>>>>>
Q.: Which test is usually run many times and generally evolve slowly?
A. Performance testing
B. Stress testing
C. Reliability testing
D. Regression testing
D is correct
<<<<<< =================== >>>>>>
Q.: 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 representatives at their sites.
C is correct
<<<<<< =================== >>>>>>
Q.: Which rule should not be followed for reviews
A.Defects and issues are identified and corrected
B. The product is reviewed not the producer
C. All members of the reviewing team are responsible for the result of the review
D. Each review has a clear predefined objective
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following are good candidates for manual static testing?
A. Requirement specifications, test plan, code, memory leaks.
B. Requirement specifications, test cases, user guides.
C. Requirement specifications, user guides, performance.
D. Requirement specifications, website, code,use cases.
B is correct
<<<<<< =================== >>>>>>
Q.: ________is a very early build intended for limited distribution to a few key customers and to marketing for demonstration purposes.
A. Alpha release
B. Beta release
C. Test release document
D. Build
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following could be a disadvantage of independent testing?
A. Developer and independent testing will overlap and waste resources.
B. Communication is limited between independent testers and developers.
C. Independent testers are too slow and delay the project schedule.
D. Developers can lose a sense of responsibility for quality.
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following tools would be involved in the automation of regression test?
A. Data tester
B. Boundary tester
C. Capture/Playback
D. Output comparator.
C is correct
<<<<<< =================== >>>>>>
Q.: Incorrect form of Logic coverage is:
A. Statement Coverage
B. Pole Coverage
C. Condition Coverage
D. Path Coverage
B is correct
<<<<<< =================== >>>>>>
Q.: Code Coverage is used as a measure of what?
A. Defects
B. Trends analysis
C. Test Effectiveness
D. Time Spent Testing
C is correct
<<<<<< =================== >>>>>>
Q.: Which one of the following are non-functional testing methods?
A. System testing
B. Usability testing
C. Performance testing
D. Both B & C
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following could be a reason for a failure
1) Testing fault
2) Software fault
3) Design fault
4) Environment Fault
5) Documentation Fault
A. 2 is a valid reason; 1,3,4 & 5 are not
B. 1,2,3,4 are valid reasons; 5 is not
C. 1,2,3 are valid reasons; 4 & 5 are not
D. All of them are valid reasons for failure
D is correct
<<<<<< =================== >>>>>>
Q.: Test are prioritized so that:
A. You shorten the time required for testing
B. You do the best testing in the time available
C. You do more effective testing
D. You find more faults
B is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment