Code Execution/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 8: | Zeile 8: | ||
* [[Java Browser]] -- browser for Java-classes inside the SUT |
* [[Java Browser]] -- browser for Java-classes inside the SUT |
||
* [[Java Debugger]] -- debugger for Groovy actions and other programs inside a Java VM (via Java Bridge) |
* [[Java Debugger]] -- debugger for Groovy actions and other programs inside a Java VM (via Java Bridge) |
||
* [[SmallSense]] -- code-completion for Groovy code |
<!-- * [[SmallSense]] -- code-completion for Groovy code --> |
Version vom 12. Juni 2022, 10:32 Uhr
- Smallalk and JavaScript Actions, which are directly executed inside expecco (part of the base system)
- Groovy Code Execution Plugin -- allows for Groovy code functions (i.e. Java inside a JVM) to be executed in the SUT (System Under Test) and/or on the local machine or any other machine in a network (given that you have permission to do so)
- Node, Python, Ruby, Perl, Shell, Batch, C -- actions which are executed in an external script interpreter (part of the base system)
- Shell and Batch scripts
- VisualBasic Script Plugin -- to execute VisualBasic-programs locally or inside the SUT (Windows only)
- 'R' -- math and statistics and/or to generate graphs/plots (part of the base system)
- Gnuplot -- to generate graphs/plots (part of the base system)
- Java Browser -- browser for Java-classes inside the SUT
- Java Debugger -- debugger for Groovy actions and other programs inside a Java VM (via Java Bridge)