How to run the automation scripts in python?
What are automation Scripts? A code that can be reusable to execute a function in multiple times. It automatically executed without any user intervention. In python, it is stored with ‘.py’ extension. Steps to execute the automation scripts: 1.Python Installation · First, make sure that system has python. · Just check the version in command prompt. · Open the command prompt by giving ‘cmd’ command in search panel. · It opens the command prompt. · Use the below syntax to check the version. C:\Users\rajeswari jeevananth>python --version Python 3.10.0 2. Set up your Environment for windows · Create a project folder. 3. Create the automation script ...