Recommended testing suites

Hi all,

Various well known testing suits for Python exist (e.g. PyTest) and Selenium is a general purpose monitoring system but I was looking for recommendations?

Ideally we could have a single testing platform that tests both the code and the browser. Ideally, testing capability includes unit, integration and browser testing, with the ability to define scenarios e.g. to test edge cases.

Thanks!

Hi @C_Quang, we are working on the release of the unit testing framework one preview example is GitHub - AnOctopus/st-testing-demo - feel free to try it out and let us know your thoughts!

1 Like

Thanks @mliu I’m very keen to try! Thank you

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.