Automated Testing and Continuous Integration in APL Development
Offered By: Dyalog User Meetings via YouTube
Course Description
Overview
Explore a comprehensive conference talk on automating testing and implementing Continuous Integration (CI) for APL development. Learn about the journey from manual testing to automated CI pipelines using standard, free tools. Discover the benefits of Test Driven Development and how to set up a GitHub repository with .aplt extensions. Follow along with live demonstrations on creating functions, writing test cases, and running unit tests in a Dyalog Session from source files. Dive into the world of Docker containers and learn how to leverage them for a unit test runner. Finally, understand how to integrate these tools into a GitHub action, enabling automatic test execution upon push and commit. Gain valuable insights into modern APL development practices that can enhance code quality and streamline the development process.
Syllabus
Introduction
About Lars, SimCorp, and SimCorp Dimension
Motivation for automating testing and the test pipeline
GitHub repository for this demo – introducing the .aplt extension
Live demo – getting started with a function and some test cases
Test Driven Development
Live Demo – Unit test runner running in a Dyalog Session from source files
What if it could all be automated?!
Using the Dyalog docker container
New docker container for a unit test runner
Running the docker container in a GitHub action this means tests will automatically run whenever a push&commit is made
Taught by
Dyalog User Meetings
Related Courses
البرمجة الموجهة بالاختبارات المقبولةRwaq (رواق) Desarrollo de Aplicaciones Web: Prueba y Despliegue
University of New Mexico via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Técnicas Avançadas para Projeto de Software
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera