Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Nope, we're using Visual Studio TS for Software Developers, which has the VSTS unit testing. Most of our unit tests are very straightforward... pull in a record -> check the count -> pull in another record -> check the count -> modify a record -> check IsDirty -> Save() the BO -> check IsDirty again... nothing too spectacular. All of them have been written by hand, rather than autogenerated.
|