-
-
QTP Regular Expression
What is the significance of regular expression in QTP?
-
-
-
Unrecognised Object
How to proceed with QTP when QTP doesnt idenify the object? When a object is not being recognised by QTP, what is the work around so that you can continue with automation?
-
-
my code is:
browser("B1").page("P1").WebEdit("Login").Set "Admin"
CAN I USE IT LIKE THIS?
myObj = "Login"
browser("B1").page("P1").WenEdit (myObj).Set "Admin"
It is not working. How to do in this situation?
">Hi All,my Object name is "Login".my code is:browser("B1").page("P1").WebEdit("Login").Set "Admin"CAN I USE IT LIKE THIS?myObj = "Login"browser("B1").page("P1").WenEdit (myObj).Set "Admin"It is not working. How to do in this situation?
-
-
-
-
-
QTP Questions
1. Defination of Object repository2. Explain Output co-relation3. Explain Exceptional handling4. Explain Synchronization5. Explain Parameterisation6. Explain Smart identification7. Principles of the QTP8. What are the recording mode in QTP in details, and diffenece between Analog and Low level 9. What is Batch Runner
-
-
-
-
Select Recording Mode
How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?
-
-
What is the automation frame work?
In real time projects ,we use to call ,Frame work as a folder. This folder contains the components such as , Object Repository,logs ,test data,script,result...etc. so whatever files are created to develop a script are stored in a sepatate folder,which is nothing but a framework
-
-
QTP Interview Questions
Ans