Tagged Questions
Tests that don't require human effort to execute.
77
votes
14answers
27k views
Watir vs Selenium vs Sahi [closed]
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 ...
73
votes
9answers
10k 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 ...
65
votes
15answers
12k 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 ...
38
votes
24answers
17k views
Tools for automated GUI testing (on Windows)?
What tools can be recommended 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 ...
27
votes
2answers
21k views
How to do something to each file in a directory with a batch script
How do you iterate over each file in a directory with a .bat or .cmd file?
For simplicity please provide an answer that just echo's the filename or file path.
22
votes
13answers
19k views
Automated testing for iPhone
I know this one is going to be a long-shot, but I thought I'd try. Does anyone know of any automated test anything for the iPhone simulator? I'd love it if there was something like Selenium but for ...
22
votes
6answers
4k 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 ...
20
votes
9answers
15k views
How do you test an Android application across multiple Activities?
We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank's ATM machine, for ...
20
votes
12answers
686 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 ...
20
votes
10answers
4k views
Automated testing a game
Question
How would you go adding automated testing to a game?
I believe you can unit test a lot of the game engine's functionality (networking, object creation, memory management, etc), but is it ...
19
votes
9answers
598 views
How to adopt TDD and ensure adherence?
I'm a senior engineer working in a team of four others on a home-grown
content management application that drives a large US pro sports web
site. We have embarked upon this project some two years ago ...
19
votes
6answers
2k 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 ...
19
votes
19answers
2k views
Writing “unit testable” code?
What kind of practices do you use to make your code more unit testing friendly?
18
votes
2answers
15k views
Is there a good IE-based Selenium IDE?
The SeleniumIDE project is based on Firefox (and its plugin architecture). My application (for a variety of reasons) only runs on Internet Explorer (6+). In fact, we actively check for non-IE ...
18
votes
7answers
2k views
How can I implement TDD in Perl?
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 Unix.
So I've been reading about how cool and powerful TDD is in ...
18
votes
5answers
1k 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 ...
17
votes
1answer
2k views
Best practice for setting up an automated build server for iphone apps?
I'm looking to setup an automated nightly build server for our iphone apps, and looking for advice on what works and what doesn't.
Basically, something that at least nightly runs all the unit tests ...
17
votes
8answers
5k 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 ...
16
votes
2answers
456 views
Camera Module Focus Adjust using Contrast Transfer Function
Currently I'm designing a test program for mobile phone camera module. I'm trying to control a precision motor that adjust the focus barrel of the camera to get optimum focus point. I've been looking ...
16
votes
15answers
2k views
Should one test internal implementation, or only test public behaviour?
Given software where ...
The system consists of a few subsystems
Each subsystem consists of a few components
Each component is implemented using many classes
... I like to write automated tests of ...
16
votes
7answers
5k views
Compare equality between two objects in NUnit
I'm trying to assert that one object is "equal" to another object.
The objects are just instances of a class with a bunch of public properties. Is there an easy way to have NUnit assert equality ...
15
votes
12answers
2k 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 ...
13
votes
4answers
362 views
Zero-configuration, automated, random testing tools for web-apps?
In short, I'm looking for a tool to perform an automated, zero-configuration, full-frontal assault on a web application.
I'm thinking this would logically be a browser-extension that both crawls ...
13
votes
11answers
4k 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 ...
12
votes
5answers
324 views
JUnit test report enrichment with JavaDoc
For a customer we need to generate detailed test reports for integration tests which not only show, that everything is green, but also what the test did. My colleagues and I are lazy guys and we do ...
12
votes
5answers
378 views
Understanding how software testing works and what to test
Intro:
I've seen lots of topics here on SO about software testing and other terms I don't understand.
Problem:
As a beginner developer I, unfortunately, have no idea how software testing works, not ...
12
votes
3answers
839 views
Are there any free hosters of continuous integration servers?
I have just started up a simple open source project and hosted it on google but I would love it if there was a free CI server I could create a job on to monitor my source.
I've had a little search ...
12
votes
15answers
5k views
Automated Web UI Testing
What are the good automated web UI testing tools?
I want to be able to use it in the .Net world - but it doesn't have to written in .net.
Features such as a record mode, integration into build ...
11
votes
5answers
2k views
JUnit confusion: use 'extend Testcase' or '@Test'?
I've found the proper use (or at least the documentation) of JUnit very confusing.
This question serves both as a future reference and as a real question.
If I've understood correctly, there are two ...
11
votes
11answers
2k 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 ...
10
votes
3answers
226 views
Ajax-driven JavaScript runtime assertion framework
While working on a larger web application with an increasing amount of JavaScript code, we did a brainstorming session on how to improve code quality.
One of the first ideas was to introduce unit ...
10
votes
2answers
234 views
What are the pros & cons of functional testing frameworks for a new grails application?
I've got analysis paralysis looking at all the different functional testing options for a new grails (v1.3.4) application. I've looked at
WebDriver/Selenium (which I've used before)
WebTest/Canoo
...
9
votes
4answers
152 views
Starting unit tests automatically after saving a file
With Ruby on Rails, I could use autotest, to run all my tests automatically each time, when I saved a file of my code. Additionally, the framework started only the tests that were affected by the ...
9
votes
5answers
421 views
How should be test with phpunit for xss + sql injection?
How should be test with phpunit php web application for xss + sql injection?
I thinking to find program that output xss+ other attacks to test my application forms.
This program/service should be all ...
9
votes
2answers
452 views
A multi-thread implementation of CppUnit?
Could someone point me to a version of CppUnit that would allow to launch the tests in separate threads?
The idea is that, because many of our tests are quite CPU heavy (but are not multi-thread and, ...
9
votes
6answers
256 views
How to automate testing of a browser-based app?
If it were a windows program, I would use Auto it to automate testing. Is there something similar for browser-based apps?
Nothing too complex, it should just allow scripting (preferable for me to ...
9
votes
1answer
2k views
VS 2010 Coded UI Test - Launch Referenced Application
I'm using Visuial Studio's Coded UI Tests to run Automated UI tests on a WPF Application everytime a build runs on my TFS server. The problem I am running into is dynamically launching the executable ...
9
votes
15answers
461 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 ...
9
votes
4answers
814 views
How to Automate Testing of Medium Trust Code
I would like to write automated tests that run in medium trust and fail if they require full trust.
I am writing a library where some functionality is only available in full trust scenarios and I ...
9
votes
6answers
1k views
Automated GUI Testing: Meeting Us Halfway
I've been tasked with developing a system for automated GUI testing and I could use some advice. As luck would have it, we are in the midst of a major redesign of our GUI and the developers doing the ...
9
votes
10answers
1k views
Am I unit testing or integration testing?
I am starting out with automated testing and I would like to test one of my data access methods. I am trying to test what the code does if the database returns no records.
Is this something that ...
9
votes
4answers
2k views
running single rails unit/functional test
As title.
ruby test/functionals/whatevertest.rb doesn't work, that requires me to replace all require 'test_helper' to require File.dirname(__FILE__) + '/../test_helper'. For some reason most of ...
8
votes
7answers
264 views
Automated cross-browser visual inspection
We're looking for a tool that would allow us to script and run tests across multiple browsers including Chrome, FF 3,4, IE 6,7,8 and during the running allow a human to visually inspect each page / ...
8
votes
2answers
596 views
Node.js programming workflow - Tests, Code, Tests
Before you start developing something useful in Node.js, what's your process? Do you create tests on VowJS, Expresso? Do you use Selenium tests? When?
I'm interested in gaining a nice workflow to ...
8
votes
5answers
1k views
Language to learn to move out of manual testing towards automated/programming
I have been working as a manual tester and documentation (Test plans etc.) personnel in a company's software/IT division. I do not have a big programming background but I want learn programming ...
8
votes
6answers
297 views
How can I decide what to test manually, and what to trust to automated tests?
We have a ton of developers and only a few QA folks. The developers have been getting more involved in qa throughout the development process by writing automated tests, but our QA practices are mostly ...
8
votes
6answers
3k views
image focus calculation
I'm trying to develop an image focusing algorithm for some test automation work. I've chosen to use AForge.net, since it seems like a nice mature .net friendly system.
Unfortunately, I can't seem to ...
8
votes
5answers
7k views
Selenium Testing of GWT 2.0
How can I make a selenium click() work the same as a manual mouse click?
I have recently upgraded GWT from 1.7.1 to 2.0. Some selenium tests (SeleniumRC v1.0.1, IE7) are now failing. It seems that ...
8
votes
15answers
610 views
How much unit testing is a good thing? [closed]
(No "related questions" seem to nail this, so here goes.)
I work on production code. Arguing for anything that isn't visible to the user is hard to do, sometimes. If sales can't see it, it's an ...
8
votes
4answers
2k views
Testing bash scripts
We have a system that has some bash scripts running besides Java code. Since we are trying to "Test Everything That Could Possibly Break" and those bash scripts may break, we want to test them. The ...