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 |
Explain quicktest professional (qtp) testing process?
I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?
How the automated tests in org
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
What are the different types of functions available in qtp and explain ?
Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
What are the major/ important methods, functions in QTP we use realtime testing
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
how to merge object repositories?