What are objects? how do you select the unknow object?
Answers were Sorted based on User's Feedback
Answer / tvs ramakrishna chowdary
by treating unknown objects as virtual objects we can solve
the problem
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priyadharshini
some times objects are not visible that time we can
identify by x y coordinates
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
In QTP we are considering each and every field is one Object
here we are working on the properties of an object but not
on Objects.
If any unknown object is there means we don't know the
properties of that object. In Recording we can Identify the
object by using Low Level Recording.
Next one is virtual Mapping
| Is This Answer Correct ? | 0 Yes | 0 No |
How cookies can be tested in QTP?
what is the difference between DP and keyword driven framework?
Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
How you perform smoke and sanity testing using qtp?
How many types of recording modes are there?
Hi, i am rani ,i am putting 1+years of fake exp ,so pls anyone explain how i get project (in real time) ? how it is tested ex: in banking ,test the number of textboxes in one window
Give a comment on Regular Expressions using QTP?
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
How will you find the current time of the remote machine using QTP script?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What are the environment variables?