The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
333 views

How to obtain “fresh mind” results?

I noticed that when you start on a project with a beginner mind (for that particular product) you have a fresh approach and start noticing a lot of bugs. After a while and some experience with that ...
1
vote
4answers
269 views

What free Kanban boards link with TFS

I am working in a small agile team and would like a free online Kanban board that links with TFS. The reason that I would like it to link to TFS is to cut the admin of entering in all the stories and ...
2
votes
2answers
4k views

List and role of different types of testing environments

There are numerous of different testing environments that I have come across with, and ALL of them seem pretty useful and helpful but which ones are necessary. For example ... I have seen: ...
12
votes
5answers
340 views

Are Exhaustive “Brute Force” UI Tests Worth It?

Lately I've been asked to write some automated GUI tests of the following style: Open the application Open ALL dialog boxes In each dialog check for ... Are these types of tests worthwhile? What ...
7
votes
5answers
747 views

Test Strategy Documentation

What are the main points that should be included in a test strategy document for a particular project? I'm not looking at details but more from a high level overview. I would like to make it a brief ...
3
votes
4answers
389 views

Plans For Testing a Web Application Before The Site Is Built

An acquaintance of mine is building a website for his (non-profit) organization. Since I'm currently an automated tester on a desktop-based application, I thought I could help him do some web testing. ...