How to import the Test Results in QTP to an Excel sheet
Answer Posted / ravindra
DataTable.ExportSheet Relativepath &"path of that
excelsheet","Sheetname"
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
How can you exit from an action?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
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
Explain the features of quick test pro(qtp)?
Can we run test with out adding object in object repository? How it is possible?
With what extension you can save the list of tests in a file to run in test batch runner?
Should have experience in framework means?
Explain different recording modes?
What is synchronization point in QTP?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
explain keyword driven framework with banking domain?
How does qtp identify objects in the application?
What are the challenges you faced during you entire life automation ?