Selenium framework coding practices/standards
We will be discussing some of the practices (may not be THE best practices) which makes code base easier in terms of readability and maintainability. Package names should be in all lower case package1 or com.gmail.webui Class names always begin with a capital letter. And if there are multiple…