No test report available for test suite

I have a problem, where i would like to extend the geting started programm regarding the Unit Test.
When i try to run the test where i basically just copy and paste a simple ADD Test, the custom one will just show error 404 and i have no idea on how to fix this issue.

Hi Victor,

Where are you seeing the 404 error? Is it on the screen in Automation Studio where you choose which tests to run? This screen makes a connection to your target, and I’ve seen a 404 error when the connection can’t be established. Here are some thoughts I have:

  • Can you run the unit tests with the unmodified sample code? If not, make sure you’ve followed the instructions to fully add the unit test solution to your project
  • Can AS establish a connection to the PLC (do you see RUN mode in the lower-right corner of the screen)? If not, try restarting the PVI Manager and reconnecting
  • When you add your new test, make sure that the new program is in the Software Configuration, and re-run the batch script that creates the test configuration.
1 Like

Ok,
i fixed the issue now, the only thing left now is that i want(need) to see my written test under “Available Test Items”.
Currently it only shows under “Configured Test Items”.

As long as the programs are available on the target and have the necessary autogenerated code, they should be available in the “Available Test Items” section.

If you’re still having trouble with this, can you please share some screenshots of your Unit Tests window?