StrataFrame Forum

Application Testing/Testing Tools

http://forum.strataframe.net/Topic32590.aspx

By Larry Caylor - 5/19/2014

Since your medical applications are large windows forms applications I was wondering how you go about testing new releases and what automated testing tools you use.

-Larry
By StrataFrame Team - 5/19/2014

Sadly, we do not have as much regression testing over our medical software as we would like.  We have used Test Complete by SmartBear in the past, but for any UI testing done now, we just use Coded UI tests from within the Visual Studio Test System.  I would probably stick to one of these.

We will be releasing the test tools with SFv2 (when it finally hits Wink) that are used for regression testing the UI of SF.  It's got a test harness and an injector that allow you to inject the test DLL into your application while it's running and launch the tests on a new thread of the application.  Right now it's all hand coded, but it doesn't take long to create one.