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 u will describe testing activities?
Is it possible to merge two object repository files in qtp?
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.
What are the features of quick test pro(qtp)?
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
What is the difference between Datadriven and Parameterization?
how to retrieve the xml file data through qtp. can anybody send script for this..
how to acess a test in RSA?
How can I deploye a 'QTP Runtime environment only'
How to handle recovery scenario for a application crash.write script for this.
what are the principles of good testing scripts for automation?