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 |
How many types of trigger events are there in qtp?
Please explain me frameworks & how to generate the scripts in framework
How do you create regression test packs?
Explain process of smart Identification in QTP?
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
What is an object repository?
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
What is the Test Object model in QTP?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression