1)When a bug is fixed then what happens. 2) What is the difference
between testing software devolped by contractor within country and
testing software devolped by contractor outside the country. 3) Write the test cases of adding 100 no. 4)
In an office , 4 rooms are in first floor.and in ground floor their is
switchboard and switchboard contains 4 buttons.4 buttons contains light
of 4 rooms.Write the test cases of whcih buttons contains light of
which rooms. 5) When expected Result is not given then what happens. 6)What is defect management. 7)How much testing is enough.
1. When Bug is fixed, we have to perform re-test and check whether the fixed bug passes the test. And also very importantly we have to perform regression testing to check that the fixes done has not caused the problem else where.
2. Testing a software developed by the contractor with in the country can be very easy compared with the software developed by the contractor outside the country. This is where Internationalization testing or globalization and localization testing comes into picture.
Question1:- When a bug is fixed then what happens?
Answer 1 :- Once when a bug is fixed by developer it is reassigned to the testing personals responsible for the project and then again they perform testing on the same and that task is know as retesting and after testing the defect
If the defect is fixed
If Testing personal is using any tool for defect tracking the same should be closed in the defect management tool by marking the defect with closed status.
and we have to perform the regression testing so that the fixation of the problem doesnt impact on the remaining functionality.