Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
Explore different methods for adding existing test cases to TestRail
- One by one manual addition via the web user interface
- Natural approach for new tests
- Adding the test to Excel and importing those
- Merges the test steps into one if those are defined in database schema template
- Adding the tests to XML file and importing those
- Works best for tests with individual steps
- Use application programming interface for adding data directly to database
- Mainly for automatic addition of existing automated test cases