Answer Posted / shreya
quicktest stores the definitions for the application in a
file called the Object repository.As you recoed your script
or test,quick test will add an entry for each time you
interact with.Each object repository will be identified by
a logical name(determined automatically by quick test).
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How many types of recording modes in qtp? Describe each type with an example where we use them?
What are the data types in qtp?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
what is impact analysis on regression testing?
How to test the login page in different ways in automation testing and i need code?
For which type of projects the iterative model is not suitable?
how to prepared for first for the first interview?
Mention what are the different types of recording modes in qtp? Which will be used when?
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
Which functionalities of QTP used in banking project? pls any say answer?
what could go wrong with test automation?
QTP script is not working on other's machine..
What is the file extension of the code file and object repository file in QTP?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?