Hi all,
I am New to QTP . I am Now in critical situtaion. I want to
know How to create our own object respository for our
application. please say the answer with example.
Answer Posted / rohit sharma
You want to create Obj Repo on pre-developement stage or on
Existing application.
then i will answer you
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Did the scripts need lot of maintenance? If yes, why?
Explain the types of properties that quick test learns while recording?
Give me some real time point of way where exactly we can conduct audits?
Explain the concept of object repository and how QTP recognizes objects?
What is an expert view and keyword view?
What is the extension of the qtp local repository?
What are the features of quick test pro(qtp)?
Where you are storing your script?
What is the architecture of your project? Can any one answer for this question plz........
How to export quicktest professional (qtp) results to an .xls file?
Explain features of the latest version of qtp/ uft 12.1?
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
QTP script is not working on other's machine..
How can you exit from an action?