Brian Wanjalawanjalabr.hashnode.dev·Jan 1, 2023Testing in Python.Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not. Testing is executing a system in order to identify any gaps, errors, or missing requirements contrary to...37 readsunit testing
chukwuka chibuezekendrickchukwuka.hashnode.dev·Jun 17, 2022Testing in PythonManual and Automated Testing in Python Manual testing is a typeof software testing in which test cases are executed manually by a tester without using any automated tools. The purpose of manual testing is to identify the bugs, issues, and defects in ...42 readspython, unit tests, test, integration test, system test, assertEqual, assertFalse, asserttrue