Test Case Traceability with Zephyr
Every story or requirement should have a matching test case to demonstrate test coverage. Zephyr will allow you to create and view coverage using a traceability report. In this post, …
Every story or requirement should have a matching test case to demonstrate test coverage. Zephyr will allow you to create and view coverage using a traceability report. In this post, …
In order to execute a test, you need to create the test first. You also need to create test cycles which will organize your test cases. Once you have created …
After you finish writing your test cases you will want to execute them. Since you will reuse your test cases you will need to put your test cases into a …
Zephyr is a test management plugin for Jira. Jira is a great tool to manage projects, however, it lacks a test management suite. A proper test management suite will have …
Cucumber is a framework to help testers, developers, and business analysts practice Behavior Driven Development (BDD). In BDD, the business analysts, developers, and testers all write their test cases first …