what is the Exact Meaning of Environment Variables?
Answers were Sorted based on User's Feedback
Answer / nanda.d reddy
Environment Variables are global variables, which can be
used in all the tests , by all users and in all environments.
again there are two types:
Built in: Values will be defined based on current system
configuration.
User Defined:
We define and store in XML file, to use later.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreeprasad
Environment Variables enables you to use the variable
values from other sources during the run session. the
variable values can be specified by the users or QTP can
specify depending upon the conditions and options u choose.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's Checkpoints for QTP?
Give me an example where you have used a COM interface in your QTP project?
how many wayes we do the parameterization?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
how to test one edit box using Java addin for Web Applications? write script?
wt is automation framework? give explonation?
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
Can anybody give the script to addsheet, add column,add values under that column in the rows?
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
Can u tell me example for virtual objects?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
In key word driven framework,we will rename the logical names of objects,why?