C:\Users\user>python automate_test_gcd.pyTest passed 4Traceback (most recent call last): File "automate_test_gcd.py", line 11, in <module> x, y = int(numbers[0]) , int(numbers[1])IndexError: list index out of rangeplease help to solve the error
Can i make my code file in notepad as it will be saved with .txt extension,python framework will read this file or not?
13002 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
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
Show video info
Pre-requisite