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 |
How to create scenario selector
How to use the Object spy in QTP 8.0 version?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
How will you send values to a cell in a webtable using QTP?
how to compare two excell sheets by using vbscript??
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
What is Virtual Users?
How to supress warnings from the "Test results page"?
How to access values from Unix OS and how to write..
Could you please suggest a book to start with QTP and also a book for advanced concepts?