How to use Environment parameterization in QTP? Explain with
an example.
Answer Posted / raj kumar
Environment.Value("Test") = "NewValue"
Msgbox Environment("Test")
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is it possible to change the values of analog recording?
what is error and fault in terms of software quality?
Generic function to search for the unique link in webtable and click on it
How did you use regular expressions in QTP and also in WR?
What are benefits of qtp?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
what QTP Options do you know?
How can i check items sorted or not in a weblist ? Give me the script for this...
In qtp, how you can get the last character from a string?
What are parameterizing tests?
How is a Step generator used in UFT?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what is the diff b/w assistive and mandatary rules of object repository in QTP???
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?