1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

Add content to QA roadmap (#3688)

Co-authored-by: Sandro Fiorio <sandrofioriojr@gmail.com>
This commit is contained in:
Sandro Fiorio de S. Júnior
2023-03-21 23:42:38 +00:00
committed by GitHub
parent d227603a59
commit 5ddb021898
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# xRay
Xray is a complete Test Management tool for Jira. It is a full-featured app that does not require any other software in order to run.
Xray supports the entire testing life cycle: test planning, test design, test execution and test reporting. Xray does this by using special Jira issue types, so you can use all Jira benefits that you are used to.
Jira's aim is to help you improve the quality of your systems through effective and efficient testing. That's why from its first version, Xray already supports both manual and automated tests, including full support for BDD framework (e.g. Cucumber, SpecFlow, Serenity BDD) examples/tests in the native language (i.e., English).
Visit the following resources to learn more:
- [xRay - Getting Started](https://docs.getxray.app/display/XRAY/Getting+started)

View File

@@ -5,4 +5,5 @@ Jira is a software application used for issue tracking and project management. T
Visit the following resources to learn more:
- [Atlassian Website](https://www.atlassian.com/)
- [What is Jira used for?](https://www.atlassian.com/software/jira/guides/use-cases/what-is-jira-used-for#glossary-of-items)
- [What is Jira used for?](https://www.atlassian.com/software/jira/guides/use-cases/what-is-jira-used-for#glossary-of-items)
- [What is Jira?](https://www.simplilearn.com/tutorials/jira/what-is-jira-and-how-to-use-jira-testing-software)

View File

@@ -3,3 +3,5 @@
Smoke Testing is a software testing process that determines whether the deployed software build is stable or not. Smoke testing is a confirmation for QA team to proceed with further software testing. It consists of a minimal set of tests run on each build to test software functionalities.
Visit the following resources to learn more:
- [Smoke Testing | Software Testing](https://www.guru99.com/smoke-testing.html)