Skip to content

KazeKaze93/QA-Theory

Repository files navigation

🔎 README

QA Engineering Theory & Best Practices

The ultimate knowledge base for QA Engineers.
From Manual Testing fundamentals to Advanced Automation patterns.

GitBook License Last Commit

Note: This repository contains the source code (Markdown files) for my knowledge base. For the best reading experience, please visit the GitBook Site.


🗺️ Navigation Map

Here you can find direct links to the source files if you want to contribute or read raw markdown.

🧪 Manual Testing 🤖 Automation 💻 Programming & Tech

Core Concepts
• Testing Types
• SDLC & STLC
• Test Levels

Documentation
• Test Cases
• Bug Reports
• Checklists

Frameworks
• Selenium WebDriver
• Playwright
• CI/CD Basics

Patterns
• Page Object Model
• Page Factory

Python
• Core Syntax
• OOP
• Fixtures

Java
• Core
• Collections


🛠️ Topics Covered


🤝 Contribution

Found a typo? Want to add a new topic?

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature/new-topic.
  3. Commit your changes.
  4. Push to the branch and open a Pull Request.

Made with ❤️ by KazeKaze93