Answer Posted / raghu
In QTP8.2 provide a facility to add repositories.
when u installed qtp 8.2 software to show a option in
Tools
Merge object Repositories. Through U can add object Rep.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
how to prepared for first for the first interview?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
Why is action split used by qtp?
Why script error occur in between recording in qtp?
What is the Difference between test object and run time object?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
If I give some thousand tests to execute in two days what do you do?
What are private functions in QTP? How they can be called from the function library?
what are the limitations of smart identification in qtp 9.0
What are advantages of test automation?
How would you directly trigger javascript in a test?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is the difference between qtp and selenium?