Can anybody give the script of below things.
1. Add sheet
2. Adding columns
3. Set the values in that columns(In the rows)
4. Close the sheet
5. How can we create 3 sheets in one Excel sheet??
Answers were Sorted based on User's Feedback
Answer / srikanth
1.Datatable.AddSheet("Global")
2.Datatable.GetSheet("Global").Addparameter("User_name")
3."srikanth"=set Datatble("User_name", dtGlobalSheet)
4.Datatable.close
5.Datatable.Addsheet("Sheet1","Sheet2","Sheet3")
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saritha
hi
data table methods:
1.Add sheet: adds specified sheet to runtime data table
syntax: datatable.addsheet("sheet name")
3.set currnt row method;
sets the specified row as the current row
syntax: datatable.setcurrentrow(rownumber)
| Is This Answer Correct ? | 1 Yes | 1 No |
In Remote acess server how u run a test?
How do u write a regular expression for date (dd/mm/yyyy) field?
What is the descriptive programming?
What is qtpro?
How Does Run time data (Parameterization) is handled in QTP?
How to capture dynamic objects in qtp like mark up text
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Which object repository we use in real time and can we merge 2 object repostiory and how?
What is source control?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
Explain how Does Run time data (Parameterization) is handled in QTP?
How to call a function in QTP?