We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am working on an automated test setup which should load an image to the target, start the debugger and start the application in flash and start the tests. I have already implemented the following steps in a Python script:
- Flash the program to the target with UV4.exe -f <image> - Start the debugger with UV4.exe -d <image> (the application starts automatically because a debug initialisation file with the GO command is added to the "Options for target/ debug" - Start NUnit tests
How can I stop the debugger (automatically) after all NUnits tests are executed?
Hello,
very interesting question which is also important for my test planning. Are there already any solutions?
Best regards Michael