Use of environment variables?
Answers were Sorted based on User's Feedback
Answer / hariprasad reddy
The variables declared in Action1, we cannot able to use
them in Action2. So, using Environment key we can access
any variable in any Actions. These variables are known as
environment variables
| Is This Answer Correct ? | 1 Yes | 0 No |
in case of normal variable, it has scope of access within action only in which it is defined,now if a user wanted to use this varaible in another action then it is not possible.
so Environemnt varibale came into picture, in this case, if the environemnt value is defined at any action at point of time, then this will accessable through out the actions between the script exection,once the execution is stoped then the environment value loses the value assigned to it. it does not carry forward the value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jayadev acharam
Environment values can be used in any Action of ur script,
those act as Global Variables
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / priya
Environment parameters are especially useful for
localization testing, when you want to test an application
where the user interface strings change, depending on the
selected language. Environment parameters can be used for
testing the same application on different browsers. You can
also vary the input values for each language by selecting a
different Data Table file each time you run the test.
You can also create environment output values, which
retrieve values during the test run and output them to
internal environment variable parameters for use in your
test.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the difference between analog and low level recording?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How function returns a value?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Explain in brief about the QTP Automation Object Model.
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
Can we use same virtual objects in many number of tests?
what is vss and cvs what is main difference b/w these two
what is keyword driven testing
What is the difference between local and shared object repository in qtp?