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 |
Write the Test Cases for ATM(Any Time Money)
what is the automation framework that ur company using(actual procedure,not theoritically explination)
In how may ways we can use checkpoints to an application using QTP?
why we are using environment variables instead of global variables?
What are the QTP advantages and disadvantages?
In Remote acess server how u run a test?
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
what is the diffrence between script and Language ? (Chandana)
Can we use index on view?
what are the main differences between keyword driven frame work and data driven frame work?
What is XML checkpoint in QTP. How we can use in Web Based application
Explain the concept of object repository and how qtp recognises objects?