TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Whose job is it? Tester or Developer?

1 点作者 loeschg将近 13 年前
I work as a developer at a large consulting firm. On my small team, we have 4 developers and 3 functional people (essentially 2 testers). Often we, the developers, will get emails from one of the testers saying something along the lines of<p>"I logged a new defect. It's occurring in this environment... but not always. Will you take a look?" These sort of messages drive me crazy.<p>Should the tester be the one responsible for directly pinpointing the error? Or am I just out of line in thinking this? I do sometimes like to live in a dream world.

2 条评论

tjr将近 13 年前
Ideally the tester should provide exact data to reproduce the problem, but sometimes errors are extremely difficult to reproduce. Timing issues, for example, or problems that for some reason unknown to the tester do not always occur given the same test scenario.<p>If your tester are routinely providing reports that you are confident they should have been able to give more detail on, then explain that to them. Ask them to provide more detail. But if the problems truly are bizarre and hard to reproduce, it might be too much to ask of them. Really depends on your exact working situation.
youngdev将近 13 年前
Sometime QA cannot re-produce some issues. This is very common in almost every company you go to. Our QA has access to log servers, and they try to provide the exception logs if they are available.