How to call Datable values in the QTP program.
exp: I have two parameters like Email id and Password
this two i would like to add multiple entries in the datable
to use it.
What is the difference between Gobal/Action datatable

Answer Posted / manish

For multiple iteration we can use global data sheet.

Getting the value :-

Browser(" ").page(" ").webedit("Emailid"). set
datatable.value("Email id",dtGlobalSheet)
Browser(" ").page("
").webedit("Password")datatable.value("Password",dtGlobalSheet)
Global Sheet And Action Sheet
GlobalSheet :- Global sheet we can use for every action and
by default it run for multiple iteration depends on the
value in the global sheet.

Action Sheet :- Action sheet is for perticular action and by
default it runs only one iteration but we can change it to
run for multiple iteration depends on the value in the
action sheet from the action property.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use checkpoints in qtp ?

586


How many add-ins comes by default with qtp?

541


How to integrate the qualitycenter with qtp

1773


What is the process of synchronizing qtp and aut?

568


What are the different types of functions available in qtp and explain ?

569






Can we write winrunner language i.e TSL in QTP tool?

1474


Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

1539


What is 'sleep' in sync point?

627


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1560


What is the significance of “action 0” in qtp?

572


How qtp identifies objects?

570


Explain the terms test and business component?

550


What is the use of text output value in quicktest professional?

512


What is the script for database check point, bitmapchek point, regular expression ?

1555


What is throw Object?

1558