我一直在尝试 MS Test manager 2010,但它很糟糕。它具有巨大的潜力,但现在它很糟糕,而且漏洞太多,每隔几分钟就会在我所有的开发机器上崩溃。
那么有没有什么免费软件可以做同样的事情呢?
我喜欢的就是这个。
- 它的侧面有一个很好的检查清单,您可以手动完成每个步骤,一旦您验证该步骤通过,您就可以通过。
- 这比文字更好,因为其他人可以使用相同的测试登录。
- 一旦你手动完成它,它就会有一个回放按钮,你只需点击它,它就会通过你的点击重新运行测试。最后你只需手动验证是否全部通过。这使得尝试多个浏览器的速度更快(注意这与 selenium 等程序不同)
- 您可以编写可在多个测试中使用的共享步骤,并且只需在一个测试中进行更改(尽管这也有很多问题,但这是一个很好的选择)概念)。
那么外面有什么。我正在做 asp.net mvc、C# 并使用 VS 2010
我正在寻找类似的东西(尽管只是免费的)
http://www.testuff.com/static/images/screenshots/big/runner.png
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.
- 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.
- It was better than word since other people could log in use the same tests.
- 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)
- 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
发布评论
评论(3)
您可能对 Selenium 感兴趣。
You might be interested in Selenium.
看看WatiN
Take a look at WatiN
或者尝试 WebDriver:http://google-opensource.blogspot.com/ 2009/05/introducing-webdriver.html
Or try WebDriver: http://google-opensource.blogspot.com/2009/05/introducing-webdriver.html