Configure PyDev in Eclipse

Last updated on Nov 24 2021
Swaminathan M

Table of Contents

Configure PyDev in Eclipse

This is differently to execute the Selenium test script using Python.
In this section, we’ll install PyDev in Eclipse, then implement the Selenium test scripts thereon .
• Install PyDev
• Execute the Selenium test scripts using Python.

Install PyDev

To install the PyDev in Eclipse, follow the below process:
• PyDev installation
• Set the preference
• Create a replacement project
• Create a replacement package
• Create a PyDev Module

PyDev Installation

Before start installing PyDev in Eclipse, confirm that we already installed the newest version of Eclipse IDE.

• Double-click on the Eclipse IDE software.
• Then, attend Help within the toolbar and choose Eclipse Marketplace option within the given pop-up menu as we will see within the below screenshot:

pydev 1
Eclipse Marketplace

• Eclipse Marketplace window will open, and within the search area, we’ll type PyDev and press the Enter
• Then, click on the Install button as we will see within the below screenshot:

pydev 2
Install

• Once we clicked on the install button; it’ll start the installation process then click on the Confirm Button for further process as we will see within the below process:

pydev 3
process

• Then, select I accept the terms of the license agreements option and click on on the Finish button to end the installation process as we will observe within the below image.

pydev 4
installation process

• Once the installation is completed , restart your Eclipse IDE as we will see within the below image:

pydev 5
installation complete

• After that, we’ll set the preference to use the Python project supported our requirements.

Set the Preference

To set the preference, follow the below process:
• Go to the Window option within the Eclipse Ide toolbar, then select the Preference option within the given list as we will see within the below image:

pydev 6
Preference

• The Preference Window will open where we’ll expand the PyDev but expand the Interpreters and choose the Python Interpreter from the given list. Click on the Browse for Python/pypy.exe option as we will observe within the below image:

PyDev → Interpreters → Python Interpreter

pydev 7
Preference Window

• Once we click on the Browse for Python/pypy.exe, we’ll provide the Interpreter Name and Executable file path of Python.
• For this, within the Select interpreter pop-up window, click on the Browse button, and browse the Executable file path of Python in our local system, and click on on the OK button as we will see within the below Image:

pydev 8 1
Browse

• After that, click on the Select All button, then click on OK button to pick the folders as we will see within the below screenshot:

pydev 9
Select

• Then, click on the Apply and shut button, to finish the setting preference process as we will see within the below screenshot:

pydev 10
Apply

• After setting the preference successfully, we’ll create a replacement project in Python.

Create a replacement project

To create a replacement project, follow the below steps:

• Go to the File menu then attend New and choose Other option within the popup menu as we will see within the below image:

File → New → Other

pydev 11
Other option

• Once the opposite option is chosen , [New] window will open where we’ll expand PyDev and choose PyDev Project, and click on on subsequent Button as we will see within the below image:

pydev 12
PyDev Project

• Once we clicked on subsequent button; we’ll provide the Project name and click on on the Finish button as we will observe within the below image:

pydev 13
Finish

• The Python project is made within the Eclipse as we will see within the below image:

pydev 14
project

• When we are through with creating a Python project, we’ll create a replacement Python Package.

Create a replacement package

Follow the below process, to make a replacement package:

• Right-click on the newly created project(SeleniumTest), go to New, then select PyDev Package within the given Popup menu as we will see within the below image:

pydev 15
new project

• Then provide the name of the PyDev Package, and click on on the Finish Button as we will see within the below image:

pydev 16
PyDev Package

• As we will see within the below screenshot that the new package is made .

pydev 17
Package

After creating a PyDev Package, we’ll create a PyDev module.

Create a PyDev Module

To create a PyDev module, follow the below process:

• Right-click on the newly created Package[Demo], then attend New and choose PyDev Module from the given list as we will see within the below screenshot:

Demo → New → PyDev Module

pydev 18 1
Demo

• Then give the PyDev Module name [Test], and click on on the Finish button as we will observe within the below screenshot:

pydev 19
Test

• After that, we’ll select the Empty template from the given list, and click on on the OK button as we will see within the below image:

pydev 20
OK

• Once we’ve through with creating a Python model, we are able to write and execute our Selenium test scripts.

So, this brings us to the end of blog. This Tecklearn ‘Configure PyDev in Eclipse’ blog helps you with commonly asked questions if you are looking out for a job in Selenium and Automation Testing. If you wish to learn Selenium and build a career in Automation Testing domain, then check out our interactive, Selenium Certification Training, that comes with 24*7 support to guide you throughout your learning period. Please find the link for course details:

Selenium Certification Training

Selenium Certification Training

About the Course

Tecklearn’s Selenium Certification Training enables you to master the complete Selenium suite. The Selenium Training is designed to train developers and manual testers to learn how to automate web applications with a robust framework, and integrate it within the DevOps processes of an organization. This Selenium Certification Training will also help you master important concepts such as TestNG, Selenium IDE, Selenium Grid, Selenium WebDriver, etc. Get hands-on experience on widely used automation frameworks such as Data-Driven Framework, Keyword-Driven Framework, Hybrid Framework, and Behavior Driven Development (BDD) Framework. Throughout this online Instructor-led Selenium Certification Training, you will be working on real-life industry use cases.

Why Should you take Selenium Certification Training?

• The average salary of a Selenium Test Automation Engineer is $94k per year – Indeed.com.
• Automation Testing Market is expected to grow at a Compound Annual Growth Rate (CAGR) of 18.0% in the next three years.
• Global software testing market to reach $50 billion by 2020 – NASSCOM. Selenium tool supports more browsers and languages than any other testing tool.

What you will Learn in this Course?

Getting started with Selenium

• Introduction to Selenium testing
• Significance of automation testing
• Comparison of Manual and Automation Testing
• Installation of Java JDK, JRE and Eclipse

Setting the environment in Eclipse for Selenium

• Java Introduction
• Creating a Java function and executing
• Concepts of Java
• Properties File
• Reading Data from Excel File
• Database Connection
• Hands On

Advantages of Selenium automation testing

• Selenium Features
• Concept of Selenium Integrated Development Environment
• Understanding of the Selenium IDE features
• Addition of Script assertions and general commands
• Deploying the first Selenium Script
• Sample project IDE
• Recording Selenium test case
• Hands On

Selenium Web driver Automation

• Architecture of Selenium Web Driver
• Download and installation
• Creating a Java function using Selenium and execution
• Hands On
Deploying Web Drivers for scripting
• Getting the HTML source of Web Element
• Table and Form Elements
• Firebug extension and Fire Path installation
• Advance User Interactions and Cross Browser Testing
• Hands On

Deep dive into Selenium Web Driver

• Action Commands
• Web Table / Date Picker
• How to Implement Switching Commands in WebDriver
• Alerts
• Frames
• Hands On

Switching Operations in WebDriver using Window

• Selenium Webdriver Wait
• Implicit wait, Explicit wait
• Deploying searching elements using the link text, name, using XPath
• Calendar
• Hands On

Introduction to TestNG Framework

• Introduction to TestNG
• Advantages of TestNG
• Installing TestNG on Eclipse
• Rules to write TestNG
• TestNG Features
• Annotations
• Grouping
• Sequencing: Prioritization and Dependency
• Enable/Disable a test case
• Parameterization: Using Xml file and DataProvider
• Parallel Testing & Cross Browser Testing
• TestNG Report: HTML Report, Console Report, XML Report

JUnit Operations and Test Framework

• Annotations, Methods in JUnit
• Junit Test Suites, ANT Build and JUNIT reporting
• Types of Test Automation Framework
• Module Based Testing Framework
• Data Driven Testing Framework
• Keyword Driven Testing Framework
• Hybrid Driven Testing Framework
• How to implement Testing Framework in Project

Object Repository

• Understanding of Object Repository
• Learning sample scripts using object repository
• Page Object Modelling
• Page Factory

JavaScript Functions

• Autosuggestion
• Headless Browser
• Sikuli
• XPath

Got a question for us? Please mention it in the comments section and we will get back to you.

0 responses on "Configure PyDev in Eclipse"

Leave a Message

Your email address will not be published. Required fields are marked *