How can we make a shared object repository in QTP 9?
Answer Posted / m
hai abhesheke..the above answer for qtp 8.2 only..in qtp
9.0 this is the process--open the object repository
manager ..switch to file->save->give some name->save
as .tsr file. this is the global repository file..then go
to object repository->tools->associate repositorys-->click
+ icon-->open the previously saved tsr file..this is the
global repository file..ok..na..
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
Define object spy ?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is checkpoint in qtp?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
what kind of frame work you used in your last project?
how can we do the frame work in qtp
How you create new action in qtp?
How to analyzing test results using quicktest professional (qtp)?
banking project description for software tester
Explain qtp(quick test professional)?
Hi All, How to get repeated word in string . Thanks Balaji
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How can i check items sorted or not in a weblist ? Give me the script for this...
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