Code Execution/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
* [[R Action Blocks | 'R']] -- math and statistics and/or to generate graphs/plots (part of the base system) |
* [[R Action Blocks | 'R']] -- math and statistics and/or to generate graphs/plots (part of the base system) |
||
* [[Using Gnuplot Action Blocks | Gnuplot]] -- to generate graphs/plots (part of the base system) |
* [[Using Gnuplot Action Blocks | Gnuplot]] -- to generate graphs/plots (part of the base system) |
||
* [[Java Browser]] -- browser for Java-classes inside the SUT |
* [[Java Browser]] -- browser for Java-classes inside the [[Glossary/en#SUT_.28System_Under_Test.29|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 10. November 2022, 14:06 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)