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 |
how you have used object libraries? plzzzzz do answer
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
Through array we can execute the testcase how ? give me example
The xls contain data. how to get number of columns form the sheet?
How is UFT 11.5 version different from UFT 12.0?
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What are the different types of recording modes?
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
How to handle the exceptions using recovery scenario manager In QTP?