Hi all,
Testers are feeling that the BTT framework that we have for unit testing feels heavy. Are there any other frameworks better than BTT framework to perform Unit testing?
I have already gone through the links for unit testing
@Krishnnambal Sundaram
Thanks a lot for your feedback I will share it with my colleagues leading the Testing area.
Regarding using TDD for testing OutSystems applications, I share 2 articles that might help to think how to approach it
https://www.outsystems.com/blog/posts/test-driven-development-example/
https://www.outsystems.com/blog/posts/using-bdd-tdd/
Let me know if it does.
Hi,
Currently, BDD Framework is the only tool supported and recommended by OutSystems for that level of tests.
Kind regards,
Could you provide more insights what you mean by heavy?
Is heavy running? Or implementing the tests?
And what you comparing it to? With high code unit testing tools?
Our experience is that when well trained to use the BDD Framework tool, our customers see value on using. Compared in just doing End-to-End testing based in UI.
Thanks for the response, Bruno and Urbano. I too agree BDD a good option for medium to large application(Teams). Having said that we must spend lots of time and effort in terms of replicating / mock the scenarios. I personally do not see much value for small tool development/migration.
Also I am missing the flexibility of TDD , code coverage etc.
I want to secure my code quality and option to extensibility. BDD just a scenario checks for me , which I can do with in the application too in a separate environment may be.