-
Recognize JAVA Objects
How will you recognize JAVA objects?
-
Control Test Iteration
How will you control iteration of Test?
-
Control Iteration
How will you control iteration of an action?
-
Find Specific Object
How to find specific object in whole application in QTP?
-
Call One Test Variable Value in Action
Variable value present in one test. How can we call and use that value in Action?
-
Accecibility Checkpoint
Why do we use Accecebility Checkpoint to verify available features?
-
Virtual Object
What is an virtual object?
-
How do we pass values between actions in one test other than by action call?
Say for eg, if action_1 contains a variable 'C' containing the value of a+b, how can we display the result (value of 'C') in action_2 ?
-
Script does not Work on same Machine on Next Day
If your successful running script will not work on same machine for other day, how will you fix it. In this case application is stable & nothing is changed in application?
-
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?
-
-
Exit Applications
What is the best way to close a browser in if a test run fails in QTP?
-
Declaring variables
What is the difference if we use Dim to declare a variable and one without declaring it.
-
-
Rewrite Script for Changed Functionality
How will you update script for changed functionality?
-
-
-
-
QTP Interview Questions
Ans