Writing Tests
To allow us to investigate, evaluate and determine the coverage and quality of a project, developers will need to develop and perform QA tests. Testing can be performed as individual components using test cases or as a whole with Test Sets.
Associated links related to creating tests:
Overview of Writing Tests: https://docs.getxray.app/display/XRAYCLOUD/Writing+Tests
Overview of Precondition: https://docs.getxray.app/display/XRAYCLOUD/Precondition
Overview of Test Types: https://docs.getxray.app/display/XRAYCLOUD/Test
Overview of Parameterized Tests: https://docs.getxray.app/display/XRAYCLOUD/Parameterized+Tests#ParameterizedTests-Overview
Overview of Modular Tests: https://docs.getxray.app/display/XRAYCLOUD/Modular+Tests#ModularTests-Overview
For more information on how to create different types of tests, view the How To narratives for Quality Assurance testing.
Â