If QTP not recognizing using repository while executing,
how can we go forward

Answers were Sorted based on User's Feedback



If QTP not recognizing using repository while executing, how can we go forward..

Answer / leena

If required Add ins are present and still there is problem
then go for discriptive programming.

e.g. Dialog("text:=Login").Winbutton("Text:=OK").Click

Is This Answer Correct ?    2 Yes 0 No

If QTP not recognizing using repository while executing, how can we go forward..

Answer / subash

check wether the supported add-in is loaded are not

Is This Answer Correct ?    1 Yes 0 No

If QTP not recognizing using repository while executing, how can we go forward..

Answer / gopa basu

Go for Descriptive programming

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

0 Answers   Accenture,


Hi any body can tell me the in detaled information about Description.Create() thanks in advance

2 Answers  


It is very difficult to test in manual for that we go to DATA DRIVEN TEST.

3 Answers  


what is object repository?

4 Answers  


Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder

6 Answers  






Is it possible to merge two object repository files in qtp?

0 Answers  


Problem with XML checkpoint in QTP ?

0 Answers  


I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?

3 Answers  


Use of Multiple Actions in QTP?

3 Answers  


Is it possible to split an action? How?

0 Answers  


How to export QTP results to an ".xls" file?

3 Answers  


What is reusable action?

0 Answers  


Categories