Mention what are the different types of recording modes in qtp? Which will be used when?



Mention what are the different types of recording modes in qtp? Which will be used when?..

Answer / Rajni Singh

The different types of recording modes in QTP (QuickTest Professional) are as follows:
1. Normal Mode: This is the default mode used for recording actions performed on the application under test.
2. Low-Level Integer Mode: Used to record actions at a lower level, useful when the normal mode fails to capture some specific action or events.
3. Specified Methods Mode: Allows you to specify the method of the object (like GetObjectProperty, InvokeMethod, etc.) that needs to be called on an object.nUsually, Normal Mode is used for most cases as it offers easy recording and provides good coverage. Low-Level Integer Mode and Specified Methods Mode are used when there are complex situations or when the Normal Mode fails.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS

2 Answers  


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


Explain the difference between call to action and copy action?

1 Answers  


how do u plan test automation?

1 Answers  


What are different types of frame works ?

3 Answers  


What is Curd testing?

1 Answers   Wipro,


Describe function procedure in vbscript.

1 Answers  


how u will evaluate the tool for test automation?

1 Answers   SysArc,


How to make arguments optional in a function?

1 Answers   IBM,


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers   Covansys, Systel,


How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.

2 Answers   Accenture, CSC,


Which version of QTP is using by companies nowadays?

4 Answers  


Categories