C # Automation / plan test example

I am looking for an example of Basic Automation / Plan Example using C #. Any links / pointers appreciated.

Thanks!

+4
source share
2 answers

You can add some features of what you are trying to achieve in order to get better answers. If you are just starting to archive the framework, I would suggest looking after from Alan Page on large-scale test automation. If you are just looking for a specific technique, you can take a look at . Net Test Automation Recipes by James D. McCaffrey.

+4
source

Here is WiPFlash , a small automation system I'm working on. I have linked an automated script for a pet store that I use as an example application just below the images. You can also view the code; everything called SomethingBehaviour is a unit test, and both scenarios are acceptance tests.

Not sure if this is what you are looking for, but it may give you some ideas.

0
source

All Articles