Answer Posted / madivalappa patil
I hope this answer will suit your query:
After you execute QTP tests the result will be stored in
report.xml file under current test directory.
Open blank excel-->Data-->Import External Data-->Import Data
you will get select Datasource Dialog box then browse your
test report.xml and click ok.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
how to test Web application using QTP software
What are output values and why they are used ?
Hi,All How to create a link in excel sheet using qtp
What is the significance of “action 0” in qtp?
Can the user toggle between using Local OR and shared OR for the same action?
How u will do versioning in QTP?
What is the syntax for how to call one script from another?
When Recovery scenario actually starts while testing the application?
how to find that tools work well with your existing system?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What are the advantages of qtp?
What is the difference between byref and byval in qtp?
What are the different attributes used with regular expression?
tell me QTP standards ?plz
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..