Questions tagged [approval-tests]

ApprovalTests is an open source library written for several languages (.NET, Java, PHP, more) which has been designed to support unit testing based on the idea of a Golden Master. To download go to www.ApprovalTests.com.

ApprovalTests is an open source library written for several languages (.NET, Java, PHP, more) which has been designed to support unit testing based on the idea of a Golden Master. To learn more go to www.ApprovalTests.com official site. There is also a YouTube playlist of screencasts (by Llewellyn) on using ApprovalTests with .NET and a dedicated blog. To get the sources you can go to the Git repository.

46 questions
0
votes
2 answers

How can I effectively use ApprovalTests on legacy code that requires an appserver to run?

ApprovalTests looks great for legacy code, but the problem is my legacy code runs in an appserver and redeploying the app takes > 2 minutes. Because of this, I'm concerned the feedback loop of running the approval test would make me not want to run…
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
1 2 3
4