I install .Net Add-Ins in my system. It installed properly.
But all the objects are recognizing as window objects only.
But it has to recognize as swf objects. In Record and Run
setting i selected 'Record and run test on any open
browser' and Record and run test on any open Windows-based
application' Can any one tell what setting i have to do to
recognize objects correctly as swf...? Please give some
suggestions..?
Answer / bibin babu
From the Add in Manager you have to select the .NET Add-In
before start recording.
Is This Answer Correct ? | 4 Yes | 0 No |
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
. Types of properties that Quick Test learns while recording?
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.
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com
What type of problems one will face with QTP , if too many browsers are opened at a time?
How many test scripts are prapare in ur project(HeathCare Insurance).
give me descriptive programing code sample flight application in qtp?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
What is recovery scenario in qtp?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.