Download standalone version of ecFeed
You need Java installed in your system. Unpack the .zip file and see README.txt for instructions.
Latest releases:
Unstable releases...
More about standalone version... 1. RCP standalone application However in the standalone tool you still can: 2. Installation and running ecFeed standalone version 3. Problems? 4. Feedback?
Initially ecFeed was implemented as an Eclipse plugin and designed to work with Java code. We now believe however that the tool become generic enough to provide it as a standalone application. The main differences between the Eclipse plugin and the standalone version is that in the standalone version the model is not connected to Java project and source code, which means:
– you can’t easily switch between the code and the model,
– you can’t see if the modeled test function is implemented,
– you can’t control the test execution from the application,
– you can’t import existing code to a model,
– you can’t export the model to code stubs.
– build a test model using all the features that the GUI of the Eclipse plugin provides,
– generate test data with ecFeed’s powerful algorithms,
– save the model to an .ect file that will later be opened in Eclipse or used by ecFeed runner to execute jUnit tests written in any IDE,
– open .ect files that were saved in Eclipse,
– export test data to a custom text format (xml, csv, or gherkin .feature file).
ecFeed standalone is a Java application that does not require installation. Just download the version for your OS and unzip it into an empty folder. You will see two folders: ‘eclipse’ and ‘repository’. The ‘eclipse’ folder contains ‘eclipse’ executable (‘eclipse.exe’ in Windows version). Double click on it to start. For your convenience there is ‘ecfeed.[sh|bat]’ file in the top folder to start the application.
Write to mail@ecfeed.com. We will make them disappear.
Write to mail@ecfeed.com. You will have our gratitude.
Previous versions...
Install in Eclipse
To install the Eclipse plugin use the following URL as an update site:
http://ecfeed.com/repo/eclipse
If you have installed an Eclipse Marketplace client (probably you have), search for ‘ecfeed’ or just drag this button to an opened Eclipse workspace:
If you want to test an unstable beta version, use this update site:
http://ecfeed.com/repo/eclipse.beta
For more details follow the tutorial
jUnit runner
To run tests modeled by ecFeed with jUnit, the project’s classpath must contain jars with ecfeed and xom. They can be downloaded using following links:
Previous and unstable versions...
The XOM library is distributed under version 2.1 of the GNU Lesser General Public License (LGPL). Its source code is available here.
Changelog:
see:
https://raw.githubusercontent.com/ecfeed/ecFeed/master/ecfeed/doc/changelog.txt
Sources:
Source code of the last release:
ecFeed-1.12.4.zip