17
votes
12answers
480 views
What interesting/novel/surprising uses have you found for automated tests?
I am working on JUnitMax, a project to increase the utility of automated tests. I'm looking for novel, unexpected ways tests prove valuable. For example, I use tests in responding to defects--one at …
14
votes
9answers
2k views
WatiN or Selenium?
I'm going to start building some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. Which do you prefer for automated testing of ASP.NET web forms? Why did …
14
votes
6answers
1k views
What is the most mature BDD Framework for .NET?
We have been using BDD (from Dan North's perspective) as a mechanism to record user acceptance tests and drive development on a couple of projects, with decent success. To date though we have not …
14
votes
6answers
1k views
Is there any way to automate windows forms testing?
I am familiar with nunit for unit testing of the business layer however I am looking now to automate the test of the win forms gui layer.
I have seen watin and the watin recorder for automating …
13
votes
19answers
730 views
Writing “unit testable” code?
What kind of practices do you use to make your code more unit testing friendly?
12
votes
6answers
796 views
Integrating Automated Web Testing Into Build Process
I'm looking for suggestions to improve the process of automating functional testing of a website. Here's what I've tried in the past.
I used to have a test project using WATIN. You effectively write …
12
votes
8answers
3k views
Watir vs Selenium vs Sahi
Out of these 3, which have you or has your company chosen to work with?
Pros & Cons please.
I'll be comparing them myself as well, but I'd like to hear what others have to say.
Also, please state …
12
votes
7answers
711 views
How can I implement TDD in Perl?
Hi,
We're using mod_perl to produce data in XML and later to be converted into HTML via XSLT, and the database is in mysql. Our os is in unix.
So I've been reading about how cool and powerful TDD is …
10
votes
12answers
910 views
What are the pros and cons of automated Unit Tests vs automated Integration tests?
Recently we have been adding automated tests to our existing java applications.
What we have
The majority of these tests are integration tests, which may cover a stack of calls like:-
HTTP post …
9
votes
10answers
679 views
How can I simulate a disk full error in a Windows environment?
I have to write a bat script for a test scenario where the software that we are testing fails to write to file due to a disk full error. The test script must be automated, so that we can run it on …
9
votes
8answers
1k views
Automating QA on Flex Application
I have a Flex Application that needs to be tested and our QA department is really adament on using some form of automated-testing tools like HP's QuickTest Pro (QTP). However, QTP requires that you …
9
votes
20answers
2k views
Tools for automated GUI testing (on Windows)?
Does anyone have tools to recommend for automated testing of GUI applications on Windows?
The tools must be language-independent and thus should be able to interact with any GUI, regardless of …
9
votes
11answers
978 views
Best automated testing tool for web applications?
Having repeatable automated tests of web applications lets one detect regression with very little ongoing labour cost (the main cost being writing the test scripts up front). However there seems to be …
9
votes
4answers
323 views
Pex users: what are your Impressions of Pex and Automated Exploratory Testing in general?
Those of you who have used Pex, what do you think its advantages and disadvantages are of Pex as a tool?
Also, what do you think are the advantages and disadvantages of "Automated Exploratory …
7
votes
15answers
296 views
Is unit testing a bad idea during beta/prototyping?
A new project we began introduced a lot of new technologies we weren't so familiar with, and an architecture that we don't have a lot of practice in. In other words, the interfaces and interactions …
