Add content to QA roadmap (#3688)

Co-authored-by: Sandro Fiorio <sandrofioriojr@gmail.com>
pull/3691/head
Sandro Fiorio de S. Júnior 2 years ago committed by GitHub
parent d227603a59
commit 5ddb021898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/data/roadmaps/qa/content/100-qa-basics/105-manage-your-testing/106-xray.md
  2. 3
      src/data/roadmaps/qa/content/100-qa-basics/106-project-management/100-atlassian.md
  3. 2
      src/data/roadmaps/qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/smoke-testing.md

@ -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)

@ -5,4 +5,5 @@ Jira is a software application used for issue tracking and project management. T
Visit the following resources to learn more: Visit the following resources to learn more:
- [Atlassian Website](https://www.atlassian.com/) - [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)

@ -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. 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: Visit the following resources to learn more:
- [Smoke Testing | Software Testing](https://www.guru99.com/smoke-testing.html)
Loading…
Cancel
Save