I have 5 no.of Action in my Test.
Out off which i should make 3rd action as my start-up
action.
How should i make it?
Answer Posted / bhaskar velamuri
go to keyword view, drag and drop the action
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain xml checkpoints.
Does QTP run in any environment?
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
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What is system testing and what are the different types of tests you perform in system testing?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What is the diff between image and bitmap check point?
what are the limitations of smart identification in qtp 9.0
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How do you test DLL files using automation Tool QTP?
Are Shared ORs read-only?
What are the Test design techniques you uses in ur project?