An open API service indexing awesome lists of open source software.

https://github.com/basil-hameed/pat-we-eb5-eb6

๐Ÿš€ This repository contains structured notes, code snippets, and resources for mastering Python Automation Testing. It covers: ๐Ÿงช Software Testing | ๐Ÿ Python | ๐Ÿ—„๏ธ MySQL | ๐Ÿ•ต๏ธโ€โ™‚๏ธ Selenium | ๐Ÿ› ๏ธ Test Frameworks ๐Ÿ“‚ Includes: Test cases, automation scripts, best practices, and more! ๐Ÿ”— Useful Resources: Selenium Docs |
https://github.com/basil-hameed/pat-we-eb5-eb6

mysql playwright pytest pytest-html python robotframework selenium

Last synced: 8 months ago
JSON representation

๐Ÿš€ This repository contains structured notes, code snippets, and resources for mastering Python Automation Testing. It covers: ๐Ÿงช Software Testing | ๐Ÿ Python | ๐Ÿ—„๏ธ MySQL | ๐Ÿ•ต๏ธโ€โ™‚๏ธ Selenium | ๐Ÿ› ๏ธ Test Frameworks ๐Ÿ“‚ Includes: Test cases, automation scripts, best practices, and more! ๐Ÿ”— Useful Resources: Selenium Docs |

Awesome Lists containing this project

README

          

### **๐Ÿ“š Python Automation Testing โ€“ Notes & Code Repository**
๐Ÿš€ Welcome to the **Python Automation Testing** Learning Repository! This repository contains **structured notes, code snippets, and resources** to help you master **automation testing** using Python.

---

### **๐Ÿ“‚ Repository Structure**
Each folder contains detailed notes and code, structured by learning phases:

๐Ÿ“Œ **Daywise Notes** โ†’ Software Testing Basics, Testing Life Cycle, Test Design and Development
---

### **๐Ÿ”— Useful Practice Resources**

| ๐Ÿ“Œ **Topic** | ๐Ÿ”— **Resource Link** |
|--------------------------|---------------------------------|
| ๐Ÿ— **Python Basics** | [Python Docs](https://docs.python.org/3/) |
| ๐Ÿ•ต๏ธโ€โ™‚๏ธ **Selenium Docs** | [Selenium Documentation](https://www.selenium.dev/documentation/) |
| โšก **Pytest Framework** | [Pytest Docs](https://docs.pytest.org/en/latest/) |
| ๐Ÿ“Š **SQL Practice** | [MySQL Documentation](https://dev.mysql.com/doc/) |
| ๐Ÿ”จ **Regex Testing** | [RegExr](https://regexr.com/) |
| ๐Ÿ” **GUVI Blogs** | [GUVI Blogs](https://www.guvi.in/blog/search/python+selenium) |

---

### **๐Ÿ“– How to Use This Repository?**

๐Ÿ”น **Clone this repository:**
```bash
git clone https://github.com/basil-hameed/PAT-WE-EB5-EB6.git
```
๐Ÿ”น **Navigate to the desired folder:**
```bash
cd PAT-WE-EB5-EB6/Daywise
```
๐Ÿ”น **Run the automation scripts:**
```bash
pytest tests/
```
๐Ÿ”น **Open in your favorite code editor (VS Code recommended).**

---

### **๐Ÿค Contributions**
Feel free to **contribute, add more resources, or improve the notes!** Open a pull request if you find something valuable to add.

---

### **โš–๏ธ License**
This repository is **free to use** for learning purposes.
Give a โญ **if you found it useful!** ๐Ÿš€

Happy Automating! ๐Ÿ†๐Ÿ’ป