Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Better Unit Testing Strategies for InterSystems Caché Development

Question
Tiago Ribeiro · Feb 25, 2016

Better Unit Testing Strategies for InterSystems Caché Development

Good morning people.
The use of TDD is currently being reference for software delivery more confiabilitade and quality.

At the company I work developing web applications , we create tests for method class in a deteminado package and running the steps that the documentation recommends:

1 export the tests classes to a predefined folder.
2- And running the test ( D ## class (% UnitTest.Manager ) .RunTest (,"/nodelete" )

It is a lot of work to do the export and run these tests would have a resource that we could only run the tests without the need for export ?

#Object Data Model #Testing #Caché

Source URL:https://community.intersystems.com/post/better-unit-testing-strategies-intersystems-cach%C3%A9-development