1.
Which type of manual testing is deep and narrow?
2.
Which type of manual testing is broad and shallow?
3.
The agile method is not _______________.
4.
Which of the following is an important skill for an Agile tester?
5.
In manual testing, what does RTM stand for?
6.
A tester tests a module called activity in a software and finds bugs. The developers fix a number of critical bugs in the software. All of the bugs are in one module, related to activity. The test lead wants to do regression testing only on the activity module.
Which of these is most appropriate in this scenario?
7.
A program validates a numeric field as follows:
  • Values less than 20 are rejected.
  • Values between 20 and 31 are accepted.
  • Values greater than or equal to 32 are rejected.
Which of the following input values cover all of the equivalence partitions?
8.
A program validates a numeric field as follows:
  • Values less than 20 are rejected.
  • Values between 20 and 31 are accepted.
  • Values greater than or equal to 32 are rejected.
Which of the following covers the most boundary values?
9.
Consider that you have two modules A and B. A has been built but B is yet to be built. The module B needs to be tested.
How can you do integration testing for A and B?
10.
In Manual Testing, the following statement is a task under_________________________________.
Preparing a test summary report.