tvr
tvr

Reputation: 4575

c# Test Automation/Plan example

I am looking for some Basic Test Automation/Plan Example using c#. Any links/pointers are appreciated.

Thanks!

Upvotes: 4

Views: 2187

Answers (2)

Dan Snell
Dan Snell

Reputation: 2245

You may want to add some specifics of what you are trying to accomplish to get better answers. If you are just starting to architect a framework I would suggest looking at the following from Alan Page on large scale test automation. If you are just looking for specific technique stuff you might want to take a look at .Net Test Automation Recipes by James D. McCaffrey.

Upvotes: 4

Lunivore
Lunivore

Reputation: 17637

Here is WiPFlash, a little automation framework I am working on. I have linked an automated scenario for the pet shop which I'm using as an example app just below the pictures. You can also browse the code; everything called SomethingBehaviour is a unit test, and the two scenarios are acceptance tests.

Not sure if it's what you're looking for, but it might give you some ideas.

Upvotes: 0

Related Questions