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 / 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

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

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

Post New Answer

More QTP Interview Questions

i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?

6 Answers   IBM,


how qtp identifies objects of application.

5 Answers   Intel,


why do we go for Test Automation?

2 Answers  


What are the key points to create a framework in QTP for oracle forms?

0 Answers  


how to load the *.vbs (or) test generating script in a new machine?

3 Answers   Ordain Solutions,






What is the difference Between LowLevel and Normal Recording Modes?

1 Answers  


what is spy, and how can u use?

1 Answers  


how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"

5 Answers   IBM,


What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


how we connect oracle or sql data server database to qtp.

4 Answers   TCS,


Explain the keyword createobject with an example.

1 Answers  


what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance

5 Answers  


Categories