Tagged Questions
5
votes
2answers
173 views
What test generators do exist?
What tools exist to automatically generate test scripts (or test script templates) from a formal specification or a program's source code?
EDIT:
The background of this question is, that I’m ...
3
votes
1answer
374 views
Regression testing for web services and SharePoint workflows - What should I research?
Apologies if this question has been addressed before or not relevant to this exchange. I did some initial searching and I've only recently discovered this area of stackexchange so I'm unsure of the ...
4
votes
1answer
217 views
PHP: code instrumentation library to capture/record new unit test cases?
I have a library that seems to work as intended. I would like to add some instrumentation to the library to capture (some) current input and the result and save that as a test case. Is there a library ...
9
votes
13answers
622 views
Should automated tests be efficient?
I've written and edited a bunch of automated GUI tests. In some cases, the tests are inefficient (eg to select an item from a list, instead of a clever search, a dialog is opened and starting fro the ...