Tagged Questions

7
votes
9answers
1k 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 create a Selenium ...
4
votes
2answers
76 views

Automated Test case Execution - when to stop

We have around 100 test cases for our system. We are trying to build an automated test suite for it. Say while running the tests the 25th test fails. Should our automated test system bail out here ...
0
votes
2answers
53 views

unit, integration, system tests for Codeblocks IDE

I recently was given control of a project that is based on the Codeblocks IDE. This project consists of large make scripts, gcc for motorola microcontrollers, and example C programs. The code is ...