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 Close all browsers in reverse order.
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
How QTP recognize the object??how to add objcts into object repository??
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
What is the QTP test frame work?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to test login module with different username and password by using data driven testing in QTP?
How to Analyze the Checpoint results by Standard Checpoint?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?