When a software is developed,various types of testing is done - unit,integration,functional,manual.In my current project(winforms with sql server),which has legacy code(no tests),we do have lot of bugs. We are trying to remove them using combination of manual + tests(mostly integration)
但是,一些 b可能逃脱。
例如(假设情景)——如果客户在过去6个月中购买了一些价值的货物,就应当给他6个月已经过期的购买给予一定的折扣。 他的地位应得到更新,以备受欢迎。
但是,出于某种原因(守则中的节选),该系统没有这样做。 我们应如何处理这种情景? 我们是否应在数据库上有一套描述的假设情景的文字? 另一种情况是,客户一旦获得特权,必须寄送礼品,但制度却缺失。
想法?