Skip to main content

Questions tagged [automated-tests]

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in place that uses a formalized testing process (wikipedia.org).

automated-tests
37 votes
8 answers
22k views

What is the best way to test webforms apps ( ASP.NET )

What is the best way to test my webforms applications? Looks like people are loving Watin, and selenium.
Brian G's user avatar
  • 54.5k
3 votes
4 answers
1k views

Selenium internals [closed]

How does selenium work? Can you explain the internal working of it.
Nazgul's user avatar
  • 1,994
4 votes
2 answers
3k views

How do you create automated tests of a Maven plugin using JUnit?

I've got a (mostly) working plugin developed, but since its function is directly related to the project it processes, how do you develop unit and integration tests for the plugin. The best idea I've ...
Steve Moyer's user avatar
  • 5,693
0 votes
4 answers
2k views

Integration Testing Http Proxy Server

I have written a simple HTTP Proxy server in C# that I would like to integration/functional test. Is there a product already created that I could use to do this? If not, what is the best way to ...
NotDan's user avatar
  • 32.1k
1 vote
2 answers
927 views

How do I do Dependency Injection in a test project (TFS 2008) using Castle

I'm using Castle Windsor for dependency injection in my test project. I'm trying to create an instance one of my 'Repository' classes. "It works fine on my machine", but when I run a nightly build in ...
ampburner's user avatar
16 votes
5 answers
4k views

Selenium Critique

I just wanted some opinions from people that have run Selenium (http://selenium.openqa.org) I have had a lot of experience with WaTiN and even wrote a recording suite for it. I had it producing some ...
Adam Driscoll's user avatar
5 votes
10 answers
14k views

How to automate the test running process using TestComplete?

We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for ...
Fabio Gomes's user avatar
  • 5,982
6 votes
5 answers
6k views

Mercury Quick Test Pro and Virtual machines: Works from one client machine but not another

I have a virtual machine (VMware) with Mercury Quick Test Professional 9.2 installed. I have a script to test an application, written in VB.NET using the Infragistics library. If I access this ...
Matthew Farwell's user avatar
76 votes
13 answers
60k views

Automated tests for Java Swing GUIs [closed]

What options are there for building automated tests for GUIs written in Java Swing? I'd like to test some GUIs which have been written using the NetBeans Swing GUI Builder, so something that works ...
pauldoo's user avatar
  • 18.4k
2 votes
3 answers
3k views

How do I get my Visual Studio Test Suite web test to iterate over my data source?

I have Visual Studio web test attached nicely to a data source, but I need to be able to iterate over each entry in the data source. How should I do this?
Nat's user avatar
  • 14.3k
8 votes
6 answers
3k views

Automated integration testing a C++ app with a database

I am introducing automated integration testing to a mature application that until now has only been manually tested. The app is Windows based and talks to a MySQL database. What is the best way (...
Peter's user avatar
  • 83
3 votes
5 answers
3k views

Is there an equivalent to Java's Robot class (java.awt.Robot) for Perl?

Is there an equivalent to Java's Robot class (java.awt.Robot) for Perl?
whitney's user avatar
  • 356
4 votes
4 answers
1k views

Is there a specification-based testing framework for C# .Net 2.0?

For example, Reductio (for Java/Scala) and QuickCheck (for Haskell). The kind of framework I'm thinking of would provide "generators" for built-in data types and allow the programmer to define new ...
EfForEffort's user avatar
  • 55.8k
10 votes
6 answers
16k views

persistence.xml not found during maven testing

I'm trying to load test data into a test DB during a maven build for integration testing. persistence.xml is being copied to target/test-classes/META-INF/ correctly, but I get this exception when the ...
sblundy's user avatar
  • 61.2k
4 votes
9 answers
708 views

Looking for the ways for test automation of web site

We develop custom survey web sites and I am looking for a way to automate the pattern testing of these sites. Surveys often contain many complex rules and branches which are triggered on how items ...
Brettski's user avatar
  • 19.8k

15 30 50 per page