What is the major difference between Pex vs MsTest?
when to use what?
What is the major difference between Pex vs MsTest? when to use what?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.