1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update Testing Management Tools (#2205)

This commit is contained in:
ChuckD3ath
2022-10-07 14:01:20 +02:00
committed by GitHub
parent 41823a33cd
commit 7bb4d56d7d
4 changed files with 29 additions and 4 deletions

View File

@@ -1 +1,7 @@
# Test rail
# TestRail
TestRail is a web-based test case management tool. It is used by testers, developers and team leads to manage, track, and organize software testing efforts. TestRail allows team members to enter test cases, organize test suites, execute test runs, and track their results, all from a modern and easy to use web interface.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.gurock.com/testrail/'>TestRail Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.softwaretestinghelp.com/testrail-tutorial/'>TestRail Review Tutorial: Learn End-To-End Test Case Management</BadgeLink>

View File

@@ -1 +1,7 @@
# Test link
# TestLink
TestLink is most widely used web based open source test management tool. It synchronizes both requirements specification and test specification together. Tester can create test project and document test cases using this tool. With TestLink you can create an account for multiple users and assign different user roles.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://testlink.org/'>TestLink Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/testlink-tutorial-complete-guide.html'>TestLink Tutorial: A Complete Guide</BadgeLink>

View File

@@ -1 +1,9 @@
# Zephyr
Zephyr is a testing solution that improves the quality of your software by managing and monitoring end-to-end testing. It is very effective for managing manual testing. Its key capabilities include:
- Test-case creation
- Organization of tests by product releases and components
- Assignment of tests to the Quality Assurance team
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/zephyr-agile-jira.html'>Zephyr for JIRA Tutorial: Test Management Tool</BadgeLink>

View File

@@ -1 +1,6 @@
# Manage your testing
# Manage Your Testing
Test Management is a process of managing the testing activities in order to ensure high quality and high-end testing of the software application. The method consists of organizing, controlling, ensuring traceability and visibility of the testing process in order to deliver the high quality software application. It ensures that the software testing process runs as expected.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/test-management-phases-a-complete-guide-for-testing-project.html'>Test Management Process in Software Testing</BadgeLink>