Software Testing and QTP Fundamentals

Covers software testing methodologies including regression testing, beta testing, and boundary value analysis, plus QTP (QuickTest Professional) automation testing features and techniques.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Regression Testing is :

  1. IT is a method by which individual units of source code are tested to determine if they are fit for use.
  2. It is the testing of integrated system to evaluate the system's compliance with its specified requirements.
  3. Testing that seeks to uncover software errors by partially retesting a modified program.
  4. None
Question 2 Multiple Choice (Single Answer)

Regression Testing is :

  1. IT is a method by which individual units of source code are tested to determine if they are fit for use.
  2. It is the testing of integrated system to evaluate the system's compliance with its specified requirements.
  3. Testing that seeks to uncover software errors by partially retesting a modified program.
  4. None
Question 3 Multiple Choice (Single Answer)

Active Screen Technology in QTP gives

  1. Test Data
  2. Checkpoints
  3. Screenshots of the application under test(AUT)
  4. Object Repository
Question 4 Multiple Choice (Single Answer)

The feature of selecting different values of test data at run-time is called

  1. Synchronisation
  2. Paramerization
  3. Smart identification
  4. Transaction
Question 5 Multiple Choice (Single Answer)

What is the *.tsr file in QTP?

  1. Object Repository files
  2. VB action files
  3. QTP Action files
  4. Stores test data
Question 6 Multiple Choice (Single Answer)

Method to count the no of rows in a table

  1. Getlinecount
  2. count
  3. Getrowcount
  4. Getcount
Question 7 Multiple Choice (Single Answer)

What can you use to handle unpredictable testing exceptions ?

  1. Do Loop
  2. Recovery Scenario
  3. IF THEN Statement
  4. Select case statement
Question 8 Multiple Choice (Single Answer)

How do you declare a constant in QTP?

  1. Dim Statement
  2. Con Statement
  3. Const Statement
  4. Option Explicit Statement
Question 9 Multiple Choice (Single Answer)

You will use the recording mode for an object not recognized by QuickTest

  1. Analog mode
  2. Low level Recording mode
  3. Normal Recording mode
  4. Run Analog mode
Question 10 Multiple Choice (Single Answer)

An action can be called by other tests or actions is

  1. Call Action
  2. Split Action
  3. Reusable Action
  4. Called action
Question 11 Multiple Choice (Single Answer)

The method that adds to the test while implementing Synchronization is

  1. Synchronize
  2. Wait
  3. WaitProperty
  4. Pause
Question 12 True/False

Can we add external library files in QTP?

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

Boundary value testing is

  1. Is the same as equivalence partitioning tests
  2. Test boundary conditions on, below and above the edges of input and output equivalence classes
  3. Tests combinations of input circumstances
  4. Is used in white box testing strategy
Question 14 Multiple Choice (Single Answer)

Which one of the following are non-functional testing methods?

  1. System testing
  2. Usability testing
  3. Performance testing
  4. Both b & c
Question 15 Multiple Choice (Single Answer)

Which of the following tools would be involved in the automation of regression test?

  1. Data tester
  2. Boundary tester
  3. Capture/Playback
  4. Output comparator
Question 16 Multiple Choice (Single Answer)

Independent Verification & Validation is?

  1. Done by the Developer
  2. Done by the Test Engineers
  3. Done By Management
  4. Done by an Entity Outside the Project’s sphere of influence
Question 17 Multiple Choice (Single Answer)

Maintenance testing is?

  1. updating tests when the software has changed
  2. testing a released system that has been changed
  3. testing by users to ensure that the system meets a business need
  4. testing to maintain business advantage
Question 18 Multiple Choice (Single Answer)

Beta testing is?

  1. performed by customers at their own site
  2. performed by customers at the software developer's site
  3. performed by an Independent Test Team
  4. performed as early as possible in the lifecycle
Question 19 Multiple Choice (Single Answer)

The difference between re-testing and regression testing is?

  1. re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects
  2. re-testing looks for unexpected side-effects; regression testing ensures the original fault has been removed
  3. re-testing is done after faults are fixed; regression testing is done earlier
  4. re-testing is done by developers; regression testing is done by independent testers
Question 20 Multiple Choice (Single Answer)

The cost of fixing a fault-

  1. is not important
  2. increases the later a fault is found
  3. decreases the later a fault is found
  4. can never be determined