Current location - Education and Training Encyclopedia - Education and training - What is the specific work content of software testing?
What is the specific work content of software testing?
Nothing to find bugs, something to find development.

Software testing focuses on details. There are not many big mistakes in a software, but most of them are small mistakes and glitches. ?

The job of software testing engineer is to run or test the system manually or automatically according to the requirements document. In this test project, if the test result does not meet the expected result of the requirements document, it can generally be judged as a Bug, and then after we confirm with the developer that it is indeed a Bug, we will store the Bug in a bug management tool (Zen, Bugfree ...) and make a record. We will maintain this Bug in the future. After developing the program according to your Bug, we need to retest and modify the Bug status according to the test results until the bug is closed.

This process may sound simple to everyone, but there is actually a set of processes when it is implemented.