What is object & properties (in QTP)
Answer Posted / satyanarayana
In QTP the objects can be classified in to two types.They
are Test Objects and Run Time Objects.
Run time objects are the real objects present in the
application.Test objects are the references for the runtime
objects created by the QTP while recording.Later these
testobjects are used by the tool to identify the runtime
objects.Both these have some methods and properties
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of loading qtp add-ins?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
How to start recording using quicktest professional?
How to associate shared object repository to test in qtp?
Explain quicktest professional testing process?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What is checkpoint in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
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
Why do we use breakpoints in QTP?
Is any limitation to xml checkpoints?
if numbers are always changing write a script for that
How you are developing the script? Using record and play back or manual?
How can you identify the browser and its information using QTP script?