Verify Project Setup
Last updated
Last updated
Open msgHelloWorld.groovy
and set a breakpoint on line 27 (left click on the line number).
Open Test_
HelloWorld.groovy
, click on the green arrows beside line no 16 and Debug 'Test_HelloWorld'.
The script compiles, runs and stops at the Breakpoint, with an open Debugger Windows (Threads & Variables).
Find out, how to "Setop Over" line-by-line and halt after the addition. Check the Variables.
💡 TIP!
In the IDE watch the yellow and red markers in the editor to the right. Also the yellow warning exclamations on the top. Click on ti the open the Problems window.
Find the Database window.
Use
ctrl + shift /
orctrl + /
for comments.
Have a look at the Map Script itself that simply adds two values:
See the test has passed and check the output (log messages):
Resume or Stop the execution.
See also An illegal reflective access operation has occurred
Copy and paste the script code to Boomi and do not forget to define the Inputs and Outputs which you are using in your script:
Write a test process with a Map that uses the Map Script and Test it in Boomi. Check the Logs!!!