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

How does QTP identifies the object in the application?

1 Answers   Crea,


What are the file extensions for per-action, shared object repository files and what is the extension for library files?

4 Answers  


how to merge object repositories?

4 Answers  


how will you load the test cases in ddt?

0 Answers  


When it be decided to go for either Per - Action or Shared?

2 Answers  






HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB

2 Answers   IGT,


Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?

1 Answers  


HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?

0 Answers   ADP,


suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?

2 Answers  


Under what conditions would you recommend QTP for future projects?

1 Answers  


what is the difference between modular framework & datadriven framework

0 Answers   SDS,


Hi, Can any one explain what is mean by Driver Script? is it AOM?

4 Answers   CTS,


Categories