Some places have rivers and lakes, and some places have grievances. Some resentment can be avoided, and some can be avoided, just because young people do not understand things, do not know the rules of the rivers and lakes, and make a lot of mistakes. There are also some tips for software testing.
1)BugRecord skills
Detailed bug description
As a test, the bug record is very important in daily work. The quality of this work directly determines whether the subsequent bug modification function can proceed smoothly.
1. Describe and record the environment and status of the bug.
2. Record the detailed steps of the bug,
3. Evaluate the probability of recurrence of bugs and record your opinions
4. Identify the degree of urgency of a bug.
The more detailed the record is, the more comprehensive the record is, the more beneficial the developer will reproduce the bug and fix the bug later. Developers are willing to accept such bug tasks, saving a lot of unnecessary time.
2)BugManagement Skills
Cross-team bug assignment to developers
The bug record is only the beginning of the test. It is important to report the detected bug to the developer. The developer fixes the bug and the test can be completed successfully.
In the past, we used to test and add the newly discovered bugs to the development task. Then, we were eager to develop and modify the bugs we submitted. In this way, it is not convenient to test the management and tracking of bugs, and it is easy for developers to confuse bug fixes with daily development tasks.
To avoid the above situations, you can do this:
1. Manage bugs separately, independent from development projects
2. Manage bugs Based on the software version
3. slim down our lengthy bug list
4. The modified bug is assigned to the developer through cross-project tasks.
This can prevent development from falling into the sea of bugs and arrange the bug modification plan in an orderly manner. This not only ensures bug fixing, but also maintains the relationship between the two parties.
3)BugTracking skills
Track and view the bug fix status in the dashboard form
After the bug is delivered to the developer, the test also needs to track the bug fixing progress. After fixing a company bug, you will be notified of the test via email, but there are the following drawbacks:
1. If there are too many emails in daily work, it is easy to ignore email notifications,
2. Information is not synchronized
3. The test can only passively wait for the notification and cannot actively grasp the bug status.
Therefore, a suitable Bug management tool is crucial for testing. In my personal experience, using dashboards to track bug states is the most comfortable, convenient, and efficient way.
The above are the three tips I have summarized in the Past tests. Although the skills are small, they can help the beginners to take some detours and make their career development smoother.
Software testing-test skills]