当前位置:网站首页>Slapped in the face: there are so many testers in a certain department of byte
Slapped in the face: there are so many testers in a certain department of byte
2022-08-05 03:19:00 【jinbuer】
Table of Contents
So what are the test students in the byte department doing?
Foreword
I have said some personal opinions before, to the effect that some departments of Byte are promoting de-testing. At that time, some students left a message saying that there are actually many students who tested in some departments of Byte. As expected, I followed a letter yesterday.The candidate chatted with the festival, and the candidate said that in his department, there are indeed many test students.
He said that his department's tests are mainly composed of two types of students, namely formal and outsourced. The ratio of formal employees to outsourcing is 1:2, and the entire department has a test scale of several hundred people.
Due to time constraints, I didn't know whether all these hundreds of employees were regular employees or outsourced employees, and I didn't know how many employees there were in their department, but from the perspective of a single product, these hundreds of employeesis still relatively large.
Combining this information, we can know that the de-testing progress of large companies is not uniform for the entire company. Some departments may be more aggressive, while others are conservative. The number of testing students is large, but it may be mainly outsourcing.For example, many years ago, the number of testers in the mobile QQ team was very large, but the number of formal employees was actually limited. Most of the functional tests were outsourced to students, and Huawei was similar.
So what are the test students in the byte department doing?
Candidates indicated to explore in 4 areas.
- Quality dimension.Responsible for product quality assurance, everyone is familiar with this;
- Security dimension.Responsible for product safety testing and various safety constructions. In fact, the candidate also said that the safety here may not be accurate enough. In fact, it should be a variety of special dimensions, such as performance stability and the like, and will not be limited to safety;
- Experience dimension.Here is the most interesting, we can think about it, what are the factors that affect the user experience?Is it the opening speed of the application, the accuracy of the content pushed to you, etc.?The experience here is to quantify the indicators that can affect the user experience, and then continuously monitor the indicators to ensure that the value of the indicators continues to meet the standards; for example, continuously monitor the app crash rate, once it exceeds a certain threshold, an alarm is issued, and then emergency positioning and repair;
- Efficiency dimension.Improve testing efficiency through tools or other activities.This can be understood as the part of partial test development, such as developing test tools to improve the efficiency of automated regression;
So to sum up, the keywords of the test students in the byte department are actually: quality + special projects + experience + efficiency, there are actually a lot of activities on the quality side that outsourced students can undertake, other parts are more professional, and it may be better to do team building by yourself.
In short, different departments of the same company may have different attitudes towards testing. The de-testing of Tencent discussed earlier is also a bg of Tencent, which may not necessarily be the behavior of the entire company.
In addition, de-testing does not mean that no testing is required at all, but that some necessary testing work before is done in some lower-cost ways, such as outsourcing.In addition, improving test efficiency, on the other hand, is reducing the cost of testing. Does it feel a bit rolled up?Want to reverse the involution?Byte's test classmates actually provided us with a good idea, which is to change the track.At present, there are 4 tracks in the byte test, and in addition to the quality track, the other tracks are actually very professional, so maybe in the future, the test will be more and more detailed and professional.The stronger it is, the more tracks there are.Being a specialist on a certain track or a generalist on most tracks is a good way to reverse involution.
Conclusion
This post ends here. Finally, I hope that friends who read this post can gain something.
Welcome to leave a message, or follow my column to communicate with me.
边栏推荐
- Cybersecurity and the Metaverse: Identifying Weak Links
- 2022-08-04 第六小组 瞒春 学习笔记
- 腾讯云【Hiflow】新时代自动化工具
- leetcode - symmetric binary tree
- Solve the problem of port occupancy Port xxxx was already in use
- 沃谈小知识 |“远程透传”那点事儿
- Why did they choose to fall in love with AI?
- From "useable" to "easy to use", domestic software is self-controllable and continues to advance
- undo problem
- Everyone in China said data, you need to focus on core characteristic is what?
猜你喜欢
21天学习挑战赛(2)图解设备树的使用
【七夕节】浪漫七夕,代码传情。将爱意变成绚烂的立体场景,给她(他)一个惊喜!(送代码)
运维监控系统之Open-Falcon
2022-08-04 The sixth group, hidden from spring, study notes
In 2022, you still can't "low code"?Data science can also play with Low-Code!
The linear table lookup
MRTK3开发Hololens应用-手势拖拽、旋转 、缩放物体实现
[Qixi Festival] Romantic Tanabata, code teaser.Turn love into a gorgeous three-dimensional scene and surprise her (him)!(send code)
今年七夕,「情蔬」比礼物更有爱
【滤波跟踪】基于matlab无迹卡尔曼滤波惯性导航+DVL组合导航【含Matlab源码 2019期】
随机推荐
Why is the pca component not associated
Talking about data security governance and privacy computing
Hash table lookup (hash table)
dmp (dump) dump file
In 2022, you still can't "low code"?Data science can also play with Low-Code!
调用阿里云oss和sms服务
软链接引发的物理备份问题
One hundred - day plan -- -- DAY2 brush
The Tanabata copywriting you want has been sorted out for you!
Programmer's Tanabata Romantic Moment
Common open source databases under Linux, how many do you know?
burp安装及代理设置
Thinking (88): Use protobuf custom options for multi-version management of data
2022 High-level installation, maintenance, and removal of exam questions mock exam question bank and online mock exam
presto启动成功后出现2022-08-04T17:50:58.296+0800 ERROR Announcer-3 io.airlift.discovery.client.Announcer
public static <T> List<T> asList(T... a) 原型是怎么回事?
Open Source License Description LGPL
Data storage practice based on left-order traversal
How to Add Category-Specific Widgets in WordPress
通过模拟Vite一起深入其工作原理