Transactions and Requests
Script files consist of a series of transactions. Each transaction describes a request. Both transactions and requests have fields that can be changed to specify the characteristics of the transaction or request. For example, transactions have a classId field and requests have a URL field. You can also designate some field entries as defaults so you do not need to specify the entry in each transaction or request.
-
Transactions begin with the line NEW TRANSACTION.
-
Requests begin with the line NEW REQUEST CLEAR_COOKIE or NEW REQUEST HTTP. CLEAR_COOKIE requests delete the value of the stored cookie. HTTP requests do browser requests to the given server.