Manual creation¶
This section covers various options to manually create a virtual user. All of those options involve adding one or several test URLs directly in OctoPerf interface:
-
Website URLs
This options is perfect for static website since it can parse URLs on a page and automatically add them to your virtual user.
-
Rest API
This options lets you add a list of API URLs to your virtual user, either manually or through a file.
-
Selenium
Selenium emulates a headless web browser that will access URLs on your website and measure the client rendering time.
Info
It is usually easier to start from an HAR recording of your application instead of creating all the requests manually.