Tagged Questions
60
votes
27answers
8k views
Why to let / not let developers test their own work
I want to gather some arguments as to why letting a developer testing his/her own work as the last step before the product goes into production is a bad idea, because unfortunately, my place of work ...
11
votes
5answers
451 views
Which format is best for the first prototype not on paper? [closed]
Console app (my favorite), quick & sloppy form, MS Paint (for GUI); what works best most of the time for your standard application? why?
25
votes
4answers
1k views
Why it is not recommended to post several defects in the same issue / ticket?
I am not sure if this is the place to ask the following conceptual question (Stackoverflow is definitely not).
I saw this question in a multiple choice exam (single answer), similar to the ISTQB ...
10
votes
8answers
756 views
Should developers be involved in testing phases?
we are using a classical V-shaped development process. We then have requirements, architecture, design, implementation, integration tests, system tests and acceptance.
Testers are preparing test cases ...