Testing and Debugging - English

12103 visits



Outline:

What is software testing? Write a simple function How to write test cases? Create simple tests for a function Run the script and test the code Automate tests Example for test case fail Coding style How to give meaningful names in coding Python coding standards