will QTP 9.2 run successfully on Linux(gui) operating system
Answer Posted / jay prakash
No QTP is designed for Windows Operating System. Still
linux flavour of QTP is not available.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Explain the check points in quicktest professional (qtp)?
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
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Discuss the QTP Environment?
What is the difference between call to existing action and copy of an action?
how to explain a claims and insurance project?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
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 I lauch my test website using code from qtp in different environmet, uat and PPTE?
How to use the object spy in quicktest professional 8.0 version?
What is QTP testing process?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How may types of defects identify application or your currently working application?pls give me answer..
How we can import data from database?