Can any one explain about environment variables with examples?
Answer Posted / pravati
environment variable is a variable which keeps the value through out action
environment variable are of two types
1.built in
2.userdefined
In built in-u can retrive the built in data
ex-msgbox environment.value("os")
In userdefined u can set the value in environment
ex-file>>setting>>envrnment>>userdefined(+)>>value(abc.01@gmail.com),name(username)
then retrive the data of value & name in test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Will down time for server and content maintenance/upgrades be allowed? how much?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What test cases can you automate using QTP?
What are the common defects found in your project? (in qtp interview)
What test you perform mostly? Regression or retesting in your testing process?
How u will do versioning in QTP?
How to handle dynamic objects in quicktest professional?
Tell me about your project? please help me how to tell about insurance project
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
is there any addin for remedy user application
What is the syntax to call one action in another?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How can get count of list box?