Answer Posted / thirumurugan
This Tool we can tested the data form the excell sheets in
pasitive data and negative test data.
Reliable, Repatable, Action performs.etc
we can use Quick test script- very mehod.
Mainly using this tools webapplicatons And online
Application we can test..
Etc..
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
who QTP recognizes the object stored in object repository?
They asked by using qtp recording writing scripting
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How many types of recording modes in qtp? Describe each type with an example where we use them?
banking project description for software tester
What are the methods of the TextStream object that are used for reading from a text file?
Explain in brief about the qtp automation object model (aom).
What are the types of object repository in qtp?
Explain the benefits of quick test pro(qtp)?
What are the different attributes used with regular expression?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Where to use function or action?
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 Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How the smart identification is used in real time?Please explain with an example