Abstract
Unit testing is a core component of continuous integration and delivery, which in turn is key to faster and more frequent delivery of solutions to customers. Testing at the unit level allows program components to be tested in complete isolation, therefore these tests can be carried out quicker thus reducing troubleshoot time. But to test at this level, dependencies between application components (e.g. a web service connection) need to be removed. There have been advances in mocking and stubbing techniques that remove these dependencies. However, these advances have been made for high-level programming languages, while low-code development technology has yet to take full advantage of these techniques. This paper presents a mocking solution prototype for the OutSystems low-code development platform. The proposed mocking mechanism removes dependencies to components that the developer wants to abstract a test from, as for instance web services or other pieces of logic of an application.
Original language | English |
---|---|
Title of host publication | Proceedings - 23rd ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS-C 2020 - Companion Proceedings |
Publisher | ACM - Association for Computing Machinery |
Pages | 530-534 |
Number of pages | 5 |
ISBN (Electronic) | 9781450381352 |
DOIs | |
Publication status | Published - 16 Oct 2020 |
Event | 23rd ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS-C 2020 - Virtual, Online, Canada Duration: 16 Oct 2020 → 23 Oct 2020 |
Conference
Conference | 23rd ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS-C 2020 |
---|---|
Country/Territory | Canada |
City | Virtual, Online |
Period | 16/10/20 → 23/10/20 |
Keywords
- Low-code
- Mocking
- OutSystems platform
- Software testing
- Unit testing