Job Recruitment Website - Recruitment portal - What should software test and development engineers learn?

What should software test and development engineers learn?

1, the test development engineer is also a tester after all, and the basic test theory must be familiar with and mastered, including black-box test, white-box test, equivalence class, boundary value and other design test case methods.

Exercise: Be familiar with the book Software Testing.

2. By writing code, writing automated test cases and writing test frameworks and tools, you must master a programming language, such as Python, Java and Go. Personally, I chose Python.

Practice: for example, develop a small Web project in a familiar language, and then test it to find out and solve the problem.

3. Performance testing is also an indispensable part of the project, so it is necessary to understand and be familiar with the basic principles of performance testing, independently analyze the indicators of performance testing, and master the use of performance testing tools, such as Jmeter and Loadrunner.

4, automation, general interface automation, UI automation. Familiar with the related principles and usage of HTTP, able to use postman and Jmeter tools for interface testing. Using Selenium to test UI automatically; ;

5. Testers also need to master the concept and theory of continuous integration and be familiar with the use of continuous integration tools, such as Jenkins.

6, familiar with the basic common commands of Linux system.

7. Be familiar with the use of databases and know how to write complex statements such as multi-table queries and subqueries (some projects may need to learn MongoDb and Redis).