Answer Posted / shilpa reddy
If the script is saved with per action mode:
script is saved with .mts xtension(module test script)
repository is saved with .mtr xtension(module test
repository)
If the script is saved with shared repository mode:
Filles will be stored with .tsr xtension(test shared
repository)
library files will be stored with .vbs xtension
test results will be stored with .xml xtension
test batch files will be stored with .mtb xtension(module
test batch)
recovery file will be stored with .qrs xtension(quick
recovery scenario)
action templates will be stored with .mst xtension
test data files(if it is excel)will be stored with .xls
xtension.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between shared and local object repository?
What is a reusable action?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
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
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How do you configure QTP AND Test director?
Explain the concept of how quicktest professional identifies object?
How to test fly out menu in qtp?
Output values? i want a practical example
Do you know how to connect database? Can you tell me the procedures?
Have you used xml check point in your project?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
How will you check a web application for broken links using qtp?
what is the difference btn risks & Therads in the Test plan documentation?
What are the Application Functions available in QTP?