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??
Answer Posted / 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 |
Post New Answer View All Answers
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
how to create flat file datasubmission in qtp
How to define array in qtp?
How can you give wait up to 10 seconds in qtp?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Explain how you can replace string in qtp?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to find the path of folder in which the test is saved in qtp?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Tell me one scenario, the complex functionality you have automated in your project?
Analyzing the checpoint results?