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 |
How to capture screen shots when an error occurs?
WHAT IS PARAMITARIZATION?
how many maximum number of virtual users we can create?
wt is playback facilityin qtp?
Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
can objects recogonised without repository?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
How to invoke Mozilla from QTP thru VB Script
How can you handle exceptions in qtp?