why we use environment variables
Answers were Sorted based on User's Feedback
Answer / srinivas poodari
We can use the environment variables for speed up the
testing process. For example During testing if at all we
have the long path, then we give the user defined variable
to that path and run the programm.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / issac
It can be used to pass values across actions
syntax is Environment.value=""
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narendra
The main use of Environment variable is the value of
environment variable does not change
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh
we will use the environment variables for global values.
global values are the values which havent changed in the
etire application testing.we will use these values in our
test scripts without declarations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
environment variable is a variable,Which you have in one
action can't be used in some other action so by using
environment variable we can use the variables in one action
in to another action.
These are global through variables
if i am wrong correct me plz
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi to All, My name is Aditya, i have 4 year exp in software testing (Manual Testing), but i try to shift my career now in automation testing. right now i have no exp or u can say i am not hand exp in live application. So please guide me, what i do ???? Can i join again automation course only practical which is live application. if u know any person who's expert in qtp and he/she ready to take my class i have our own and company laptop. If required i will pay amount please don't mind. Please help me, and i am also planing to join core java from coming 1st Aust (in seed) for only purpose the understanding script of Automation (QTP)... Please help me... I am waitting u r replay... Thank you Thanks again
What is a Run-Time Data Table? Where can I find and view this table?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
How to carry out bit map check points in QTP
WHO TAKE DECISION TO RELEASE THE BUILD
What is the difference in between function and sub as well as give some code of both
Diff b/w test scenario's and test Procedures?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..