Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do we add a new sheet to data table in QTP?

Answers were Sorted based on User's Feedback



how do we add a new sheet to data table in QTP?..

Answer / aparna

In two ways we can create data table

1)By creating different actions in test we can create data
table for that action.
2)Dynamically we can create data table as
datatable.addsheet <sheet name>

The created sheet called as virtual sheet and we can call
it in any action by using

datatable.getsheet "sheet name" method

Is This Answer Correct ?    18 Yes 2 No

how do we add a new sheet to data table in QTP?..

Answer / raavi

The created shhet in virtual sheet then we can cal any
where in the program

Datatable.getsheet"Sheetname"

Is This Answer Correct ?    7 Yes 3 No

how do we add a new sheet to data table in QTP?..

Answer / kumar.c

'Add New sheet in Datatable

Set a = Datatable.AddSheet("Kumar")
msgbox a

Is This Answer Correct ?    12 Yes 10 No

how do we add a new sheet to data table in QTP?..

Answer / u.v.r

DataTable.addsheet"rajani"

Is This Answer Correct ?    1 Yes 0 No

how do we add a new sheet to data table in QTP?..

Answer / k. chandra sekhar

a) In QTP add the new sheet is possible in two types. They are
b) In Different action: Here possible to create the any
actions of recording
c) And condition of new sheet in data table: Here give the
syntax then create the new sheet. That is
d) Data table .get sheet “sheet name”
e) The above method is call virtual method

Hi This is K.Chandra Sekhar
If any query then send to mail ndra_143@yahoo.co.in
I am taking the testing projects FAQS class
Call 9246540049/65880049
In Hyderabad

Is This Answer Correct ?    1 Yes 3 No

how do we add a new sheet to data table in QTP?..

Answer / balaji s

Datatable.Addsheet "Sheet1"," "

Instance purpose i am using the sheet name as "sheet1" if
the user wants to use some different name then they can use
it.After adding the sheet adding a value in the column is
necessary so i add null values for that

Regards,
Balaji S
9894207910

Is This Answer Correct ?    0 Yes 2 No

how do we add a new sheet to data table in QTP?..

Answer / noor

To Add a new sheet first we need to give the reference for
the sheet i.e
Datatable.getsheet("sheetname")
//sheet namehere can be global or local//
then add this statement
Datatable.addsheet("sheetname")
If you want to give the column name and its value include
Datatable.addsheet("dtglobal/Action1")"Username","ABC"
Thanks.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More QTP Interview Questions

what about f2&f6 function keys

1 Answers  


What is the difference between Functions and Action ?

1 Answers  


how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?

2 Answers  


Is virtual object supported in low level recording mode?

0 Answers  


In QTP, while launching qtp application from startup.. we find Advanced Keyword-Driven Testing caption.. wht is that...Anybody can pls explain it. Thanks in Advance

1 Answers  


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

0 Answers   Tavant Technologies,


wht is Driver in Integration testing. Anubody can answers it

7 Answers   CTS,


how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function

1 Answers  


How to execute a VBS file without using Execute File statement?

3 Answers   iGate,


Difference between test object and run time object?

0 Answers  


what is smart identification?

7 Answers  


I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?

3 Answers  


Categories