Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: kotrick on September 27, 2016, 10:27:22 pm

Title: Need Help to Setup Automated Testing for EA Add Ins Development using C#
Post by: kotrick on September 27, 2016, 10:27:22 pm
Hello Everyone,

I am developing add-ins for EA using Visual C#. Do anyone know what is best approach to setup a automated testing of these add-ins.

Do anyone is already doing Automated testing. If yes then what method are you using to do.

I feel its difficult to test all add-in for every release or for every change we do to check impact on other add-ins due to my changes.

Can anyone please help or provide suggestions.

Thank You in advance for help



 
Title: Re: Need Help to Setup Automated Testing for EA Add Ins Development using C#
Post by: Geert Bellekens on September 28, 2016, 12:59:04 am
What you'll need to do is setup a regression test set, and use a test model that has a package for each test.
Then you as part of your regression test set you open up this model and execute each test against the package setup for this test.

I haven't done it myself, but I have been thinking about this for a while. The only problem is that I always seem to find more interesting stuff to do  :-X

Geert