How can we export test results to an excel sheet in QTP???
Can any one provide sample coding for this?????
Answer Posted / anand aranganathan
Syntax : Datatable.Export "PathofFile"
Example : Datatable.Export "F:\test.xls"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to record application running on the Virtual machine?
How many types of recording modes in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What are the benefits of quick test pro(qtp)?
What are the differences between table and db checkpoints?
explain how to write vb script in qtp?when will you write own script?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
how u will evaluate the tool for test automation?
UFT 12.02 which ALM version will support
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
terminal services client
How many number of actions possible in qtp?
How you know that a test case is a regression test case
What is the difference in testing a client-server application and a web application?