Software Testing and UFT/QTP Fundamentals

Quiz covering software testing methodologies, modern performance testing concepts, and UFT (formerly QTP) test automation tool fundamentals

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Object that stores data key, item pairs

  1. Dictionary Object
  2. Dialog Object
  3. Child Object
  4. Desktop Object
Question 2 Multiple Choice (Single Answer)

If you want to record mouseover events on link objects whenever they are connected to a behavior, where do you modify the event recording configuration settings

  1. Web Event Recording Configuration dialog box
  2. Web Page Appearance dialog box
  3. Advanced Web options dialog box
  4. Application area settings dialog box
Question 3 Multiple Choice (Single Answer)

This provides the snapshots of your application as it appeared when you performed certain steps during recording session

  1. Movies
  2. Run time data table
  3. Design time data table
  4. Active Screen
Question 4 Multiple Choice (Single Answer)

How to load user defined environment variables from file to QTP dynamically

  1. ObjectRepositories.Add
  2. Environment.LoadFromFile
  3. ExecuteFile
  4. SystemUtil.Run
Question 5 Multiple Choice (Single Answer)

Gray color objects in an object repository represent objects in

  1. Shared object repository
  2. Local object repository
  3. Per Action object repository
  4. Associated object repository
Question 6 Multiple Choice (Single Answer)

Why do systems Fail to perform?

  1. Wrong Choice of Technology
  2. Inefficient Design & code
  3. Poor tuning of technology
  4. All the above
Question 7 Multiple Choice (Single Answer)

At ABC bank there are 2 million withdrawals per day, 2 million inquires per day, and 1million deposits per day. 75% of transactions occur in a 3 hour window from 11am to 2 pm. What is the peak throughput?

  1. 3 million/hour
  2. 2.25million / hour
  3. 5 million/hour
  4. 1.25 million/hour
Question 8 Multiple Choice (Multiple Answers)

Identify the performance testing tool from below.

  1. HP Load runner
  2. HP Performance tester
  3. Segue Silk Performer
  4. OpenSTA
Question 9 Multiple Choice (Multiple Answers)

Identify the common mistakes done in performance testing from the below options.

  1. Run duration too long
  2. Run duration too small
  3. Data is insufficiently populated
  4. Data is Adequately added
Question 10 True/False

Number of concurrent users in system = Number of people working at the browser including those waiting for response

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

What is Think time?

  1. Time between receiving response and submitting next request
  2. Time between submitting a request and receiving the response
  3. Thinking time of the tester
  4. Time to collate the results
Question 12 Multiple Choice (Single Answer)

Good response time of a web site should be in the range

  1. 3 - 10 secs
  2. 0 - 8 secs
  3. 10 - 15 secs
  4. 15 - 30 Secs
Question 13 Multiple Choice (Single Answer)

Good response time of a web site should be in the range

  1. 3 - 10 secs
  2. 0 - 8 secs
  3. 10 - 15 secs
  4. 15 - 30 Secs
Question 14 Multiple Choice (Single Answer)

A web site response time is unacceptable when it is more than

  1. 8 secs
  2. 10 secs
  3. 12 secs
  4. 15 secs
Question 15 Multiple Choice (Multiple Answers)

Identify the various performance tests from below.

  1. Stress test
  2. Sustainability test
  3. Reliability test
  4. Functionality test
Question 16 Multiple Choice (Single Answer)

When a procedure is created in the Function Library editor, what is the extension on the file?

  1. .QFL
  2. .TXT
  3. .QTP
  4. .VBS
Question 17 Multiple Choice (Single Answer)

Testing whether the software is satisfactory to an end-user or customer is

  1. User acceptance testing
  2. Usability testing
  3. Scalability Testing
  4. Ramp Testing
Question 18 Multiple Choice (Single Answer)

Continuously raising an input signal until the system breaks down is

  1. Ramp Testing
  2. Recovery Testing
  3. Sanity Testing
  4. Scalability Testing
Question 19 Multiple Choice (Single Answer)

Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

  1. Negative Testing
  2. Path Testing
  3. Monkey Testing
  4. Performance Testing
Question 20 Multiple Choice (Single Answer)

Testing one particular module, functionality heavily

  1. Installation Testing
  2. Gorilla Testing
  3. Exhaustive Testing
  4. End-to-End testing