This is simple demonstrate Selenium testing with Python & pytest. It will test the LambdaTest ToDo App scenario. -Navigate to the URL https://lambdatest.github.io/sample-todo-app/ -Select the first two checkboxes -Send ‘Happy Testing at LambdaTest’ to the textbox with id = sampletodotext -Click the Add Button and verify whether the text has been added or not
Prerequisites: -Python -pytest -selenium
Bonus: How pytest idenditifies the test files and test methods -File naming nomenclature - File name should be test_*.py or _test.py -Test Method nomenclature - Test method should be of the format test