In QTP, Give the difference of Global sheet and Local sheet
in datatable?
Answers were Sorted based on User's Feedback
Answer / yogesh basediya
There are two types of sheets in QTP, global sheet and
local sheet. in case if we are having more then one action
for a script, so we should use global sheet. because with
the help of this we can pass values to every individual
actions if we want. but local sheet is responsible and
relevant with only one action, with which it is associated.
| Is This Answer Correct ? | 10 Yes | 3 No |
In Qtp datatable there are 2 types of sheet Global sheet
and Local sheet
From global sheet we can pass values to any test or script
and from Local sheet we can pass values to current script
only
Let me know i am correct or not
| Is This Answer Correct ? | 14 Yes | 9 No |
Answer / aarati borse
I would like to correct you sri...
Global sheet we can use to pass same value in all actions
which we are having in the same test or script.
and that of
local or action sheet we can use to pass the values only
for particular action i.e for single action...
| Is This Answer Correct ? | 7 Yes | 3 No |
What is diff betwee datatable.importsheet "path" and datatable.import
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
what r the main attributes of test automation?
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
What is recovery scenario manager? When you go for recovery scenario manager?
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
tell me QTP standards ?plz
what is the object properties settings in the QTP
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
what is difference between wait and synchronization point.