Author Topic: Need Help to Setup Automated Testing for EA Add Ins Development using C#  (Read 3368 times)

kotrick

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
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



 

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13071
  • Karma: +544/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Need Help to Setup Automated Testing for EA Add Ins Development using C#
« Reply #1 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