The following requirements are need for practicing selenium test cases and running automated codes,
I. System : Windows 10
II. Python : Version 3.x
III. Web browser : Firefox or Chrome (Developer Edition)
IV. Driver : Selenium WebDriver
V. IDE : VS code
In this tutorial we will be using Windows 10 PC running with the stable version of Python 3.7.3, I will be using the Firefox Developer Edition for invoking and running my selenium test cases with appropriate selenium web drivers installed on it.
To write selenium test cases and to understand test flow, I will be using VS Code.
In the next article we will see how to set up those environment for getting started.