c# 4.0 - how to generate dynamic parametrized unit test cases for c# application in vs 2012 -


i explored pex , code digger generation of unit test cases exploring code found limitations in them .code digger requires portable class libraries whereas pex requires vs 2010 . need know there tool generate unit test cases automatically c# applications pex or better that can used vs 2012 .

regards priya


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -