Can anybody give the script to addsheet, add column,add
values under that column in the rows?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
We can create sheet, parameter and can assign value in one
step:
DataTable.AddSheet
("MySheet").AddParameter "Parametername","Value"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sunil reddy
TO add Sheet
Datatable.Addsheet(Sheetname")
TO Add column
datatable.getsheet(3)
add parameter "Sunil","Chinnu"
Datatable.getrowcount()
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between link and hyperlink?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
Explain actions in qtp ?
How to start recording using quicktest professional?
How to supress warnings from the "Test results page"?
How many types of actions are there in quicktest professional?
How many types of recording facility are available in QTP?
how to merge object repositories in qtp for n different applications
What is the XML file architecture ?
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example
What are the types of object repositories? Which one is you are using?