Software Testing and QTP Fundamentals

Test your knowledge of software testing principles including white box testing, functional testing, system testing, and test management, along with QTP (QuickTest Professional) automation tool concepts and features.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The following are the four main columns in the Keyword view.

  1. Item, Operation, Value, Comments
  2. Item, Operation, Value, Documentation
  3. Item, Operation, Property, Documentation
  4. Number, Operation, Value, Documentation
Question 2 Multiple Choice (Single Answer)

The key that is used to Start/End analog recording mode ?

  1. F3
  2. SHIFT+ALT+F3
  3. CTRL+SHIFT+F3
  4. F10
Question 3 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. None
Question 4 Multiple Choice (Single Answer)

The method used to get data from HTML Table is

  1. GetData(Row,Col)
  2. GetRowValue(Rowid,Colname)
  3. GetCellData (Row,Col)
  4. GetRowValue(Row,Col)
Question 5 True/False

You can work on one or several function libraries at the same time.

  1. True
  2. False
Question 6 True/False

You can insert additional steps on the test objects captured in the Active screen after the recording session.

  1. True
  2. False
Question 7 True/False

We can change name of checkpoint

  1. True
  2. False
Question 8 True/False

we can get the execution time for an action in a Test

  1. True
  2. False
Question 9 True/False

We can add external library files in QTP.

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

We split testing into distinct stages primarily because:

  1. Each test stage has a different purpose
  2. It is easier to manage testing in stages
  3. We can run different tests in different environments
  4. The more stages we have, the better the testing
Question 11 Multiple Choice (Single Answer)

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

  1. Integration testing
  2. Regression testing
  3. System testing
  4. User acceptance testing
Question 12 Multiple Choice (Single Answer)

Which of the following requirements is testable?

  1. The system shall be user friendly.
  2. The safety-critical parts of the system shall contain 0 faults.
  3. The response time shall be less than one second for the specified design load.
  4. The system shall be built to be portable.
Question 13 Multiple Choice (Single Answer)

In prioritizing what to test, the most important objective is to

  1. find as many faults as possible.
  2. obtain good test coverage
  3. test whatever is easiest to test.
  4. test high risk areas
Question 14 Multiple Choice (Single Answer)

Which one of the following statements about system testing is NOT true?

  1. System tests are often performed by independent teams.
  2. Functional testing is used more than structural testing.
  3. Faults found during system tests can be very expensive to fix
  4. End-users should be involved in system tests.
Question 15 Multiple Choice (Single Answer)

Enough testing has been performed when

  1. time runs out.
  2. the required level of confidence has been achieved.
  3. no more faults are found.
  4. the users won’t find any serious faults.
Question 16 Multiple Choice (Single Answer)

Which of the following is not described in a unit test standard?

  1. syntax testing
  2. equivalence partitioning
  3. stress testing
  4. modified condition/decision coverage
Question 17 Multiple Choice (Single Answer)

Which of the following is a form of functional testing?

  1. Boundary value analysis
  2. Usability testing
  3. Performance testing
  4. Security testing
Question 18 Multiple Choice (Single Answer)

Which of the following is NOT a white box technique?

  1. Statement testing
  2. Path testing
  3. Data flow testing
  4. State transition testing
Question 19 Multiple Choice (Single Answer)

Data flow analysis studies:

  1. possible communications bottlenecks in a program.
  2. the rate of change of data values as a program executes
  3. the use of data on paths through the code
  4. the intrinsic complexity of the code.
Question 20 Multiple Choice (Single Answer)

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

  1. User requirements
  2. Actual results
  3. Program specification
  4. System specification