What is the difference between Global and Local Data
Sheets?
Answer / gangadhar
global sheet can be used by any action in the test script
file,local sheet can be used only by that action
| Is This Answer Correct ? | 11 Yes | 1 No |
any one can explain about QTP proocess,means where to start and how to start Scripting.
After running scripts how you report results ,there is any specific report form
Explain different checkpoints in qtp.
hi, for QTP TRAINING......SURESH REDDY SMART SOLUTIONS sr.nagar IS BEST OR NOT? how faculty teaches?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Hi Samrat, Thank u very much, what u said it is right.
How to take screenshots in qtp?
How many types of Parameters are available in QTP? and Pls Explain with example.
Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri
what are the difference between qtp8.2 to 9.0 surya
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me