QTP provides three types of recording methods-
- Context Recording (Normal)
- Analog Recording
- Low Level Recording
Related posts:
- What is Quick Test Professional ? Quick Test is a graphical interface record-playback automation tool. It is able to work with any web, java or windows client application. Quick Test enables you to test standard web objects and ActiveX controls. In addition to these environments, quick Test Professional also enables you to test Java applets...
- How can we write scripts without having GUI(means u don’t have any GUI and u want to write a script in QTP)? By descriptive programming...
- How many Add-ins comes by default with QTP? There are 3 Add-ins comes with QTP: (1) ActiveX (2) Visual Basic (3) Web...
- How to covert a String to an integer? CInt()—> a conversion function available....
- Why we use functions? We go for functions to achieve optimized execution time with less complexity. Here size of the script will be more. It’s compatible with almost all tools ...
- What is quality center? It’s a test management and defect tracking tool .Its acts as center repository for many test scripts; it also executes the test scripts. Quality Center is Test management and defect tracking tool and widely used in the Software industries. The Key feature of the Quality center Management Requirement Test Plan...
- What are the different scripting languages you could use when working with QTP ? Visual Basic (VB), XML, JavaScript, Java, HTML....
- If I give some hundreds tests to execute in 2 days what do u do? Adhoc testing is done. It Covers the least basic functionalities to verify that the system is working fine....
- What is the extension of script and object repository files? Object Repository: .tsr, Script: .mts, Excel: Default.xls...
- What is checkpoint? Checkpoint is basically a point in the test which validates for truthfulness of specific things in the AUT. There are different types of checkpoints depending on the type of data that needs to be tested in the AUT. It can be text, image/bitmap, attributes, XML etc…. A checkpoint verifies that...