I'm wondering if anyone is doing unit testing at scale in their OutSystems applications? We've been creating tests with the BDD Framework but there are significant issues getting it to scale and making it useful in our development/deployment process. It's been ok as a development tool - writing a handful of tests for each user story, grouping the test web blocks on a page, verifying that they're all green before closing the story. But now we need to automate the test runs, and we've hit several roadblocks there.
So, is anyone doing unit tests at scale - testing business logic, without the front end, in a true TDD/BDD compatible style? I have done the CI/CD training, but I haven't found anyone inside or outside the organization that can point to an enterprise-level application of the BDD framework. Does such a thing exist?
Our team also facing same issue unfortunately we didn't find any answer
There are couple of discussion already available in the forum.
https://www.outsystems.com/forums/discussion/74240/easy-way-to-perform-unit-testing/
Please let me know if you found concrete solution for this problem.
Thanks for responding, it's good to know that someone else has these questions at least. I will follow up here if I find answers elsewhere, or develop some solutions internally.
Unfortunately outsystems is so not up to par with competition (Traditional code stacks) in regards to unit testing. It is embarrassing.
Haha yeah, unfortunately I have convinced my team that it's irresponsible to build an enterprise solution with no automated unit testing so now I have to deliver it. Thanks for confirming I have been hoist with my own petard. :)