Chapter 5: Anatomy of a Web Script

Опубликовано: 24 Март 2026
на канале: Eggplant
1,236
2

This chapter gives an overview of what a typical eggPlant Performance web script looks like.

1:22 Inspecting the contents of a new blank/empty script

3:56 The pre() and script() methods and their purpose

6:00 First look at a generated web script

6:39 An example of a Region for persisting code between script generations

8:52 A closer look at the pre() method for a web script

9:34 The purpose of the WebBrowser object

10:27 A closer look at the script() method

13:49 Script Actions

14:55 StartTransaction and EndTransaction

15:22 Viewing a script in an IDE (Integrated Development Environment)

16:52 Breakdown of a typical web request/response

23:43 Example of a web form