Tagged Questions

0
votes
1answer
27 views

How to configure Dr. Watson to silently dump a crashing process without popping up any error dialog box?

Dear All, I would like to know if it is possible to configure Dr. Watson to silently dump a crashing process without popping up any error dialog box? We need this because I run a set of integration …
1
vote
0answers
21 views

Test Driven Development/Integration Testing in RIA development

Hi! When working with RIA development, there's at least three critical levels that should be tested: RIA application classes - in Flash/Flex these could be tested using AsUnit, FlexUnit or any …
0
votes
2answers
45 views

Cucumber Cleanup

SO Folk, Anyone around these parts know if you can keep Cucumber from cleansing test data at the end of a run? I've a few tests that continue to fail and I'd like to have a look at the data backing …
3
votes
9answers
157 views

Integration Testing for a Wep App

I want to make a full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I'm seeking …
3
votes
5answers
300 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 …
1
vote
1answer
22 views

How to set the browser locale for Selenium tests running in Java?

I've been looking for a while and still haven't found anything. When I run my Selenium tests from within Eclipse, it opens up a Firefox browser which always has English as its default locale. Changing …
0
votes
2answers
42 views

Testing framework for data access tier

Is there any testing framework for Data access tier? I'm using mysql DB.
1
vote
9answers
168 views

Why using Integration tests instead of unit tests is a bad idea?

Let me start from definition: Unit Test is a software verification and validation method in which a programmer tests if individual units of source code are fit for use Integration testing is the …
0
votes
0answers
18 views

How should I be configuring spring and hibernate so that my Integration Tests replicate properly the behaviour of the Web application ?

We have a web application based on NSpring 1.2 and NHibernate 2 and use HibernateTemplate. The web application is configured to use OpenSessionInViewModule. In our integration tests however the …
0
votes
2answers
41 views

Testing rails routes: can’t find ActionController::Assertions::RoutingAssertions methods

I'm trying to test the routes on my rails 2.3.4 application. There are several sites that explain how to test routes, including the rails docs, but I'm getting errors following the instructions. …
3
votes
4answers
71 views

How to automate by Firefox browser for functionality testing?

Hi all, i have to automate the firefox application to do a functionality testing, kindly help me which testing tool i can use thanks
1
vote
3answers
58 views

When not to Use Integration Tests

I am writing an application that uses 3rd party libraries to instantiate and make some operations on virtualmachines. At first I was writing integration tests to every functionality of the …
5
votes
8answers
169 views

How to determine which code in a project/solution is the most often used?

If I have an existing solution containing multiple c# projects, are there any static analysis tools that can help me determine which areas of code are the most often used? I'd like to use this …
49
votes
17answers
2k views

What Makes a Good Unit Test?

I'm sure most of you are writing lots of automated tests and that you also have run into some common pitfalls when unit testing. My question is do you follow any rules of conduct for writing tests …
0
votes
0answers
76 views

Unit Testing CodeIgniter with Simpletest - very few tests

Hello all! On our development team, we decided to give Unit Testing a try. We use Simpletest. However, it's been a tough road. After a week, I only have created 1 unit test that tests a certain helper …

1 2 3 4 5 10 next
15 30 50 per page