In Object Repository, two actions r there. Action1 name is
A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what
is the out put of A+B? if No, why?
Answer Posted / his higness mv @ tcs
Is it possible: yes
Output = Merge objects of both the object repositories.
i.e. C = A+B then C will contain objects from both the
Object Repositories (OR). In case same object or conflicts
in OR...using merge tool in Or u can choose which obect
should go to OR C.
A nd B both are .tsr i.e. shared repo. and QTP 9.2 onwards
have merge option...it's easy...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
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
Whats the realtime QTP testing process
banking project description for software tester
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How to data driven test for Win objects in QTP ?
When ‘option explicit’ keyword is used in qtp?
Explain the check points in quicktest professional?
How to test background color and dynamic images during run time can you put the check point for moving objects?
what is defenetion of kiran can u tell me plz CVS, SVN
What is qtpro? What is quick test pro?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What are the technics follow in writing VB script?
any body can you help me what is the script to automate an comand promt