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 / priyareddy
We can create sheet, parameter and can assign value in one
step:
DataTable.AddSheet
("MySheet").AddParameter "Parametername","Value"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nothing
'add sheet
datatable.addsheet(" sheetname ")
'add columns. Parameters should be initialized with values
or with Empty String.
datatable.addparameter "Name", "Some Value / Empty String"
Pretty simple like this end of the day of this Universe.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mercy
U can try with AddParameter method. If u have help chk for
this. The example for this will have "....Getsheet
(...)..AddParameter(..)..."
u try with AddSheet instead of GetSheet depending upon ur
need.... i'm guessing it would work...
just give it a try...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nothing
If somebody have used what ever the concept may be, then
only tell the concept to the Learners. Should not provide
imaginations.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is action split and the purpose of using this in qtp?
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
does qtp runs on internet explorer 7.0
Explain the difference between check point and output value?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
what is vmodel?advantages and disadvantages of vmodel?
what are inputs for automation?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
How to execute a WinRunner Script in QTP?