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 |
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
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?
Explain the difference between call to action and copy action?
how do u plan test automation?
What are different types of frame works ?
What is Curd testing?
Describe function procedure in vbscript.
how u will evaluate the tool for test automation?
How to make arguments optional in a function?
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 ?
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.
Which version of QTP is using by companies nowadays?