we have 10 automation scripts. how to call them from one
main script.
Answer Posted / raju
1st of all that 10 automation scripts saved into the
different different actions after that that actions make as
a re-usable actions. next call the call existing actions.
i think according to my knowledge this is working properly.
if u have any quarry please call me i will explain breafly.
raju
9823257761
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
is it possible to add sheets to excel at runtime
Is it possible to split an action? How?
How to handle the exceptions using the recovery scenario manager in qtp?
What are the advantages of Object Repository?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How the exception handling can be done using quicktest professional?
Mention the different actions types of qtp.
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
Hoe can we do retesting using functions please give the code for it using login page
How to delete an object from the object repository?
What is the registration process and examination fees?
Where we can use the synchronization?
When should I use smart identification?