what is the extension of action script template?
Answer Posted / pavithra
mercury shared template (.mst)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where is the Bitmap checkpoint information stored?
How to use parameterization in qtp?
Give the syntax to import/export xls into qtp.
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
what function you write to do database testing with the help of qtp?
How we can import data from database?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
On what document base Descriptive programming is written if build is not yet ready ?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
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
Limitations in QTP?
tell me QTP standards ?plz
QTP script is not working on other's machine..
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to handle dynamic objects in quicktest professional?