Interview Question : When should testing be stopped?
Answer : When the test manager is confident that the application will perform as expected in the production environment. This confidence is derived by analysis conducted on: a)Deadlines (release deadlines, testing deadlines, etc.) are met b)Test cases completed with certain percentage passed c) Test budget depleted d) Coverage of code/functionality/requirements reaches a specified point e) Meantime between failures f)Risks associated with continuing to test g) Percentage of coverage achieved h) Number of open defects and their severity i)Risk associated with move to production
Interview Question Category : Testing - General
|