My requirement is to generate test cases automatically in JAVA, for which i was considering to use Randoop. Is there any url
for downloading Randoop
plugin for eclipse
. I can't access eclipse market-place from my network. I tried downloading eclipse-plugin from github , but Randoop
jar file is not present on it. How can I install this plugin ?

- 64
- 1
- 13
-
1is this issue resolved ? – Amol Bais Nov 14 '19 at 07:14
3 Answers
As you say, that link points to the source code.. Unfortunately I couldnt find link to the built jar file, in which case you would need to build it with Apache Ant. There is also a dependency:
plume.jar - (I think this is the source code for it.. https://github.com/mernst/plume-lib if so you'd need to build this into a jar first too!)
Once built and you have the jar, you can install it as described here: How to install plugin for Eclipse from .zip
Since the Eclipse plugin is not currently supported from within Randoop, the only option to run Randoop from within Eclipse is as a stand-alone external tool.

- 120
- 1
- 7
If someone is interested in the old version of the eclipse plugin for randoop, I was able to set up an update site here: https://cs.unibg.it/gargantini/didattica/swtestandver/radoopeclipse.updateSite/ It uses an old version of randoop, we may work in the future to update the plugin with the new randoop.

- 39
- 2