Python Testing
- Basics of testing concepts - Unit/Integration/System
- Environment Setup
- Identifying Test Files and Functions
- Execution of subset of Test Functions
- Substring matching of Test Functions
- Paramererised Tests
- Fixtures
- custom Fixtures
- Test Execution Report
- Deep drive in Conftest
- Custom command line arguments
- Creating Data set for each Test Function Dynamically (without Paramererised)
- Custome Setup and TearDown functionality
- Creating custome Report
- CI/CD using Python, Git, TestLink and Jenkins
