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 / hari
If u use this script the results are stored in u r excel
sheet in u r result column.
If browser("Yahoo").page("Yahoopage").webbutton("Login")
Exist Then
datatable.value("result",3)="Pass"
browser("Yahoo").page("Yahoopage").webbutton("Login").click
elese
datatable.value("result",3)="Fail"
End If
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to customize qtp?
Dis advantages of XML checkpoint ?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to capture a window in QTP?
How can you pass value one action to another action?
Can you write a script to check if the folder exists or not?
What is the file extension of the code file in qtp?
How to open a new test using quicktest professional (qtp)?
What are the features and benefits of quick test pro (qtp 8.0)?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
how can i call function (which has link with excell sheet at a remote location) within another function
How are actions and functions different in QTP?
Explain the check points in quicktest professional?
What is contained in the object repository?