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 type of run time errors you get while you ar edoing rpg program?
Difference between copy to action and call to action?
In qtp, explain what is keyword driven automation framework?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
which command u will use to access the application through descriptive programing?
what is test scheduleling?
when u script reveiwing in which area u more concentrates?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
What’s the basic concept of QTP?
UFT 12.02 which ALM version will support
Question:how many types of repositories in QTP9.2?and explain??
When i use paramateriztion for tickets in flight reservation application , the tes'll run for first iteration but for the second iteration it'll give this details, but the second iteration is failed. Pls anyone clarify it. Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.