I’m writing complex application where are server and client application, if i want to add some new window in my application i need to run server, then run client, then login click few buttons before i reach window which i right now developing, it’s annoying and takes much time. So now i’m looking for some solution where i can run test which can run only my wpf form using mock for services (so i don’t need running server and don’t need to login), can click or fire events and check controls appear and act the way i want.
In this case i can save a lot of time because i dont need to waste time when i try to reach my form by running whole application where i need to use login, search bypass some validation forms and etc.
If there is already simple solution then it will be great.
I’m writing complex application where are server and client application, if i want to
Share
Take a look at the MVVM pattern.
MVVM for WPF