🗃️ Web Elements
4 items
🚀 Variables and Dataset
Variables and Dataset allows you to create data with dynamic values and reuse them across actions, assertions and testcases. This makes your test cases more flexible and reusable and simplifies the process of updating values across multiple tests. The test cases can be executed with different data inputs, making your tests more robust and scalable.
🗃️ Test Cases
3 items
🚀 Modules
Modules are reusable components that contain a set of actions and assertions that can be shared across multiple test cases. Modules help you create modular test cases by grouping common actions and assertions together, making it easier to maintain and update your test cases. You can create modules for repetitive tasks, such as login, registration, or checkout, and reuse them across different test cases.
🚀 Test Suites
Test suites are a collection of test cases that are grouped together to run sequentially or parallely. Test suites help you organize and manage your test cases efficiently, making it easier to execute and monitor multiple test cases at once. You can group test cases based on the application, feature, or functionality you are testing, and run them together to validate the application's behavior.
🚀 Run Results
Run Results
🚀 Execution Profiles
Execution Profile
🗃️ Settings
3 items