Does the Existing reusable action can be modified at the
time of calling the action?? Please help me..
Answer Posted / sanni
If u r calling a action as call to copy action then it can
be modified, if u r calling it as a call to existing action
it cant be modified.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why qtp always start action1 and does not start action?
How qtp recognizes the object?
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
What is quicktest professional?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
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.
can i compare two databases using QTP ?
How do you configure QTP AND Test director?
What is the significance of “action 0” in qtp?
what is the advantages and disadvantages of using functions instead of re usable actions
When you open QTP, how many sheets you can see?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is test object model in quicktest professional (qtp)?
How to interact tool & application build in QTP?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading