1
vote
2answers
23 views
Hudson and rational functional tester
I've just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis.
Next step for us would be to create an installation, install it and then run …
1
vote
1answer
24 views
How do you write your QTP Tests?
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination …
1
vote
1answer
48 views
Automated Interface testing on iPhone
I like using the UI Recorder in Xcode for testing a UI in the simulator. However, that I know of, UI Recorder doesn't work on the device. Is there a similar tool for automating UI testing on the …
4
votes
6answers
175 views
Is there a right way to implement a continuous improvement (AKA software hardening) process?
Each release it seems that our customers find a few old issues with our software. It makes it look like every release has multiple bugs, when in reality our new code is generally solid.
We have tried …
2
votes
2answers
28 views
Any good resource (non-people) management libraries?
As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to …
1
vote
2answers
75 views
What are good test automation frameworks?
I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:
…
3
votes
9answers
164 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
319 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 …
2
votes
2answers
70 views
Running automated Web browser tests under Hudson
I'm running Hudson for my automated builds and love it.
I'd now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
As my Hudson runs as a Windows service (under …
1
vote
1answer
59 views
Dynamically building a URL in QTP
Hi,
I've been taking a quick look at QTP with one of our test team.
We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc.
However, …
0
votes
1answer
25 views
Full-screen Flash application test needs external pokes
I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's …
1
vote
3answers
123 views
Best practice approach for automated testing
Hi All,
This is a very strange request for advice for which I truly feel there is no real answer. In my project I have archiving routines on various objects that have been consumed for logical …
1
vote
1answer
25 views
Automated spider test
Hi all.
I'm looking to add a very simple layer of automated integration testing to our current Continuous Integration setup. (CI currently only checks for build breaks).
Is there a product that …
1
vote
2answers
77 views
Watin: Search in children of an element
I want to do a "two step" search using Watin. For example I would like to search for a ul-tag having class "abc". Then I would like to search for a certain li-tag inside that element. The code might …
1
vote
3answers
170 views
Visual Studio Web Test vs. Selenium
This can be a very opinionated question. Please keeps your posts factual.
What are the pros and cons of using Microsoft Web Test in Visual Studio? Conversely, what are the pros and cons of …
