Pex users: what are your Impressions of Pex and Automated Exploratory Testing in general? -


those of have used pex, think advantages , disadvantages of pex tool?

also, think advantages , disadvantages of "automated exploratory testing" in general, as supplement to tdd/unit testing?

pex lets write parameterized unit tests. in sense, totally fits tdd/unit testing flow: write test, have pex 'explore' it, find failing tests, fix code, , forth.

the big advantage can express tests classes of inputs, not couple hard-coded values. gives more expressiveness writing tests , forces think invariant/expectation code should fullfill (i.e. it's harder write assertions).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -