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 |
What are the QTP advantages and disadvantages?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
Hi, Can any one explain what is mean by Driver Script? is it AOM?
What are the differences between qtp and winrunner?
VB - Script Training in MUMBAI.
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
how to count the word "IS" is repeated in the application using DP
3 Answers DST Global Solutions,
What frame work ur using in QTP in ur current company?
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example