Tag: testing

Questions Related to testing

  1. A. Syntax errors

  2. B. The test name and author

  3. C. The QTP license information.

  4. D. The machine ID and operating system.


Correct Option: A

What does a break point do?

  1. A. Stops test execution at the specified step, after executing that step

  2. B. Stops test execution at the specified step, before executing that step.

  3. C. Pauses test execution at the specified step, after executing that step

  4. D. Pauses test execution at the specified step, before executing that step.


Correct Option: D
  1. A. It records exact keyboard operations on an object.

  2. B. It records exact coordinates of all mouse movements.

  3. C. It uses the object repository to determine what methods can be used.

  4. D. It records and display exact keyboard operations on an object.


Correct Option: A
  1. A. A Do Loop

  2. B. Recovery Scenario

  3. C. IF then Statement

  4. D. Select case statement.


Correct Option: B

Expert View is the default view in QTP. True/False

  1. True

  2. False


Correct Option: B

The toolbar enables you to view the details of an individual action or the entire test flow is

  1. Testing toolbar

  2. None of the above

  3. Action toolbar

  4. Test Pane


Correct Option: D
  1. Add the specific property to the list

  2. Use the Default property

  3. Use some other property to identify your object

  4. NONE


Correct Option: A

Which is a testing phase where the tester tries to 'break' the system by randomly trying the system's functionality?

  1. Ad Hoc Testing

  2. Ramp Testing

  3. Unit Testing

  4. White Box Testing


Correct Option: A

AI Explanation

To answer this question, you need to understand different testing phases and their purposes. Let's go through each option to understand why it is correct or incorrect:

Option A) Ad Hoc Testing - This option is correct. Ad hoc testing is a testing phase where the tester tries to 'break' the system by randomly trying the system's functionality. It is an informal and unstructured testing approach where the tester does not follow any specific test cases or plans.

Option B) Ramp Testing - This option is incorrect. Ramp testing, also known as load testing, is a type of performance testing where the system is tested under increasing load or stress to evaluate its behavior and performance.

Option C) Unit Testing - This option is incorrect. Unit testing is a testing phase where individual units or components of a software system are tested to ensure they function correctly. It focuses on testing small, isolated parts of the system rather than the system as a whole.

Option D) White Box Testing - This option is incorrect. White box testing is a testing technique where the tester has access to the internal structure and code of the system. It involves testing the internal logic, paths, and branches of the code to ensure its completeness and correctness.

The correct answer is A) Ad Hoc Testing. This option is correct because ad hoc testing involves randomly trying the system's functionality to 'break' it, without following any specific test cases or plans.