Tag: testing

Questions Related to testing

What does ‘UAT’ represent?

  1. User Acceptance Testing

    1. User Acceptable Testing
  2. User Acceptance Technology

  3. Useful Acceptance Testing


Correct Option: A
  1. We cannot run the test

  2. It may be difficult to repeat the test

  3. It may be difficult to determine if the test has passed or failed

  4. We cannot automate the user inputs


Correct Option: C

Software testing accounts to what percent of software development costs?

  1. 10-20

  2. 40-50

  3. 70-80

  4. 5-10


Correct Option: B

Testing is a____if a program does not work correctly.

  1. Failure

  2. Success

  3. Complete

  4. Partial


Correct Option: A

Which testing methods are used by end-users who actually test software before they use it.

  1. Alpha and Beta Testing

  2. White Box Testing

  3. Black Box Testing

  4. Trial and Error Testing


Correct Option: A

To test a function, the programmer has to write a___, which calls the function and passes it test data

  1. Stub

  2. Driver

  3. Proxy

  4. None of the above


Correct Option: B

Ideally in which phase of Developement Testing should be started?

  1. Developement phase

  2. Design Phase

  3. Requirement gathering phase

  4. Intergration phase


Correct Option: C

Which of the following is not TCS developed Testing tool?

  1. Sahi

  2. SCEGEN

  3. Testify

  4. Masketeer


Correct Option: A

Verification is:

  1. Checking that we are building the right system

  2. Checking that we are building the system right

  3. Performed by an independent test team

  4. Making sure that it is what the user really wants


Correct Option: B

A regression test:

  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

  3. Will help ensure changed areas of the software have not been affected

  4. Can only be run during user acceptance testing


Correct Option: B