A few key points suitable for software testing

1. Can you endure hardship?

In the Internet industry, overtime is the norm, 996,007. Of course, not all Internet companies are like this. It mainly depends on the company’s projects. There are two situations: 1: The project cycle is short and the tasks are heavy, and the time for development and testing is compressed, which can only be achieved through overtime. Finish. Two: The user group and number of users of the project, such as a bank project, the release time can only be in the early morning; if the user target is a doctor, then the daytime is the most suitable for release, because doctors are busy working during the day.

2. Can you find joy in boring work?

This is very important, because it is boring, so you can't find fun in it, it may not last long. Why is it boring? Because of a function, you may need to test it several times, dozens of times. When the task comes, test it once. If a bug occurs, perform a regression test. If the bug is successfully resolved, test the pre-release environment and the online environment. If the bug is changed to a new bug, repeated regression testing is required. It's just a one-time function. In the future, this function will be iterated to versions, and it will need to be tested repeatedly, offline testing, pre-release testing, and online testing.

3. Have a certain computer foundation

We need to learn how to capture messages, how to query, insert and update database information, and develop and throw us a piece of code, at least understandable.

4. Be good at digging bugs

You can't just follow the normal process, that's the job of development. You must know that user operations are uncontrollable. We need to simulate user scenarios as much as possible, so as to discover more and deeper problems, reduce the impact of going online on users, and minimize costs.

5. Good at summarizing

If there is an online bug, don’t be afraid, don’t panic and don’t shirk responsibility. No one can do anything wrong. The important thing is to learn to analyze and summarize bugs, why this test point was missed, and then the test point can be improved in the future. Avoid similar problems from happening.

6. Like to find rules

For bugs that are not necessarily present, you must learn to analyze them, and find out what conditions and how to operate them before they appear, so that it will be easier to develop and troubleshoot problems.

7. Good at communication

To test the siege lion, the work process requires frequent communication with the product to confirm the test points, and communicate with the development of bugs, so it is also important to be good at communication.

8. Continuously learn new skills

In the first two years, focus on functional testing, improve your own testing thinking, improve the test coverage of use cases, learn the differences between app, small program, and web product testing in different channels, lay a good foundation first, and wait until you are given testing tasks. The test points, test risks, time required, possible hidden bugs, etc. immediately appear in your mind, then congratulations, you have reached the bottleneck period.

How to break through?

By improving your own competitiveness! Spend more time learning testing skills, such as automated testing, performance testing, security testing, and more. If you are unwilling to break through and stay in functional testing, you will be easily eliminated or stay at a lower level, and your salary will not increase, because you do not have core competitiveness. But as a test siege lion, most of the work is still based on functional testing, supplemented by other tests.

Finally : In order to give back to the die-hard fans, I have compiled a complete software testing video learning tutorial for you. If you need it, you can get it for free【保证100%免费】

Software Testing Interview Documentation

We must study to find a high-paying job. The following interview questions are the latest interview materials from first-tier Internet companies such as Ali, Tencent, and Byte, and some Byte bosses have given authoritative answers. Finish this set The interview materials believe that everyone can find a satisfactory job.

全部资料获取:

insert image description here

Guess you like

Origin blog.csdn.net/m0_53918927/article/details/131515668