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 Supplemental Objects ?
what is description object?
Expalin Text/Text Area Checkpoint
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
How QA specialist can identify when programmatic descriptions are useful?
Which scripting language used by QTP?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
What are the benefits of qtp?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
Explain how you can find length of array in qtp?
how can i call reusable action in a function could any one explain me?