User-1509636757 posted
In your Unit Test project, you can perform same steps and check validity of output after each steps:
- Call the process that creates request for process (win app 1) that stores in Db
- Call the process/method that update the database by picking up request from database
- Get Update status from database and required tables
You will require to add project reference of win application (if these process methods are not written in a separate class libraries) to Unit Test project.
hope that helps./.