How do you export an output to a excel sheet?
Ex: I get my answer by using Msgbox"..." &R. How do I
displayed the result of the Msgbox (such as R) to an excel
sheet? Please let me know.Thanks
Answers were Sorted based on User's Feedback
Answer / amit kumar srivastava
I think after capturing the run time value by using command
like x=window("").something.....getroproperty("text") then
do like -
Datable.export("path where u want to see the data")
set datatable.value(x,1)
try this ,if you face any probelem then let me know.I have
another way for this also.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / madhavi
We can capture the proprty of the message box throug
getroproperty("innertext").Pass this to a variable.After
that use MID function to retrieve 'R'.After that we can
create an external excel object and pass the value to that
sheet.
| Is This Answer Correct ? | 1 Yes | 1 No |
what are the different data driven types?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
What are the main differences of qtp and win runner?
What is the advantage of associating a procedure with a test object?
How to handle the exceptions using the recovery scenario manager in qtp?
How do I get the QTP scripts result in xml format by using vb script function?
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
how can we handle exceptional handling in qtp
what is the frame work your using in automation testing
How you automate test scripts
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large