I want to open a GOOGLE page without recording a test in
QTP.Can any one answer me?
Answer Posted / saurabh
Use the below code
systemutil.Run "C:\Program Files\Internet
Explorer\IEXPLORE.EXE", "www.google.com"
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
Explain runtime dynamic settings?
wht type of User defined functions or Java Releated functions do we write in VB scripting
How is UFT 11.5 version different from UFT 12.0?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
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 do you convert manual test cases to automated test cases?
What is meant by Output Value in UFT?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
images are dynamically changes how to compare two images with out using the bitmap
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
can test automation improve test effectiveness?
How to remove associated function library?
Explain the concept of object repository and how quicktest professional recognises objects?