What is Environment Variable and when we apply this in QTP?
Answers were Sorted based on User's Feedback
Answer / rashmi
Use of Environmental Variables:
1) Enables use of variable values from other sources during
the run session.
2) These may be values you supply, or values that QuickTest
generates for you based on conditions and options you
choose.
Environmental Variable types:
1) User defined Internal
2) User defined External
3) Built-In
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kabeer
if at all the variable need to be used comonly in the
complete environment by the different system then one has to
declare them as environment variable.
Environmental Variable types:
1) User defined Internal
2) User defined External
3) Built-In
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / thirumal
Environment varaible are variable to apply the test these
are the two type 1)userdefined varaible 2)Builtin varaible
whenever we required to use the environment varaibles for
automation testing in qtp that time we are create the
environment variables and to the test
| Is This Answer Correct ? | 2 Yes | 1 No |
why text area checkpoints cannot used for web applications
What are the disadvantages of recording test cases in qtp?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What r the different type of reports generated in Quality Center?
what are the challenges you have faced while testing web based application using the automation tools ?
what is descriptive.create()in qtp?
How to "Turn Off" QTP results after running a Script?
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.