Software testing training for three months, how to find a job? Interview summary to share with you

First put the resume template:
Add if needed: lebo5201

Technical aspects:

  1. The use of PL/SQL. (It is similar if you are familiar with MySQL and SqlServer)
  2. Familiarity with oracle database, addition, deletion, modification and query of SQL statements, and the use of some common functions.
  3. Advanced, learn about table joins, subqueries, etc.
  4. Understand the Linux system and use common commands.
  5. Have you used testing tools: such as LoadRunner (performance testing), postman, QTP (automated testing), etc. The testing tools used by each company will be different.
  6. Do you understand the B/S architecture?
  7. Ask the other party to explain in detail a project tested in the past, as well as the ideas when writing the use case, and the
    difficulties encountered in the testing process.

Test theory foundation class:
8. Familiar with common test case design methods, such as:
equivalence class division, boundary value, orthogonal table method, scenario method, error inference method, causal diagram method (these methods are black-box testing). You can ask the other party to give examples of one or two of these methods.
9. Understanding of test types:
functional testing, performance testing, stability, stress, load, security testing, etc. 10. How common
is the basic format of test cases
There will be: title, preset conditions, input, execution steps, expected results. These items
11. The standard of the end of the test:
12. All use cases are tested, the coverage rate reaches the standard, the defect rate meets the standard, and other indicators meet the standard.

Comprehensive aspects:
13. Assess whether the other party has considered comprehensively when designing test cases. For
example: give a water cup and design test cases.
Give an answer I summarized by myself: first ask the person who asked the question what environment the water cup is used in, and it is applicable Who is the crowd, and whether the water cup has any qualified indicators, and then further design use cases based on the information obtained. (Considering from many aspects)
From functionality: the water cup can hold any liquid without leakage.
Ease of use: the body of the water cup Whether the design is ergonomic, whether it is easy to hold, etc.
Safety: Is there an insulating layer on the outer ring of the water cup, so that the water cup will not be hot when it is filled with hot water.
Performance: The water cup will not fall from any height
14. Logical thinking, some business scenarios involving many conditional judgments, when designing use cases, can each conditional branch be covered. 15.
When testers and developers How to solve this problem when people's ideas are inconsistent.
16. Qualities that testers need to have: test skills, carefulness, patience, teamwork, communication skills, and skepticism.

おすすめ

転載: blog.csdn.net/leboxy/article/details/110200077