TestCase scripting framework
Posted
by Mikey
on Stack Overflow
See other posts from Stack Overflow
or by Mikey
Published on 2010-06-15T05:20:25Z
Indexed on
2010/06/15
5:22 UTC
Read the original article
Hit count: 331
Hey guys,
For our webapp testing environment we're currently using watin with a bunch of unit tests, and we're looking to move to selenium and use more frameworks.
We're currently looking at Selenium2 + Gallio + Xunit.net,
However one of the things we're really looking to get around is compiled testcases. Ideally we want testcases that can be edited in VS with intellisense, but don't require re-compilling the assembly every single time we make a small change,
Are there any frameworks likely to help with this issue? Are there any nice UI tools to help manage massive ammount of testcases?
Ideally we want the testcase writing process to be simple so that more testers can aid in writing them.
cheers
© Stack Overflow or respective owner