What are the methods of software testing:
Manual Testing
Functional Testing, Regression Testing
Manual Testing, Automation Testing
Automation Testing
One of the objectives of testing is:
To find bug whenever time permits
To find bug in the assigned module
To find bugs as early as possible
To find bugs whenever automation suite is executed
Testing is a means to:
Find bugs
Provide confidence and information
Prevent defects
All of the above
A Test Plan includes:
Total numbers of features to be tested
Testing approaches to be tested
Testing tools to be used
Software requirement specifies “A printer can print 100 pages in 30 seconds.”. Testing the printer with 100 pages for 30 seconds is which type of testing:
Load Testing
Stress Testing
Functional Testing
Regression Testing
The process of making an educated guess of things to be tested is what type of black box testing.
Equivalence Partitioning
Boundary Value Analysis
Error Guessing
State Transition Testing
A good software tester requires:
Curiosity
A critical eye
Good Communication
Who can do automation testing:
Any tester
Any tester who wants to do it
Any tester who has understanding of software coding
Test Lead
Re-applying tests from old builds to make sure nothing broke in new builds is a form of what type of testing.
System Testing
Unit Testing
Integration Testing
A test case specifies which of the following.
What to test
Inputs to test
Expected results
Test Conditions and Constraints