Tagged Questions
3
votes
1answer
102 views
Acceptance tests for large multi-step online form
I have to extend/fix a large online form written by other developer. There is a lot of code, mixing PHP and JS. It's kind of write-only style of coding and I want to redo it completely, but currently ...
3
votes
2answers
259 views
Using automated bdd-gui-tests to keep user-documentation-screenshots up do date?
Are there developpers out there, who (ab)use the CaptureScreenshot() function
of their automated gui-tests to also create uptodate-screenshots for the userdocumentation?
Background: Whithin the ...
1
vote
2answers
135 views
Automated Acceptance tests under specific contraints
This question is a follow up to my previous question, which was a bit general, so
I shall be more specific with this one.
I want to automate acceptance testing on a web application. Briefly, this ...
19
votes
7answers
3k views
Automated unit testing, integration testing or acceptance testing
TDD and unit testing seems to be the big rave at the moment. But it is really that useful compared to other forms of automated testing?
Intuitively I would guess that automated integration testing is ...