In order to create a new Load Set, follow the steps below:

1- Click Add while on Load Sets tab. You can select Folder to create a folder to organize your load sets. To create a new Load Set, select Load Set.

image-20250421-151730.png

2- This will open the Load Set window, where you can create your new load set. Enter a Name for your load set and select Pool, Browser type, number of Virtual Users, Ramp up Time, and Run Period as shown below (Standard Settings). 

3- If you would like to schedule your load set, you can use Schedule Maker, Start Date, and End Date to do so. This is similar to scheduling your cloud runs through Subject7 Execution Set function.

4- Additionally, if you would like to receive notification when a load set is completed, you can do so by providing a list of email addresses under Notifications/Email List in the picture below. The e-mail includes logs, selected data sets, failed step number, failed step, and reason for failure(s).

image-20250421-151740.png

Tip

Ramp up time is automatically configured based on the number of virtual users but this value can be manually modified.

Tip

For Chrome users, the number of virtual users does not allow values more than 20 per load testing session.

Test Case Selection: to select the desired test cases from the Test Library on the left and drag them to the Selected test cases panel on the right and click Save as shown below:

image-20250421-151755.png

Browser Settings: you can specify any parameters you prefer to the load set before starting it. 

image-20250421-151803.png

Emulator Settings: Set the type of device to be used for web-based emulation next to Chrome Device Emulator.

image-20250421-151818.png

Tip

For best performance, we recommend to use the following parameters next to Headless:

javaScriptEnabled=true
chromeOptions=["--start-maximized", "--ignore-certificate-errors","--headless=new", "--disable-extensions", "--disable-translate", "--no-sandbox", "--disable-gpu", "--enable-automation", "--disable-logging", "--disable-infobars", "--disable-dev-shm-usage", "--disable-browser-side-navigation", "--disable-features=VizDisplayCompositor"]

Tip

If you are planning on running file downloads during headless mode, you can add the below to Browser Settings and modify the download path:

For Windows:

javaScriptEnabled=true
chromeOptions=["--start-maximized", "--ignore-certificate-errors","--headless=new"]
prefs=["download.default_directory=C:\USERNAME\Downloads","download.prompt_for_download=false"]

For Linux:
javaScriptEnabled=true
chromeOptions=["--start-maximized", "--ignore-certificate-errors","--headless=new"]
prefs=["download.default_directory=/home/USERNAME/Downloads","download.prompt_for_download=false"]