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

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

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