HI ALL I AM WORKING AS A AUTOMATION ENGINEER FROM PAST 2
MONTHS IN QTP,MY QUESTION IS IF I OPEN THE BROWSER FIRST &
THEN THE QTP LATER MY OBJECT SPY WILL NOT WORK,Y IT IS
SO..IF U HAVE THE ANSWER PLZ MAIL ME AT AKSHAR.MYSORE@GMAIL.COM
Answer Posted / madhusudana
QTP object spy doesn't identify the objects in MOzilla and fire fox . QTP supports only Internet explorer objects. lets try it guys.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Approach for Installation,comaptibility,system testing
How to release all resources file from the QTP?
Does quicktest professional is unicode compatible?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
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
How you debug your script?
desribe a situation where u faced a stressful situation and how did u cope with it
What is the Command used to start the QTP
In qtp is it possible to check broken links of a page?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
Tell some commonly used Excel VBA functions?
What is synchronization point in QTP?
distinguish between old version and new version QTP features.
Can any one send me the QTP Basic Coding Samples?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?