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.
Answers were Sorted based on User's Feedback
Answer / akshar jain
hi akila u can create object repo by going on adding
objects which you want to add from your application for eg
if u r adding an image add it & delete all the properties
not required & add only the file name of the image ..make
the index as none
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Answer / akila
hi,
s want to create Obj respo in pre development stage.
Please help on this .
| Is This Answer Correct ? | 0 Yes | 1 No |
what is web application and client server application.is there any difference ?
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.
How do you convert manual test cases to automated test cases?
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
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 many actions we can create with in a test?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Please clarify Automation and QTP both(names) are same or diff?
How to remove associated function library?
how to merge object repositories?
which tpye of exceptions mostly do we face in QTP
How to use conditional loops in qtp ?