234
Views
4
Comments
How to test Outsystems ODC app (end to end, unit and stress testing)
Application Type
Traditional Web

I would like to do some testing in my applications. In particular, I would like to create end to end tests, unit tests and stress tests. The target would be to have like a CI/CD every time I publish a change in an app in Outsystems ODC.

I have installed some libraries from Outsytems forge like BDD Framework and K test manager but any of these seem to work out to every type of testing. 

The ideal solution would be to test apps without coding, like in Outsystems ODC, with low code. That's why I am not using Cypress or Selenium outside Outsystems. It would be great to do some end to end testing just recording the screen with the actions to emulate. 

What would you recommend me in this situation? Is there any automated testing tool with this purpose?


Thanks!
Aina

2023-06-12 05-32-53
Ananya Ghosal
UserImage.jpg
Aina Martinez

Hi Ananya,

I don't know if it would be the tool I am looking for. In this CI/CD pipeline I can create with Azure devops for example, can I have some stress testing or end to end testing? I am reading the documentation but the examples I see seem to be focused on unit testing and this kind of tests.

Also, I think azure devops and jenkins are not free tools, am I right?


Thanks!

UserImage.jpg
Sam Riggleman

@Aina Martinez Ghost Inspector is one option we've found to do this. It does still require some setup and handling for specific components, but it allows recording and running tests.

UserImage.jpg
Aina Martinez

Hi Sam,

I have searched it but it seems that is not a free tool or open source. I would like to have some free tool for this testing.

Thanks!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.