What is the Difference between Environment variable and
Globle variable,.. anybody can give me answer..Thanks in
advance...
Answers were Sorted based on User's Feedback
Answer / sandesh sawant
Environment Var and Global Var both can be use throught out
the test.
Environment Var givs information related to the environment
in which current test is present. Ex. OS, username,
hostname.
Global variables can have any value that we can define in
our script
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / param
Environmental variables:it is like a global variable.We can
use it in different tests and actions.
Global variables:it can be used within a test and multiple
actions.
local variables:it can be used within a test and an action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sup
Environment Variable:-It provides QTP TestEnvironemnet
information
Used in Paremeterizatioon
Global variables --- variables declared which can be used
anywhere in the test
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sailaja
Env Variables are Local to the Test in which they are
created ,where as Global variables can used anywhere in the
scripts/tests.
| Is This Answer Correct ? | 0 Yes | 17 No |
How QTP recognizes Objects in AUT?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
Explain about random testing of 500 test cases?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
How to Import the data from MS-Access in QTP?
what is keyword driven testing
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
How to Test the mainframe application?(tell me few basic things)
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?