Scrum

How to Create and Execute Test Sets in Jira

Test Set is a way to organize test cases. In test sets test cases are organized in a flat structure. Test sets are created so that management of test cases is a bit easier. If there is a large number of test cases involved in a project, grouping in test sets helps in categorization of testing for example create test sets for logging functionality. Test sets also makes searching the test cases easier.

...

How to Create Test Plans in Jira

Test plans are documents that define the testing strategy for your test activity. Test Plans includes the details like:

  • What has to be validated

  • Who will be testing

  • How the validation needs to be done

    ...

How To Create Test Cases in Jira

Test Cases are documents where the test steps, preconditions, test data and expected results are written down. Then these test cases are run with the test data provided and final results are matched to see if the functionality being tested is working fine.

...