-
Loading Function Library
How to load function library at run time without adding it in the resource tab of settings?
-
-
How to make QTP understand the difference with same type of objects
Suppose there are 10 of check boxes in a page and i have to choose the 6th one, how to do that through script?
-
-
-
-
Descriptive programming verses object repository
What is the advantage of using descriptive programming over object repository?
-
Based of Ordinal Identifiers
When ordinal identifiers alone can make an object unique then why they are not given top priority? Why it is first mandatory and next assitive. Why we cannot go for ordinal identifiers directly?
-
-
-
-
-
Rewrite Script for Changed Functionality
How will you update script for changed functionality?
-
-
Declaring variables
What is the difference if we use Dim to declare a variable and one without declaring it.
-
Exit Applications
What is the best way to close a browser in if a test run fails in QTP?
-
-
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?
-
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?
-
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?
QTP Interview Questions
Ans