当前位置:网站首页>Want to change jobs? Do you know the seven skills you need to master in the interview software test
Want to change jobs? Do you know the seven skills you need to master in the interview software test
2022-07-06 15:13:00 【Test Xiaowan】
Catalog
Two 、 Common ways to write test cases :
3、 ... and 、http Protocol principle
Four 、 Understand business capabilities
5、 ... and 、 Use of test tools
Performance testing tools :jmeter
6、 ... and 、 Automated testing of code writing capabilities
One 、 Test case writing
1、 The most important document in testing , He It's the core of the testing work , Is a set of input and output standards when testing , It's a specific comparison of software requirements . Write test cases , It's the basic skill of the tester , There are not many people who can really write well .
What the test case contains :
Use case number , Use case name , Test background , precondition , priority , Test data , testing procedure , Expected results , The actual result , remarks .
2、 When the test partner gets the first requirement document , Analyze , Extract test points , Write test cases , And then it's called development , Use case review by product and related personnel .
Two 、 Common ways to write test cases :
Division of equivalence class
Boundary value analysis
Wrong inference
Flow chart method, etc
3、 Learn to question needs , Don't write test cases exactly according to requirements , want Understand requirements from the perspective of users , See functions and experiences beyond the needs .
3、 ... and 、http Protocol principle
1、http Protocol principle
HTTP Agreement is Hyper Text Transfer Protocol( Hypertext transfer protocol ) Abbreviation , yes From the World Wide Web (WWW:World Wide Web ) The server transmits hypertext to the local browser .
2、TCP and UDP difference
TCP and UDP yes OSI Protocol in transport layer in model .TCP Provide reliable communication transmission , and UDP It is often used for the communication transmission of broadcasting and detail control to the application .
3、get and post difference
Get: it For obtaining information , It's just getting 、 Query data , That is, it doesn't modify the data on the server , At this point , It is Data security , And I'll talk about it later Post It can modify the data , So that's one of the differences .
Post: It is You can send a modification request to the server , To modify the server's , For example , We need to post back on the forum 、 Comment on the blog , That's what we need Post 了 , Of course, it can only get data .
Four 、 Understand business capabilities
First of all, make sure you understand the business , Only know the business , Only in this way can the function test be done well , And there will be some improvement .
When to access Automation ?
When your system stabilizes .
When to intervene in interface testing ?
When the interface is developed .
When to intervene in performance testing ?
When there's a promotion , Or rush shopping, etc .
5、 ... and 、 Use of test tools
Interface testing tool :
Postman Use Postman Conduct interface test , Input url Address , Request method , Click send to check whether the interface is correct .
Performance testing tools :jmeter
- Use jmeter Test the performance of the system , Pressure test the system 、 The load test 、 Stability test, etc
6、 ... and 、 Automated testing of code writing capabilities
ui Automated writing
web automation : Generally used python+selenium Yes web Website ui Automated scripting
app automation : Generally used python+appuim On the mobile terminal ui Automated scripting
Generally, it doesn't meet the demand bug stay debug in , The error of the program itself is error in .
7、 ... and 、Linux
1、Linux It's the basic skill of the tester , You don't need to master something that's too difficult or unusual Linux command , You can check the log normally , The positioning problem is OK .
2、 Junior testers often encounter , Find out bug, Situations that developers do not recognize or are unwilling to solve , How can testers get rid of this problem ? According to the findings bug The level of logging , To check the log , Location problem , First of all, let's talk about the log level . The higher the log level , The less information you output .
Interface automation writing
Generally used python+requests For interface automation testing
Skillfully use SQL
frequently-used sql sentence , Such as adding, deleting, modifying and checking .
Understand database transactions , Write stored procedures , Familiar with common system functions .
Understand and be able to backup the database , transfer , Restore , Mirror image, etc .
Yes sql Statement to tune , And monitor the statements that can be run to see the performance .
Understand the clustering of databases .
info: Code info Information , barring sql Sentences and so on debug Information ;
warning : Code warning message ;
error : The program itself reports an error message ;
边栏推荐
- Heap, stack, queue
- Currently, mysql5.6 is used. Which version would you like to upgrade to?
- How to rename multiple folders and add unified new content to folder names
- Mysql database (V) views, stored procedures and triggers
- How to use Moment. JS to check whether the current time is between 2 times
- Example 071 simulates a vending machine, designs a program of the vending machine, runs the program, prompts the user, enters the options to be selected, and prompts the selected content after the use
- CSAPP家庭作業答案7 8 9章
- Interview answering skills for software testing
- Don't you even look at such a detailed and comprehensive written software test question?
- MySQL development - advanced query - take a good look at how it suits you
猜你喜欢
China's county life record: go upstairs to the Internet, go downstairs' code the Great Wall '
全网最详细的postman接口测试教程,一篇文章满足你
自动化测试中敏捷测试怎么做?
ucore lab5用户进程管理 实验报告
MySQL development - advanced query - take a good look at how it suits you
Fundamentals of digital circuits (II) logic algebra
Brief description of compiler optimization level
About the garbled code problem of superstar script
软件测试需求分析之什么是“试纸测试”
Eigen User Guide (Introduction)
随机推荐
Contest3145 - the 37th game of 2021 freshman individual training match_ A: Prizes
If the position is absolute, touchablehighlight cannot be clicked - touchablehighlight not clickable if position absolute
Collection collection and map collection
150 common interview questions for software testing in large factories. Serious thinking is very valuable for your interview
软件测试Bug报告怎么写?
Description of Vos storage space, bandwidth occupation and PPS requirements
基于485总线的评分系统双机实验报告
接口测试面试题及参考答案,轻松拿捏面试官
The minimum number of operations to convert strings in leetcode simple problem
Fundamentals of digital circuits (I) number system and code system
A method and implementation of using VSTO to prohibit excel cell editing
Report on the double computer experiment of scoring system based on 485 bus
UCORE lab8 file system experiment report
The salary of testers is polarized. How to become an automated test with a monthly salary of 20K?
Global and Chinese markets of electronic grade hexafluorobutadiene (C4F6) 2022-2028: Research Report on technology, participants, trends, market size and share
How to write the bug report of software test?
What to do when programmers don't modify bugs? I teach you
Wang Shuang's detailed learning notes of assembly language II: registers
MySQL transactions
Maximum nesting depth of parentheses in leetcode simple questions