What problem does it solve?
This Skill provides comprehensive guidance for writing effective LoranTest test scripts, enabling users to automate API and Web UI testing with minimal effort and maximum maintainability.
Core Features & Use Cases
- Structured Scripting: Learn the standard class and method structure for organizing tests.
- Data Management: Understand how to use
register for storing and retrieving test data across steps.
- Assertion & Extraction: Master
check for assertions and fetch for extracting data from API responses.
- Advanced Orchestration: Implement complex scenarios with
retry, restore, context, and more.
- Use Case: A QA engineer needs to create a new test suite for an API. They can use this Skill to understand how to structure their test classes, call the necessary API Logic functions, assert the responses, and clean up any created data.
Quick Start
Refer to the 'SKILL.md' file for detailed instructions on writing LoranTest scripts, including class structure, register usage, and Logic function parameters.