Install the latest version of your programming language

Select and automatically install the version of your choice for your programming language.

Programming languages are constantly coming out with new updates and features and it's important that our teaching techniques stay up-to-date. We make this easy for you to do in AutoTest v2 with Install blocks.

Currently there are 3 available install blocks (more coming soon!):

  • Install Python Install Python 3.10, 3.11, or the latest stable distribution.

  • Install Java Install Java JDK 8, JDK 11, JDK 17, or the latest stable distribution.

  • Install Node Install Node 14, 16, 18, or the latest stable distribution.

How to add Install blocks to your AutoTest configuration:

  1. Navigate to the Setup portion of the AutoTest settings.

  2. Click to add the Install block of your choice to the bottom of your Setup configuration or drag-and-drop the block to the desired location.

  3. Select the version of the language you would like to have installed with the drop-down-menu on the block you just added.

Each block in the Setup portion of AutoTest is cached after running it for the first time. So place steps that aren't going to be edited at the top of your configuration to save time when testing your AutoTest configurations!

Last updated