What is the extension of script and object repository files
in QTP?
Answer Posted / sridhar .b
The extension of Script in QTP is .vbs
The extention of object repository is .tsr
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Is it possible to change the values of analog recording?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to capture a window in QTP?
What is a Patch in QTP?
What is qtpro? What is a quick test professional?
What are the differences between quicktest professional and winrunner?
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
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What are the general steps involved in the data driven framework?
How to use output values in qtp ?
what is actually contain test report? can anybody post the test report
How to connect to a database?
For which type of projects the iterative model is not suitable?
What are the five challenges you faced in QTP?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out