LodeRunner UI Load Tester

JSON-Driven Application Testing — AnswerPoint Intelligence
0
Total Runs
Last Score
Best Score
IDLE
Status

Configuration

Run History

No runs yet

Execution Log

LodeRunner v1.0 ready. Load an action file and press Run.

Action File Schema

Action Types:
click — Simulate button/link click. Target: CSS selector.
input — Type value into field. Target: CSS selector. Value: text to enter.
select — Choose dropdown option. Target: selector. Value: option value.
toggle — Toggle switch/checkbox. Target: CSS selector.
scroll — Scroll to element. Target: CSS selector.
wait — Pause execution. Value: milliseconds.
assert — Verify element state. Target: selector. Expect: condition.

Expect Conditions:
visible:#selector — Element is visible
hidden:#selector — Element is hidden
text:#selector=value — Element contains text
count:.class>N — N+ matching elements
url:contains=/path — URL matches pattern
status:200 — HTTP response status