What are "Test Suites" in PostQode?
Test suites in PostQode are collections of related test cases organized to facilitate structured and comprehensive testing. These suites ensure that all necessary tests are executed, either manually or through automation, to verify specific functionalities or behaviors of the software. By grouping test cases together, test suites help streamline the testing process, making it easier to manage and confirm that the software meets its requirements.
Creating New Test Suites
Step 1: When you select a project, click on the the "Test Suites" option from the side navigation panel.
Step 2: If you are a new User choose between "Create New Test Suite" by providing essential details like name, description, and visibility, then click "Create" button. Alternatively, select "Import from the project", choose the project and test suite to import, enter necessary information, and click "Create" button to complete the process.
Note: Names should start with an alphabet and no special characters are allowed except for '_' and '-'.
Please take note regarding visibility :
If you select Personal it will be accessible only to you.
If you choose Shared it will be visible to all those invited by you.
If you choose Organizational it can be viewed by all those associated with the project.
Step 3: If you select 'Import from the project,' choose the project and test suite to import, enter the necessary information, and click 'Create' to complete the process.