You can add if/else conditions, loops, transaction blocks, custom Java code, and empty page, page request, or authentication templates to a test.
Adding a transaction
You can designate a group of test elements as a named transaction and view performance data about the transaction after each test run.Adding conditional logic
You can insert if/else constructs around parts of a test that make execution of those parts dependent on whether a specified condition is met.Adding a loop
You can define part of a test as a loop that executes for a specified number of times.Adding an authentication folder
You can add an authentication folder to a request.Editing header contents
You can modify the contents of request and response headers.Adding a header
You can add a standard or custom request or response header.Adding templates for new elements
You can add templates for new test element that you plan to write by hand.
Parent topic: Editing tests