It is regarding VBScript, how to export our function
results to ExcelSheet through VBscripting.
Ex: I have written add function, that result should export
to Excel.
Answers were Sorted based on User's Feedback
Answer / anonymous
Check Mercury help with - datatable - keyword. You can
learn it easily on your own. Don't worry about it.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / archana
we have one method in DATATABLE ie.,EXPORT.
Use Datatable.Export "excel filename".
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohammad.rafi(nttf)
using datatable you c an send sureeeeeee see the
steps
1.Data table
2.write click choose export
3.give the path where you want to store
Is This Answer Correct ? | 0 Yes | 0 No |
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
How to "Turn Off" QTP results after running a Script?
How to use actions in qtp ?
How to use conditional loops in qtp ?
What is keyword driven framework, what is "key" in It.
WHAT IS ETL TESTING.......
How to switch between browser tabs? )moving from one tab to another tab)
when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.
What is test object?
how can you write a script without using GUI in QTP?