My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ProjectSetup  
Creation and setup project for Grinder scripts development in Eclipse using GrinderStone.
Featured, Phase-Deploy
Updated Mar 18, 2010 by borislav.andruschuk

Introduction

At first be sure that you setup Jython interpreter:

  • Go to Window > Preferences > PyDev > Interpreter Jython
  • If it is not installed click New and choose your jython.jar

Project creation

You can create project now in the following way:

  • Go to File > New > Project
  • Choose PyDev project
  • Enter project name and choose jython as project type
  • Click Finish

Grinder dependency setup

You have to include Grinder jar files which you want to use in development:

  • Right click on your created project > Properties > PyDev PYTHONPATH
  • Click Add Jar in External Source Folders section and choose your grinder.jar (and grinder-agent.jar for Grinder starting 3.3 version)

NOTE:

Supported Grinder versions are listed on home page.

Project completely configured for Grinder scripts development using GrinderStone now.

Related links

  1. Usage
  2. Installation

Sign in to add a comment
Powered by Google Project Hosting