0% found this document useful (0 votes)
11 views25 pages

Using Multiple and Reusable Actions: Education Services

This document discusses how to create multiple actions from a single action, define actions as reusable, and call reusable actions into a main test. It covers splitting actions, setting actions as reusable, using global and local data sheets to drive data, and parameterized data. The summary at the end restates that the chapter teaches how to create multiple actions from one, define reusable actions, and call reusable actions into a main test while driving data with data sheets.

Uploaded by

austinfru
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views25 pages

Using Multiple and Reusable Actions: Education Services

This document discusses how to create multiple actions from a single action, define actions as reusable, and call reusable actions into a main test. It covers splitting actions, setting actions as reusable, using global and local data sheets to drive data, and parameterized data. The summary at the end restates that the chapter teaches how to create multiple actions from one, define reusable actions, and call reusable actions into a main test while driving data with data sheets.

Uploaded by

austinfru
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 25

Using Multiple and Reusable Actions

EDUCATION SERVICES

Objectives
After completing this chapter, you will be able to: Create multiple actions from a single action. Define an action as reusable. Call a reusable action into a main test.

Drive data using local and global data sheets.

The Integrate Phase

Single Action Test

A Test with Multiple Actions

Split an Action

Creating a New Action

Modifying an Action Name

One Action Used Many Times

Setting Actions as Reusable

10

Using an Existing, Copied, or a New Action

11

The Test Flow List

12

Action Data Structure

13

Deleting an Action

14

Using Global and Local Data Sheets in a Test

15

Using Parameterized Data

16

Using Global Data Table Sheets

17

Using Local Data Table Sheets

18

Data Table Iterations

19

External Action Properties

20

Handling Missing Action

21

Summary
In this chapter, you learned how to: Create multiple actions from an action. Define an action as reusable. Call a reusable action into a main test. Drive data using local and global data sheets.

22

Review Questions
Now answer these review questions. 1. Which action can you can use only within the test in which it was created? a) Reusable action b) Regular (non-reusable) action c) External action 2. Where do you set action iterations for a specified action?

a) Action Run Settings b) Action Properties c) Action Call Properties


23

Review Questions
3. Which of the following is created, by default, with a new action? a) Global data sheet b) Local object repository c) Local data sheet

d) Folder

24

Exercise: Using Multiple and Reusable Actions

Part 1: Create a reusable log in test Part 2: Change the default name of an action Part 3: Create a reusable NewOrder test Part 4: Create a main calling test

25

You might also like