当前位置:网站首页>10: 00 interview, came out at 10:02, the question is really too
10: 00 interview, came out at 10:02, the question is really too
2022-06-28 04:18:00 【Hanhan says test】
Two years of software testing , Over the past two years , From the beginning of the hazy understanding of the test , Now the train of thought is gradually clear , It also makes clear its own development direction . Although the testing theory and testing tools as well as testing technology have been strengthened , But I still don't feel deep enough .
In recent years, I have been doing tests in outsourcing companies , Know last year 12 month , Determined his idea of going to a big factory , So , I have been constantly improving myself . little does one think …
From outsourcing , I didn't expect the algorithm to die in another factory

Since joining this company , Working overtime every day , A lot of money , So I put up with it . little does one think 8 Monthly notice , Everyone is not allowed to work overtime , Wages are falling 30%, Suddenly there are people who can't afford to eat .
Fortunately, a brother pushed me to an Internet company , Excitedly meet the interviewer ,q The front is still a very happy answer , I didn't expect several questions to kill me :
- What are system bottlenecks ?
- What is concurrency ? stay lordrunner in , How to do concurrent testing ? What happens if the rendezvous fails ?
- In your previous work , A software bug ( Or call it Bug ) What is included in the record and how to mention it - Deliver high-quality software defects ( Bug ) Record ?
- What are the criteria for the end of the test ?
- What are the performance test indicators , Do a performance test on a login function , What are the indicators , How to measure the maximum number of requests that can be processed at the same time
- How to answer how to test the login function ?
- What are the characteristics of orthogonal table test case design method ?
- What are the considerations of requirement testing ?
- One client has 300 clients and three hundred clients have 300 clients to put pressure on the server , What's the difference? ? ?
It's a lot harder , Just didn't answer , I knew I'd take a good look at the study notes and road map given by a big man .
Next, in order to help programmers' job hopping interview 、 A promotion and pay increase 、 Career dilemma , Improve your technology , This article gives you a complete set of quick learning methods and notes covering testing all technology stacks . So far, we have received feedback from seven or eight netizens , It is said that the interview asked a lot of knowledge points .
The content involves the : Test theory 、Linux Basics 、MySQL Basics 、Web test 、 The interface test 、App test 、 Management tools 、Python Basics 、Selenium relevant 、 Performance testing 、LordRunner Correlation, etc
Experience sharing of software testing posts in large factories
Through big data summary, it is found that , In fact, the interviews of software testing posts are almost the same . I often ask the following knowledge points :
The whole net starts - cover 16 A technology stack
The first part , Test theory ( Fundamentals of testing + Demand analysis + test model + test plan + The test strategy + Test cases, etc )
The second part ,Linux( Linux Basics +Linux Exercises )
The third part ,MySQL( Basic knowledge of + Query exercise + Summary of classic interview questions in the ten thousand year student table + Database enterprise real problem )
The fourth part ,Web test
The fifth part ,API test
The sixth part ,App test
Part seven , Management tools
Part eight ,Python Basics (Python Basics + Programming questions + aggregate + function +Python Features, etc )
Part IX ,Selenium relevant
Part 10 , Performance testing
Part 11 ,LordRunner relevant
Part 12 , computer network
Part 13 , How it's made up
Part 14 , Data structure and algorithm
Part 15 , Logical questions
Part 16 , human resources
Fundamentals of software testing
- What are the steps of software testing ?
- How to record test scripts ?
- Test methods that should consider how to test
- How to estimate the test workload ?
- Test design issues
- When an error occurs during the test , There are several solutions ?
- Problems with test execution
- The goal of the test evaluation
- How to improve testing ?
- C/S Advantages and disadvantages of the model
- B/S Advantages and disadvantages of the model
- …

Linux
- grep and find The difference between ? grep What are the usages of ?
- see IP Address ?
- Create and delete a multi-level directory ?
- Find... In the current user's home directory haha.txt file ?
- How to query tomcat And kill the process , Write linux command ?
- View log files dynamically ?
- Commands for viewing system hard disk space ?
- Look at the current machine listen All ports ?
- …

Python
- Statistics python Number of lines of code in the source code file , Remove comments , Blank line , For the output ?
- python call cmd And return the result ?
- Bubble sort
- 1,2,3,4 this 4 A digital , How many different and non repetitive three digits can be formed , How many are they ?
- Please use python Print out 10000 Symmetric number within ( Characteristics of symmetric numbers : The numbers are symmetrical , Such as :1,2,11,121,1221 etc. )
- Given an integer N, And a 0-9 Number of numbers K, Ask to return 0-N Middle number K Number of occurrences
- Judge 101-200 How many primes are there between , And output all prime numbers
- A function that inputs a triangle , Whether the input and output can form a triangle , Triangle type , Please use equivalent class - Partition method to design test cases
- …

MySQL
- You used it Mysql Which engine is it , What's the difference between engines ?
- How to optimize query commands ?
- Database optimization ?
- Sql How is injection produced “ raw , How to prevent ?
- NoSQL The difference with relational database ?
- MySQL And MongoDB What is the most basic difference between essence
- Mysql How to realize paging in database ?
- Mysql Operation of database ?
- Optimize the database ? Improve database performance ?
- What is data integrity ?
- …

Web
- Web Testing and app Test differences ?
- WEB Test environment construction and test methods
- WEB Test tutorial
- WEB Test points and basic methods
- Web Test page summary
- …

The interface test
- What is an interface
- If the module requests http Change it to https, How the test plan should be developed , modify ?
- Commonly used HTTP Protocol debugging agent I With what ? Detailed description of grab HTTPS Protocol setting process ?
- describe TCP/IP The hierarchy of protocols , And every - Important protocols in layer
- jmeter, The response result of an interface is as follows :
- How to clean up the garbage data generated by the interface
- How to deal with interfaces that rely on third parties
- Where do you put the test data ?
- What is data driven , How to parameterize ?
- …

Performance testing
- What do you think the purpose of performance testing is ? What is the key to performance testing ?
- What are the perspectives of server performance analysis ?
- How to understand stress testing , Negative cutting test and performance test ?
- How to judge whether there is a memory leak and the indicators concerned ?
- Describe the software product “ Causes of memory leakage and inspection methods .( Can combine - A development language to describe )
- Briefly describe what value passing is , What is address passing , What's the difference between the two ?
- What are system bottlenecks ?
- …

selenium
- How to build an automated testing framework ?
- How to design automated test cases :
- webdriver How to open and exit a browser ?
- What is automated testing framework ?
- Selenium What is it? , What are the popular versions ?
- How do you start from the command line Selenium RC?
- On my machine port 4444 It's not free . How can I use another port ?
- What is? Selenium Server, It is associated with Selenium Hub What's the difference ?
- How do you learn from it Selenium Connect to database ?
- How do you verify that an object exists on multiple pages ?
- XPath What's the difference between using single slashes and double slashes in ?
- How to write SeleniumIDE/ RC User extensions for ?
- How to verify the existence of elements after the page is loaded successfully ?
- You are right about Selenium Grid What do you know about ? What functions does it provide ?
- How to learn from your Java Class start-up Selenium The server ?
- Selenium What are the verification points in ?
- What is? XPath? When should it be in Selenium Use in XPath?
- …

Computers and networks
- A computer's IP yes 192.168.10.71 Subnet mask 255.255.255.64 And 192.168.10.201 …
- Please briefly DNS、 Active directory 、 The concept of domain .
- 10M What does megabroadband mean ? What is the theoretical download speed ?
- What is? IP Address ?
- OSI Division of seven layer network model ?
- TCP and UDP What's the difference ?
- HTTP Which layer of protocol does it belong to ?
- HTTP and HTTPS The difference between ?
- cookies and session The difference between ?
- HTTP Of get Request and post Differences in requests ?
- HTTP1.0 and HTTP1.1 What's the difference?
- TCP The connection establishment process of , And the disconnection process ?
- Client side usage DHCP obtain IP The process of ?
- Write the network address and broadcast address of a network segment ?
- …


human resources
- What is your testing career development ? What do you think are the advantages of testing ?
- When you're looking for a job , What is the most important consideration ?
- Why should we admit you ?
- Please talk about your personal biggest feature .
- What qualities and skills should a test engineer possess ?
- And how do you guarantee the quality of software , In other words, how do you think you can maximize the software quality ?
- Why do you choose testing ?
- If I hire you , What contribution can you make to the Department ?
- …

How to get documents :
This document , For those who want to engage in 【 software test 】 For our friends, it should be the most comprehensive and complete war preparation warehouse , This warehouse also accompanied me through the most difficult journey , I hope it can help you ! All the above can be shared , Just click below to enter the group .
边栏推荐
- AspNetCoreRateLimit 速率限制 接口访问限制 限流控制
- Iso8191 test is mentioned in as 3744.1. Are the two tests the same?
- 利用ELK 搭建日志分析系统(一)—— 组件介绍
- 有大佬出现过mysql cdc用 datastream时,出现重复binlog消息的情况吗
- Another option for ERP upgrade, MES system
- Uncover the mystery of SSL and learn how to protect data with SSL
- Tiktok actual battle ~ take off the blogger
- 05 mongodb summary of various column operations
- 仅用递归函数和栈操作逆序一个栈
- Two methods of shell script parameter passing based on arm5718
猜你喜欢

MSc 307 (88) (2010 FTPC code) Part 2 smoke and toxicity test

Pinda general permission system (day 5~day 6)

【小程序实战系列】电商平台源码及功能实现

Reading notes of top performance version 2 (II) -- CPU monitoring

抖音实战~关注博主

品达通用权限系统(Day 5~Day 6)

Web3来临时的风口浪尖

阿里P8倾情推荐,Fiddler抓包工具实战篇(一)

2021 year end summary and 2022 outlook

《性能之巅第2版》阅读笔记(二)--性能观察工具
随机推荐
Tiktok practice ~ pay attention to bloggers
Market competitiveness of robot programming education
MSc 307 (88) (2010 FTPC code) Part 5 low flame spread test
等保2.0密码要求是什么?法律依据有哪些?
@Several scenarios of transactional failure
Password encryption MD5 and salt treatment
Learning notes of digital circuit (II)
TFTLCD display experiment of mini plate based on punctual atom stm32
What is the level 3 password complexity of ISO? How often is it replaced?
Go语言学习教程(十四)
内卷、躺平与中年危机的相关思考
AspNetCoreRateLimit 速率限制 接口访问限制 限流控制
From meeting a big guy to becoming a big guy, shengteng AI developer creation day brings infinite possibilities to developers
AS 3744.1标准中提及ISO8191测试,两者测试一样吗?
Analyse complète annuelle du marché chinois de l'audio en 2022
抖音实战~关注博主
Meichuang was selected into the list of "2022 CCIA top 50 Chinese network security competitiveness"
Resolve cross domain
使用tensorboard进行loss可视化
In the era of video explosion, who is supporting the high-speed operation of video ecological network?