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



Can anybody give the script to addsheet, add column,add values under that column in the rows??..

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

Can anybody give the script to addsheet, add column,add values under that column in the rows??..

Answer / ngs

Priya Answered correct one

Is This Answer Correct ?    1 Yes 0 No

Can anybody give the script to addsheet, add column,add values under that column in the rows??..

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

Can anybody give the script to addsheet, add column,add values under that column in the rows??..

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

Can anybody give the script to addsheet, add column,add values under that column in the rows??..

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

Post New Answer

More QTP Interview Questions

What is expert view and keyword view?

0 Answers  


How to Start recording using QTP?

1 Answers  


Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance

3 Answers   BirlaSoft,


What is expert view in qtp?

0 Answers  


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

0 Answers  






Can we continue functionality testing without framework?

4 Answers  


Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this

1 Answers  


Hi all, what is the latest version of QTP?

20 Answers   CTS,


in a web table , i want you to click a particular object inside cell

2 Answers  


How to create a run time propertyfor an object?

3 Answers   IBM,


how to test one edit box using dotnet addin for Web Applications? write script?

2 Answers   NTT Data,


How can I change object description or check point values in qtp?

0 Answers  


Categories