Using Multiple and Reusable Actions: Education Services
Using Multiple and Reusable Actions: Education Services
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.
Split an Action
10
11
12
13
Deleting an Action
14
15
16
17
18
19
20
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?
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
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