当前位置:网站首页>The Department came to a Post-00 test paper king who took out 25K. The veteran said it was really dry, but it had been
The Department came to a Post-00 test paper king who took out 25K. The veteran said it was really dry, but it had been
2022-07-01 16:04:00 【TEST_ Two black】
The source of the inner volume
The earliest in the volume “ Source ” It's a few pictures of Xueba from famous schools .

College students have made a lot of friends “ Internal volume ” The picture is like this : Some people read books on bicycles , Some people's dormitory beds are covered with piles of books , Some people even write papers with computers on their bikes . These pictures were first circulated among Xueba of Tsinghua University and Peking University . after ,“ Watch the computer while riding a bike ” Of “ Tsinghua roll King ” And other popular words on the hot search , The related emoticon package has also appeared in many college students' social software . So this is the new student now 00 The reason why the back door is excellent !!! But when you get old, you really can't afford to toss and turn , You can't go to bed late and get up early , I can't eat and still hold my mobile phone after work , As soon as I get off work, I just want to take a comfortable bath and sleep .
Why does introversion exist in the test circle ?
With IT The Internet is becoming more and more popular , A large number of fresh students choose to enter after graduation IT circle , There are also another group of workers who change careers for high salary and welfare benefits IT industry , More and more people are pouring into the army of programmers . Coupled with the popularity of the Internet industry , Spawned a large number of programmer jobs , The threshold is lower and lower than before , Especially with the framework of programming , tools , The requirements for programmers are not so high . Programming technology is no longer hard to reach , The entry threshold is no longer unattainable . The lowering of the threshold means more and more newcomers to us , If you don't make a breakthrough in technology , Then you will inevitably fall into a situation of high involution .
therefore , Many junior and intermediate test engineers are looking for a breakthrough , Hope to break through to senior and even architecture level , Become a scarce talent in the market ; Or hope to enter a big factory , Can accept more formal and systematic vocational training , Handle larger and more complex projects , Contact more and better colleagues and partners .
But it's not an easy thing , There is no curriculum system for the test class , Many test engineers learn a little here , Learn a little there , Not a special system , This leads to their weak technical foundation , I don't know what big factories really want , In addition, their growth environment is far inferior to that of big factories , Want to grow on your own 、 Breaking through a dilemma is like finding a way in the fog , The difficulties , It's also easy to give up halfway .
Only by constantly improving yourself , In order to stand out in the harsh environment
I think you all know the status quo of your career , There's no way to change careers , We can only find a way to change ourselves . Self examination , Continuous learning , Plan well , With 10~20 Based on years of career , Save against a rainy day . Don't wait for 40 I'm still interviewing for my resume , Waiting for rice to cook at home , That's too passive .
In order to help programmers change jobs and 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 ?
…
According to this learning architecture route , Constantly explore and improve , Break through the bottleneck of technology , so to speak , It's a process that's going to kill you , But as long as you get through it . Life will be much easier in the future . It's just that it's hard at the beginning , Just take the first step , You're halfway there , When we look back on this journey after it's finished , You're bound to feel a lot . I've come a long way , To get more high paying jobs , It pays off , It can also be regarded as a recognition of my ability , Really proved their value . At least after tax 30+ My salary is satisfactory in my current state .
These materials , And the interview question resources above , For friends who do software testing, 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 ! Everything should be done as soon as possible , Especially in the technology industry , We must improve our technical skills . I hope that's helpful …….
I wish everyone can get the heart offer~~
边栏推荐
- 使用腾讯云搭建图床服务
- TensorFlow團隊:我們沒被拋弃
- Redis seckill demo
- [PHP graduation design] design and implementation of textbook management system based on php+mysql+apache (graduation thesis + program source code) -- textbook management system
- Telecommuting experience? Let's introduce ourselves ~ | community essay solicitation
- MySQL的零拷贝技术
- Deep operator overloading (2)
- AVL 平衡二叉搜索树
- 【IDM】IDM下载器安装
- IM即时通讯开发实现心跳保活遇到的问题
猜你喜欢

Comment win11 définit - il les permissions de l'utilisateur? Win11 comment définir les permissions de l'utilisateur
![[open source data] open source data set for cross modal (MRI, Meg, eye movement) human spatial memory research based on virtual reality scenes](/img/73/98e4847783be26d86d147425ce3ecd.jpg)
[open source data] open source data set for cross modal (MRI, Meg, eye movement) human spatial memory research based on virtual reality scenes

马来西亚《星报》:在WTO MC12 孙宇晨仍在坚持数字经济梦想

AVL 平衡二叉搜索树

大龄测试/开发程序员该何去何从?是否会被时代抛弃?

ATSs: automatically select samples to eliminate the difference between anchor based and anchor free object detection methods

【LeetCode】43. String multiplication

有些能力,是工作中学不来的,看看这篇超过90%同行

Malaysia's Star: Sun Yuchen is still adhering to the dream of digital economy in WTO MC12

揭秘慕思“智商税”:狂砸40亿搞营销,发明专利仅7项
随机推荐
When ABAP screen switching, refresh the previous screen
HR interview: the most common interview questions and technical answers
【每日一题】1175. 质数排列
Vscode find and replace the data of all files in a folder
2022-07-01日报:谷歌新研究:Minerva,用语言模型解决定量推理问题
2022 Moonriver全球黑客松优胜项目名单
Seata中1.5.1 是否支持mysql8?
Programming examples of stm32f1 and stm32subeide - production melody of PWM driven buzzer
周少剑,很少见
基于PHP的轻量企业销售管理系统
Hardware development notes (9): basic process of hardware development, making a USB to RS232 module (8): create asm1117-3.3v package library and associate principle graphic devices
远程办公经验?来一场自问自答的介绍吧~ | 社区征文
[video memory optimization] deep learning video memory optimization method
ABAP call restful API
Thinkphp内核工单系统源码商业开源版 多用户+多客服+短信+邮件通知
C#/VB.NET 合并PDF文档
七夕表白攻略:教你用自己的专业说情话,成功率100%,我只能帮你们到这里了啊~(程序员系列)
大龄测试/开发程序员该何去何从?是否会被时代抛弃?
[200 opencv routines] 216 Draw polylines and polygons
普通二本,去过阿里外包,到现在年薪40W+的高级测试工程师,我的两年转行心酸经历...