What are the environment variables?
Answers were Sorted based on User's Feedback
Answer / uday
Environmental variables are useful when parameters defined
in different actions accessible through out the test.
These are also useful to get system, test and other
information like OS, TestName etc...
Two types of environment variables:
1. Build-In Env: ex: TestName, OS name,Iteration name,
action name etc.
2A. User defined Internal: These variables are read-write
vars. We can give a var name and value.
2B. User defined External: These variables are read only,
loaded from external xml file.(This is useful in localizing
testing).
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sri
Environment Variables are those variables which can be used
globally across the test(s). There are two types of
Environment variables:
1. Built in Variables
2. User Defined Variables.
For more details, please have a look at:
http://everythingaboutqa.blogspot.com/2011/07/environment-variables-in-qtp_20.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sonal.pagare
Environment variables are the special variables which stores
information about the test/application’s environment.
Throughout the test run, the value of an environment
variable remains the same, regardless of the number of
iterations, unless we change the value of the variable
programmatically in your script
| Is This Answer Correct ? | 1 Yes | 1 No |
I want to clear the webedit field without using set"" in qtp script
how will u do database testing in qtp? how will u do the same with descriptive programming?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
Among all the check points what is the most important checkpoint?
how qtp identifies objects of application.
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
What is the expert view?
Which object repository we use in real time and can we merge 2 object repostiory and how?
Write a QTP script to enter a keyword in to Google search engine?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Can we record using all the modes in a single script? Explanation with example is appreciated