Jitera is able to automatically generate test cases from usecases, execute, and save the results along with screenshots.
<aside> đź’ˇ
This feature is available for enterprise plan users.
</aside>
Access to Testcase page.
Click the Configure Tests button to configure information necessary for testcase creation.
The application must be accessible in a staging environment or similar for test case execution.
This section allows you to configure authentication for testing your application. Input your application's deployed URL, login credentials (username or email, and password), and specify the login path (e.g., /login
). You can also set the duration for how long the authenticated state should remain valid, measured in seconds (default is 6000 seconds). For more advanced configurations or custom Playwright code modifications, click the Configure button to adjust additional settings.
In this section, you can configure custom Playwright authentication code and manage the Playwright storage state for user sessions.
After saving the main configuration, the system automatically generates the Playwright
Use the Re-generate all code and states button to automatically create or update both the Playwright authentication code and storage state.
Select the usecase for which feature to be tested, then click the “Generate” button.
Jitera generates the testcase content.
Test cases and steps within test cases can be reordered by drag-and-drop.
Hover the generated testcase section. Click the “Run test” button to execute the testcase.
Jitera execute the testcase and report the test results in the right panel.
Hover the generated testcase section. Click the “Show Code” button to view the Playwright code for each step. You can edit this code and use it in Selenium.