From 5ddb021898e02a832c6d854bbdc58f7427d33141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Fiorio=20de=20S=2E=20J=C3=BAnior?= <66276630+sandrofiorio@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:42:38 +0000 Subject: [PATCH] Add content to QA roadmap (#3688) Co-authored-by: Sandro Fiorio --- .../100-qa-basics/105-manage-your-testing/106-xray.md | 9 +++++++++ .../106-project-management/100-atlassian.md | 3 ++- .../100-functional-testing/smoke-testing.md | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/data/roadmaps/qa/content/100-qa-basics/105-manage-your-testing/106-xray.md diff --git a/src/data/roadmaps/qa/content/100-qa-basics/105-manage-your-testing/106-xray.md b/src/data/roadmaps/qa/content/100-qa-basics/105-manage-your-testing/106-xray.md new file mode 100644 index 000000000..1eb2461c6 --- /dev/null +++ b/src/data/roadmaps/qa/content/100-qa-basics/105-manage-your-testing/106-xray.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) \ No newline at end of file diff --git a/src/data/roadmaps/qa/content/100-qa-basics/106-project-management/100-atlassian.md b/src/data/roadmaps/qa/content/100-qa-basics/106-project-management/100-atlassian.md index 9a7c7faab..40e13bc16 100644 --- a/src/data/roadmaps/qa/content/100-qa-basics/106-project-management/100-atlassian.md +++ b/src/data/roadmaps/qa/content/100-qa-basics/106-project-management/100-atlassian.md @@ -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) \ No newline at end of file +- [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) \ No newline at end of file diff --git a/src/data/roadmaps/qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/smoke-testing.md b/src/data/roadmaps/qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/smoke-testing.md index d36afb58f..b99d55812 100644 --- a/src/data/roadmaps/qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/smoke-testing.md +++ b/src/data/roadmaps/qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/smoke-testing.md @@ -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) \ No newline at end of file