After 5 years of outsourcing, I went ashore at the end of the year. I advise everyone not to go...

Some tester friends asked me when they were looking for a job, or asked me online if there was an offer from an outsourcing company, should I go to an outsourcing company? Here I will talk about this issue based on my own experience and the situation of some friends around me. First of all, I have stayed in two outsourcing companies, and many friends around me work in outsourcing companies. So I just try to analyze this issue objectively, without any discrimination or belittling.

First, let me talk about the five characteristics of outsourcing companies:

First

Outsourcing companies are under a lot of pressure. As the name suggests, outsourcing is to do projects exclusively for Party A’s company, and charges are based on projects. Then, the more projects that need to be done per unit time, the better the performance of the company, so the only way to shorten the project cycle is through longer working hours. The most outrageous project evaluation time I ever encountered was 120 working days. As a result, the leaders shortened it to 15 days by holding meetings and discussions. As you can imagine, it is impossible to complete without overtime, and the so-called overtime wages can be imagined Normal hourly wages are not possible. And many companies only record overtime work after 7 or 8 pm. Some even only have meal allowances. They work overtime until midnight, and the money for a meal is spent.

second

There is only so much that outsourcing companies can learn. First of all, because they are all continuous projects, it is difficult to fine-tune a project, and the time does not allow it. Secondly, due to years of outsourcing projects, most companies have their own set of processes or have already packaged a set of frameworks. It is impossible and impossible to get in touch with the process of building a project step by step from scratch. In this way, in the long run, you may only know what you use, but not why you use it.

third

Outsourcing companies are unstable. Because outsourcing companies make a living by receiving projects, if the benefits are not good, outsourcing will have a release mechanism. That is, when the project in your hand is finished and there is no new project to assign to you, you may be released. At this time, you may only have a basic salary. I have met many brothers who were released and had to leave.

fourth

Outsourcing company wages are low. Don’t worry about this, because what is the significance of outsourcing? In most cases, it is too cost-effective to use the team of Party A’s company to complete some things. To put it bluntly, they need to do more technical things. Assign some relatively less important projects to outsourcing companies. If the cost of outsourcing is higher than that of Party A, then what is the point of finding outsourcing. Of course, there are also some start-up companies that seek outsourcing because they do not have a technical team.

fifth

There is some discrimination among employees of outsourcing companies in some HR circles, although it is rare to see recruitment notices stating that they do not want to outsource employees. But I did hear that some hrs did not like candidates from outsourcing companies, both openly and secretly. In fact, it's not just in the HR circle. Last year, the incident between a certain employee and a certain outsourced employee caused a lot of trouble on the Internet.

Summarize

Based on these points, I suggest that you try not to choose an outsourcing company if conditions permit. But it does not mean that outsourcing companies are useless, because outsourcing companies rely on receiving projects for a living. Usually, most of the costs can be basically recovered after project acceptance. Failures are also relatively rare.

Next, I want to share some of my generalizations and conclusions about technology over the years, and share my notes on the skills that a software test engineer needs to master. I hope it can help friends who are determined to go all the way on the road of technology. !

Let me share the 2023 software testing interview collection that I compiled, which may be the most complete (show some screenshots, if you need a full version of the pdf document, you can download it at the end of the article).

The first part, test theory (test basics + requirements analysis + test model + test plan + test strategy + test cases, etc.) The second part,
Linux (Linux basics + Linux exercises)
The third part, MySQL (basic knowledge + query exercises +Summary of classic interview questions of Wannian student table + real questions of database enterprises)
Part 4, Web Testing
Part 5, API Testing
Part 6, App Testing
Part 7, Management Tools
Part 8, Python Basics (Python Basics + Programming Questions +Collections+functions+Python features, etc.)
Part 9, Selenium-related
Part 10, Performance Testing
Part 11, LordRunner-related
Part 12, Computer Networks
Part 13, Composition Principles
Part 14, Data Structures and Algorithms
Part 15, Logical Problems
Part 16, Human Resources

Basics of Software Testing

  • What are the steps of software testing?
  • How to record test script?
  • Test methods that should be considered for how to test
  • How to estimate the testing effort?
  • The problem with test design
  • When an error occurs during the testing process, what are the solutions?
  • Problems with test execution
  • Goals of Test Evaluation
  • How to improve the test?
  • Advantages and disadvantages of C/S mode
  • Advantages and disadvantages of B/S mode

insert image description here

Linux

  • What is the difference between grep and find? What are the uses of grep?
  • View IP address?
  • Create and delete a multilevel directory?
  • Find the haha.txt file in the current user's home directory?
  • How to query the tomcat process and kill the process, and write linux commands?
  • View log files dynamically?
  • Command to view system hard disk space?
  • View all ports of the current machine listen?

insert image description here

Python

  • Count the number of lines of code in the python source code file, remove comments, blank lines, and output?
  • Python calls cmd and returns the result?
  • Bubble Sort
  • How many different and non-repeating three-digit numbers can be composed of the four numbers 1, 2, 3, and 4?
  • Please use python to print out symmetric numbers within 10000 (symmetry number characteristics: numbers are symmetrical left and right, such as: 1, 2, 11, 121, 1221, etc.)
  • Given an integer N and a number K of 0-9, it is required to return the number of occurrences of the number K in 0-N
  • Determine how many prime numbers there are between 101-200, and output all prime numbers
  • A function that inputs a triangle, whether the output can form a triangle after input, and the type of triangle, please use the equivalence class-partition method to design a test case

  • insert image description here

MySQL

  • Which Mysql engine do you use, and what are the differences between each engine?
  • How to optimize the query command?
  • Database optimization?
  • How does Sql injection occur and how to prevent it?
  • What is the difference between NoSQL and relational databases?
  • What is the most basic difference between the essence of MySQL and MongoDB
  • How to implement paging in Mysql database?
  • Operation of Mysql database?
  • Optimizing the database? Improving the performance of the database?
  • What is data integrity?

  • insert image description here

Web

  • What is the difference between web testing and app testing?
  • WEB test environment construction and test method
  • WEB Testing Tutorial
  • Key points and basic methods of WEB testing
  • Web test page summary

  • insert image description here

interface test

  • what is an interface
  • If the module requests http to https, how should the test plan be formulated and modified?
  • What does the commonly used HTTP protocol debugging agent I have? Explain in detail the setting process of capturing the HTTPS protocol?
  • Describe the hierarchical structure of the TCP/IP protocol and the important protocols in each 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 reliance on third-party interfaces
  • Where do you put the test data?
  • What is data-driven and how to parameterize it?

  • insert image description here

Performance Testing

  • What do you think is the purpose of performance testing? What is the key to doing a good job in performance testing?
  • From what angles are server-side performance analysis performed?
  • How to understand stress testing, negative testing and performance testing?
  • How to judge whether there is a memory leak and the indicators of concern?
  • Describe the causes of memory leaks in the software and how to check them. (It can be described in combination with a development language)
  • Briefly describe what is value transfer, what is address transfer, and what is the difference between the two?
  • What is a system bottleneck?

  • insert image description here

selenium

  • How to build an automated testing framework?
  • How to design automated test cases:
  • How does webdriver open and exit a browser?
  • What is an automated testing framework?
  • What is Selenium and what are the popular versions?
  • How do you start Selenium RC from the command line?
  • On my machine port 4444 is not free. How can I use another port?
  • What is Selenium Server and how is it different from Selenium Hub?
  • How do you connect to the database from Selenium?
  • How do you verify that an object exists on multiple pages?
  • What is the difference between using single and double slashes in XPath?
  • How to write user extensions for SeleniumIDE/RC?
  • How to verify the existence of an element after the page loads successfully?
  • What do you know about Selenium Grid? What features does it provide?
  • How to start Selenium server from your Java Class?
  • What are the verification points in Selenium?
  • What is XPath? When should I use XPath in Selenium?

  • insert image description here

Computers and Networks

  • A computer with IP 192.168.10.71 subnet mask 255.255.255.64 with 192.168.10.201...
  • Please briefly describe the concepts of DNS, active directory, and domain.
  • What does 10M broadband mean? What is the theoretical download speed?
  • What is an IP address?
  • What are the seven layers of the OSI network model?
  • What is the difference between TCP and UDP?
  • Which protocol layer does HTTP belong to?
  • What is the difference between HTTP and HTTPS?
  • What is the difference between cookies and sessions?
  • What is the difference between an HTTP get request and a post request?
  • What is the difference between HTTP1.0 and HTTP1.1
  • TCP connection establishment process, and disconnection process?
  • The process of the client using DHCP to obtain an IP?
  • Write down the network address and broadcast address of a network segment?

  • insert image description here
    insert image description here

human Resources

  • What is your testing career progression? What do you think are the advantages of doing testing?
  • When you are looking for a job, what is the most important consideration?
  • Why should we admit you?
  • Please tell us about your personal best feature.
  • What qualities and skills should a test engineer possess?
  • Also, how do you ensure the quality of the software, that is to say, how do you think the quality of the software can be guaranteed to the greatest extent?
  • Why did you choose to test this line?
  • If I hire you, what contribution can you bring to the department?

  • insert image description here

at last

The entire document has a total of nearly 200 pages. It is definitely unrealistic to show you all. In order not to affect your reading experience, only part of the content is shown. I hope you will understand and hope to help you review before the interview and Find a good job, and save everyone's time searching for information on the Internet to learn!

insert image description here

Guess you like

Origin blog.csdn.net/weixin_56331124/article/details/131095366