Software Testing and UFT/QTP Fundamentals
Quiz covering software testing methodologies, modern performance testing concepts, and UFT (formerly QTP) test automation tool fundamentals
Questions
Object that stores data key, item pairs
- Dictionary Object
- Dialog Object
- Child Object
- Desktop Object
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
- Web Event Recording Configuration dialog box
- Web Page Appearance dialog box
- Advanced Web options dialog box
- Application area settings dialog box
This provides the snapshots of your application as it appeared when you performed certain steps during recording session
- Movies
- Run time data table
- Design time data table
- Active Screen
How to load user defined environment variables from file to QTP dynamically
- ObjectRepositories.Add
- Environment.LoadFromFile
- ExecuteFile
- SystemUtil.Run
Gray color objects in an object repository represent objects in
- Shared object repository
- Local object repository
- Per Action object repository
- Associated object repository
Why do systems Fail to perform?
- Wrong Choice of Technology
- Inefficient Design & code
- Poor tuning of technology
- All the above
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?
- 3 million/hour
- 2.25million / hour
- 5 million/hour
- 1.25 million/hour
Identify the performance testing tool from below.
- HP Load runner
- HP Performance tester
- Segue Silk Performer
- OpenSTA
Identify the common mistakes done in performance testing from the below options.
- Run duration too long
- Run duration too small
- Data is insufficiently populated
- Data is Adequately added
Number of concurrent users in system = Number of people working at the browser including those waiting for response
- True
- False
What is Think time?
- Time between receiving response and submitting next request
- Time between submitting a request and receiving the response
- Thinking time of the tester
- Time to collate the results
Good response time of a web site should be in the range
- 3 - 10 secs
- 0 - 8 secs
- 10 - 15 secs
- 15 - 30 Secs
Good response time of a web site should be in the range
- 3 - 10 secs
- 0 - 8 secs
- 10 - 15 secs
- 15 - 30 Secs
A web site response time is unacceptable when it is more than
- 8 secs
- 10 secs
- 12 secs
- 15 secs
Identify the various performance tests from below.
- Stress test
- Sustainability test
- Reliability test
- Functionality test
When a procedure is created in the Function Library editor, what is the extension on the file?
- .QFL
- .TXT
- .QTP
- .VBS
Testing whether the software is satisfactory to an end-user or customer is
- User acceptance testing
- Usability testing
- Scalability Testing
- Ramp Testing
Continuously raising an input signal until the system breaks down is
- Ramp Testing
- Recovery Testing
- Sanity Testing
- Scalability Testing
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.
- Negative Testing
- Path Testing
- Monkey Testing
- Performance Testing
Testing one particular module, functionality heavily
- Installation Testing
- Gorilla Testing
- Exhaustive Testing
- End-to-End testing