Your ultimate guide

Showing posts with label Setup. Show all posts
Showing posts with label Setup. Show all posts

Automation Environment Setup - In Eclipse IDE

Setup:

Step 1: Download & install Java JDK and also give the path of JDK.
Step 2: Download & install Eclipse IDE.
Step 3: Download Selenium JARS.
Step 4: Download Chrome WebDriver (or any other web browser WebDriver)
    Selenium JARs installation:
1.    Go to Eclipse -> Create new Java Project : 
    Click on File --> Select New --> Click on Java Project

     Then Give the Project name --> Click on Finish.

2.    Right Click on that Java project (that you're created) -> Select build path -> select Configure Build path.
3.    Then Select Libraries -> under the Class path -> Click on Add External Jars
4.    Give the path of Selenium drivers (Lib directory -> Select all JAR files) -> Select open.

PyCharm Installation



How to install PyCharm on Windows?

1. Open a browser Navigate to the JetBrains official website, and download the PyCharm Community Edition executable file there.
  We can also download PyCharm Professional Editon but free for 30 days after that, we need to buy.

2. After downloading Double-Click on that downloaded file, and then the installation setup will start.
Click on the Next button.


3. It shows which folder Setup will install PyCharm Community Edition, To install in a different folder, click Browse and select another folder. Click Next to continue. 


4. If you need the Shortcut icon of PyCharm on your Desktop, click on the Create Desktop Shortcut. Click Next to Continue.
 

5. Click on Install.




6. Click on Finish.


Python Installation


 

How to Install Python on Windows:

1. Open a browser to the Python website and download the Windows installer.


2. Double-click on the download file and ensure that Python is added to your path. Click on "Customize installation". instead of Customize installation we can also click on Install Now, then it will automatically install all recommended setups.

3. In this Optional Features leave all options as default, just click on the Next button.


4. Browse the install location where you need to install and click the Install button. 

5. Click on Disable path length limit and then click on Close.



To Check whether Python is installed or not in your PC:
1. Open the Command Prompt app in the Start menu.
2. Type the python --version Command, and press Enter Key. Then it shows the version of Python you're installed.