Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Can I use ECL as macro inside my IDE?(ECL as Eclipse macro language)
Can I use ECL as macro inside my IDE? [message #1750268] Mon, 19 December 2016 11:56 Go to next message
Peter Kirschner is currently offline Peter KirschnerFriend
Messages: 25
Registered: July 2009
Junior Member

Can I record and execute a ECL script in my current IDE without launching it as AUT?
I was thinking of using ECL as macro language to automate some of the Eclipse IDE tasks.
Re: Can I use ECL as macro inside my IDE? [message #1753072 is a reply to message #1750268] Wed, 01 February 2017 15:08 Go to previous message
Hans-Peter Schreiter is currently offline Hans-Peter SchreiterFriend
Messages: 10
Registered: November 2014
Junior Member
you might be able to do something that is similar to the approach described on https://www.eclipse.org/rcptt/documentation/userguide/ecl/new-command-guide/ . I am referring to the telnet interface part. However, when we tried to use it we found it difficult to escape linefeeds in the telnet interface so we created a http server plugin (pretty similar to the telnet server). We also modified the AUT runner, so that it just starts the application but does not execute tests. The AUT will be idling around until it receives requests per http. We used that to interface RCPTT with Robot framework (http://robotframework.org/)
Previous Topic:Runner and repeating testcases in suites
Next Topic:Unable to Expand a section of a View
Goto Forum:
  


Current Time: Thu Apr 25 18:00:52 GMT 2024

Powered by FUDForum. Page generated in 5.03591 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top