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 |
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
how to create flat file datasubmission in qtp
How to "Turn Off" QTP results after running a Script?
How you automate testscripts one by one or modukewise or all at once
What are the various automation frameworks available in qtp?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
BEst INstitute for QTP & SELENIUM
hi i have one issue while automating the script using QTP i want scrool down .i cannot do even using scrool down methqad is not working .the object will take WebElement plz is there any code help me
explain structured testing? plz guys with exp. do answer
Tell me the situations where we will use Data Driven?
How to release all resources file from the QTP?