tell me the script for envirnment value parameeter with an
example. which situation envirnment valu parameter is used
Answers were Sorted based on User's Feedback
Answer / jay prakash
There are several builtin environment variables provided by
QTP. When ever you want to use one just use it like this:
strName = Environment.Value("UserName")
msgbox strName
For the list of env var you can see File -> Settings ->
Environment.
Please let me know if it helps.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / saravanaraja
The Following code is used to apply Environment value to
the text field:
Browser("Title:=.*").Page("Title:=.*").WebEdit("html
id:=").Set Environment("OS")
| Is This Answer Correct ? | 2 Yes | 0 No |
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to get the column count and column name from the resultset in the database connection program?
how to add a runtime parameter to a data sheet?
Why qtp the best testing tool?
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
how will u do database testing in qtp? how will u do the same with descriptive programming?
In qtp, how you can exit for loop?
How can I check if a environment variable exist or not?
Differences between quicktest professional (qtp) and winrunner?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?