Topic
Common Tools for Automated Testing:
- Unit Testing:
unittest,pytestfor Python. - Integration and Functional Testing:
pytest, Django’s test framework, Selenium for web applications. - End-to-End Testing:
Selenium,Cypress. - Performance Testing:
JMeter,Locust.