Skip to content

Commit c34c076

Browse files
authored
Create README.md
0 parents commit c34c076

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
🔍 Manual Testing Tools
2+
These tools assist with test case creation, execution, and documentation.
3+
4+
Tool Description
5+
TestRail Test management tool for creating and tracking test cases.
6+
TestLink Open-source test management tool.
7+
qTest by Tricentis Cloud-based test management platform.
8+
PractiTest Centralized QA management tool with traceability.
9+
10+
🤖 Automation Testing Tools
11+
These tools help automate repetitive test cases for web and mobile apps.
12+
13+
Tool Description
14+
Selenium Web automation framework supporting multiple browsers and languages.
15+
Playwright Modern Node.js-based automation tool with multi-browser support.
16+
Cypress JavaScript-based front-end testing for modern web apps.
17+
TestComplete Commercial automation tool supporting desktop, web, and mobile testing.
18+
Appium Open-source mobile automation for Android and iOS.
19+
Katalon Studio All-in-one automation tool with built-in features for beginners and pros.
20+
21+
🐞 Bug/Issue Tracking Tools
22+
Track and manage bugs during QA processes.
23+
24+
Tool Description
25+
JIRA Widely used for agile development and bug tracking.
26+
Bugzilla Open-source bug tracking system by Mozilla.
27+
MantisBT Lightweight, open-source bug tracker.
28+
GitHub Issues Integrated issue tracking for GitHub-hosted projects.
29+
30+
📊 Performance/Load Testing Tools
31+
Test how well your site or app performs under load.
32+
33+
Tool Description
34+
JMeter Apache's tool for performance and load testing.
35+
LoadRunner Enterprise-grade performance testing by Micro Focus.
36+
k6 Developer-centric performance testing tool written in Go.
37+
Gatling Highly performant tool for web applications, ideal for developers.
38+
39+
📱 Cross-Browser/Device Testing Tools
40+
Check how your website behaves on different browsers and devices.
41+
42+
Tool Description
43+
BrowserStack Real devices and browsers for testing web and mobile apps.
44+
Sauce Labs Cloud-based cross-browser testing.
45+
LambdaTest Manual and automated browser testing in the cloud.
46+
47+
✅ Other Useful QA Tools
48+
Additional tools to improve testing workflows.
49+
50+
Tool Description
51+
Postman API testing and automation.
52+
Charles Proxy / Fiddler Web debugging proxies for inspecting traffic.
53+
Chrome DevTools Built-in browser tools for inspecting and debugging.
54+
WAVE / axe DevTools Accessibility testing.
55+
Lighthouse Performance, accessibility, and SEO audits.

0 commit comments

Comments
 (0)