c# - Which Unit Test framework to use for the projects that requires User Input -


my project requires inputs user clicking submit button , waiting recording again clicking other button etc. how can 1 unit testing such modules. read lot moq. moq satisfies need.

thanks

you can use microsoft coded ui tests. disadvantage need @ least visual studio (2012) premium. works fine in projects.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -