1
vote
6answers
71 views
Automated Testing Approach
Hi,
We write a lot of integration tests that work quite well for us, we did attempt to introduce unit testing but found it more difficult to introduce as it took longer and the be …
0
votes
3answers
49 views
Automating Integration Tests: Use xUnit?
I'm looking into how best to automate integration tests (by which I mean complete use cases entirely within our application)
The questions
Correct Approach for Unit Testing Comp …
0
votes
2answers
22 views
CI Servers for system simulation
My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea …
5
votes
9answers
143 views
Automated link-checker for system testing
I often have to work with fragile legacy websites that break in unexpected ways when logic or configuration are updated.
I don't have the time or knowledge of the system needed to …
5
votes
6answers
165 views
What is Robot Army Testing?
What is Robot Army Testing? Where is it used? How can I learn it?
2
votes
3answers
73 views
Parse Fitnesse RESTFul XML output into TFS Test format
I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process.
I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.Restful …
2
votes
3answers
34 views
How to test JBoss deployment automatically?
I have jboss application. And want to test deployment automatically. And want to add this task as a project in Hudson
My vision is based on the following stages:
Put my applicat …
3
votes
5answers
112 views
Unit Testing a large method
Following Test-Driven Development that is.
I've recently implemented a algorithm (A*) that required a clean interface. By clean all I want is a couple of properties and a single …
3
votes
4answers
90 views
What alternatives exist for running QTP tests in batch?
We are in the process of implementing automated regression testing for our applications, and are looking for a solid batch-testing utility. We have QuickTest Professional 10.0, an …
0
votes
2answers
44 views
Are there BDD/TDD tools for developing in VB.NET?
I am responsible for rewriting an internal tool for my company. I am currently reworking the most time consuming step to run faster which should give me time to re-think the design …
1
vote
2answers
79 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 …
6
votes
17answers
351 views
How much unit testing is a good thing?
(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 …
1
vote
1answer
34 views
Test Impact on code change
Are there any tools (for C/C++) available to visualize the modules affected or the test cases to be executed when a block of code in changed.
Example,
If i modify few lines in a …
3
votes
3answers
54 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
2answers
29 views
General (non-server-specific) HTTP server test suite?
I'm looking for a test suite to test an HTTP server for standards compliance. The test suite should therefor not be server-specific, like Apache's HTTP server test suite.
Any poin …
