Setup & Installation
What This Skill Does
Generates Robot Framework test suites using keyword-driven syntax. Covers web UI testing with SeleniumLibrary, API testing with RequestsLibrary, data-driven templates, custom Python keywords, and cloud browser execution on LambdaTest.
Robot Framework's keyword-driven syntax is verbose and easy to get wrong without examples, so having ready-made patterns for login flows, API tests, and cloud configs cuts setup time significantly.
When to use it
- Writing login and form validation tests in .robot files
- Setting up data-driven test templates with multiple user credentials
- Testing REST APIs with RequestsLibrary for CRUD operations
- Running cross-browser tests on LambdaTest cloud infrastructure
- Building reusable custom keywords in Python for complex test steps