Book a Demo

Author Topic: How do I run Nunit Tests I imported via Reverse Engineering  (Read 4032 times)

Eric Beser

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
How do I run Nunit Tests I imported via Reverse Engineering
« on: August 26, 2016, 09:46:42 am »
I have a set of Nunit tests i created in MSTest to run against our API.  I imported them into my EA model  as part of my general systems model.  I need to run them in EA to generate test results and activity charts against the actual code in my larger system.  I am documenting the entire system's behavior through interaction charts on each API call.

I read the code in, and the code is visible in my system.  Where do i start in executing my Nunit tests?  I am a little lost here.  I had been debugging using the web page and attaching to my project, but these are stand alone tests.

I need a bit of guidance here?  Also best practice?