RE: How do you log bug in real timeIf you find a bug not mentioned in test cases, what will you doVK
Hi VK,
In real time, you will face this situation many times. Even if you have written many good test cases you will be able to find bugs which are not a part of your test cases. You will have to execute your test cases and do adhoc testing as well so that you will come up with many bugs.
Note: You cannot depend only on the test cases to ensure a good testing cycle.
RE: How do you log bug in real timeIf you find a bug not mentioned in test cases, what will you doVK
In this case I would log the bug and after the execution is over I would update the test cases to test the bug. This documentation is important so that in future when regression testing is done then this feature is retested. otherwise there are chances that you may forget this scenario to test which produced a bug. so always document the bug and write test cases to cover the same