create_login_test_case
Generates Robot Framework test case code for login functionality, returning the complete .robot file content. Input URL, username, and password to create automated login test scripts without execution.
Instructions
Generate Robot Framework test case code for login functionality. Returns the complete .robot file content as text - does not execute the test.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
password | Yes | ||
template_type | No | appLocator | |
url | Yes | ||
username | Yes |