I been trying MS Test manager 2010 and man it sucks bad. It's got huge potential but right now it sucks and is too buggy and crashes on all my development machines every few mins.

So is there any free software what can sort of do it the same thing?

Like what I liked about it is this.

  1. It had a nice check list on the side you would go through each step manually and once you verified that step passed you put passed.
  2. It was better than word since other people could log in use the same tests.
  3. Once you did it manually it had a play back button that you just hit and it would rerun the test with your clicks. At the end you just manually verified if it all passed. This made it faster on trying multiple browsers ( note this is different than programs like selenium)
  4. You could write shared steps that you could use in multiple tests and only have to change in one test( even though this also had many problems it is a good concept).

So what is out there. I am doing asp.net mvc, C# and using VS 2010

I am looking something like this ( just free though)

http://www.testuff.com/static/images/screenshots/big/runner.png

link|improve this question

Can you explain how #3 is "different than programs like selenium", since it sounds so similar? – Ken Jun 30 '10 at 20:18
feedback

3 Answers

up vote 3 down vote accepted

You might be interested in Selenium.

link|improve this answer
feedback

Take a look at WatiN

link|improve this answer
I am looking for more manual testing tools. – chobo2 Jun 30 '10 at 4:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.