문제

What is the major difference between Pex vs MsTest? when to use what?

도움이 되었습니까?

해결책

My Impression is that Pex is a supplement to traditional testing frameworks like MSTest or NUnit, rather than a competing framework. Threads like this one: Is Pex (Test generation) really useful tool? seem to indicate that Pex aids in creating parametrized unit tests driven by data, and in generating tests based on assertions in the tests themselves, but can be used with a variety of frameworks.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top