2
votes
Are there any good automated test suites for Perl?
Hi,
You said:
"What I am looking for is a more of automated framework which can do incremental testing/build checks etc"
Still not entirely sure …
5
votes
What do you need from a test harness?
An arbitrary set of tags - so I can mark a test as, for example "integration, UI, admin".
(you knew I was going to ask for this didn't you :-)
…
2
votes
Any good book about Software Test Engineering specifically targeted to programmers?
I'd take a look at Lessons Learned in Software Testing. It's not aimed at developers - but I think it's one of the b …
5
votes
Behaviour-Driven or Test-Driven Development?
I'm very much of the BDD = TDD done properly camp. If you're doing TDD as originally described by Beck - and practised by many - then there is essentially no difference.
What BDD brings to …
0
votes
What’s a good way to document web page links in a web application?
From the description of the purpose for the documentation ("I need to check each of the different buttons and functions on each page, and some of these depend on how the user accesses each page") I …
