We've got two windows form application we'd like to run automated smoke tests. The first one is Content maker, in this app user can create formulas and trees and ... . The second one is calculator, this app use the content and outputs (Database and XML files) of first app.
In first App (Content maker) we can use smoke tests easily, but in second one it's impossible to use smoke tests, because the contents was created by user and how we can check the results? I was wondering if anyone could suggest existing frameworks or applications that would help with that.