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
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
any body can you help me what is the script to automate an comand promt
How to find a window is minimized or not
Which scripting language used by quicktest professional?
How to analyzing test results using quicktest professional?
Hai anyone please "Explain about Framework in QTP?"
How do client side image and server side image work?
what is error and fault in terms of software quality?
Which functionalities of QTP used in banking project? pls any say answer?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to creating an output value using quicktest professional (qtp)?
How many lines of code in each script of QTP?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
can u explain relative path architecture framework in qtp?