Chapter 19

Solution, Test and Action

An action is the place where all UFT scripts are written. It consists of UFT and VBScript statements. Actions are used to divide the test script into logical units or sections. Each action is to automate specific reusable business functionality. An automated test is created by calling the already developed reusable actions.

A test is comprised of calls to actions. When a new test is created, it contains a call to a single action. By creating tests that call multiple actions, users can design tests that are more modular and efficient. In UFT, every Action is contained within a Test and every Test is contained within a Solution.

SOLUTION

Solution defines the type of automated solution. A Solution can contain ...

Get Agile Automation and Unified Funtional Testing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.