Blog Detail
Quick Test Professionals
http://qtpquestions.blogspot.com
Quick test professional is a blog for software testing people, details about qtp frame work are briefly discussed in the blog..
Recent Posts
Scope of variables qtp frame work
Mainly there are two types of variables: action parameters and environment variables.An action's parameters are stored with the action and are the same for all calls to that action. If you change the action parameters defined for an action, and then ...
Functional testing of web applications with Selenium
Functional testing and black box is a methodology used to test the behavior that has an application from the viewpoint of their functions, validated for this purpose various aspects ranging from the aesthetics of the front end, the navigation within ...
Variable passing from one Action to another
Variable passing from one Action to anotherQuickTest enables you to retrieve values in your test or component and to store them as output values. You can subsequently retrieve these values and use them as input at a different stage in the run session...
QTP Frame Work - Environment Variables
Environment VariablesQuickTest can insert a value from the Environment variable list, which is a list of variables and corresponding values that can be accessed from your test. Throughout the test run, the value of an environment variable remains the...
QTP frame work - Test Parameters
In the Parameters tab of Test Settings, you can define input parameters that pass values into your test or component and output parameters that pass values from your test or component to external sources. You can also use the Parameters tab to modif...
Action Parameters in qtp scripting
In QTP scripting there are mainly 3 types of variable that we use. They are:Action Parameters.Environment Variables.VB Variables, which we declare in the script.Action ParametersAction parameters enable you to transfer values between actions and thei...

