Tag: testing

Questions Related to testing

What is correct Software Process Cycle?

  1. Plan(P)------>Check(C)------>Act(A)----->Do(D)

  2. Plan(P)------>Do(D)------>Check(C)----->Act(A)

  3. Plan(P)------>Do(D)------>Act(A)----->Check(C)

  4. Plan(P)------>Act(A)----->DO(d)----->Check(C)


Correct Option: B

What are the Types of Integration Testing?

  1. Big Bang Testing

  2. Bottom Up Testing

  3. Top Down Testing

  4. All of the above


Correct Option: D
  1. Functions to test

  2. Fundamentals to test

  3. Features to test

  4. None of the above


Correct Option: C
  1. Quick Test Professional

  2. Rational Robot

  3. Load Runner

  4. Selenium


Correct Option: C

Which of the following is NOT functional testing?

  1. System Testing

  2. Unit testing

  3. Sanity testing

  4. Load testing


Correct Option: D

Which of the following is Stress testing?

  1. Testing the performance of a system under different loads.

  2. Testing the performance of a system with different browsers.

  3. Testing the performance of a system under very high load without providing the required resources to the system

  4. None of the above.


Correct Option: C
  1. Testing a defect which is ready for re-test.

  2. Testing the performance of a system under different loads.

  3. Randomly testing the GUI of an application.

  4. Testing an application to assure that a change, such as a bugfix, did not introduce new bugs.


Correct Option: D