what to do if application have 3 "ok" button with same
logical name and same properties, how qtp can identify them.
Answer Posted / srinivas
ACCORDING TO GUI EACH AND EVERY OBJECT SHOULD BE PLACED IN
AUNIQUE LOCATION(INTERMS OF COORDINATES).BY APPLYING A
CONCEPT OF S.I(SMART IDENTIFICATION)WE CAN EASILY HANDLE
THIS SITUATION .
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Does quicktest professional (qtp) is unicode compatible?
What are the different attribute used with regular expression?
how u will evaluate the tool for test automation?
What are advantages of test automation?
What is a Patch in QTP?
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
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
whow much strong on VB and C?
what is error and fault in terms of software quality?
How to start recording using quicktest professional?
How many tabs are available to view your test in a test pane and what are they?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Explain the concept of how quicktest professional identifies object?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What are the features of quick test pro(qtp)?