Once we get the Test Result from QTP.,I Have to convert
into Excel file format..Is it possible..Can any gudie me
regarding this...
For Example :
Total Test Case is : XXXXX
Test Case passed : XXX
Test Case Failed : XXX
--------
Total XXXXXX
---------
Answer Posted / kishore
first creat an object to excel sheet
Set fso1 = CreateObject("Excel.Application")
Set objExce2 = fso1
for m=1 to n 'here m is row value
objExcel2.cells(m,1).Value=" Test Case Passed" 'here 1 ia
coloumn value
else
objExcel2.cells(m,1).Value=" Test Case failed"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How did you resolve conflicts present in Object Repository?
How to analyzing test results using quicktest professional?
How you can replace string in qtp?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
How to integrate the qualitycenter with qtp
Problem with XML checkpoint in QTP ?
How to use descriptive programming?
How do you synchronization point through DP?
What is the standard timing delay for web based application in qtp?
What is the Difference between test object and run time object?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
after initiating one project for testing, when exacltly QTP tester role starts?
How to export quicktest professional results to an .xls file?
Hoe can we do retesting using functions please give the code for it using login page
How to customize checkpoints with parameters?