
有赞测试开发工程师
社招全职地点:杭州状态:招聘
任职要求
1. 精通 Java 编程语言,同时熟悉至少一种脚本语言(如 Python、Shell、Perl),具备扎实的编程基础和良好的代码规范。 2. 熟练掌握 MySQL 数据库,能够灵活运用数据库知识进行测试工作。 3. 熟悉主流互联网技术应用设计的中间件,如消息队列 Kafka、分布式缓存 Redis 、服务治理框架 Dubbo 等,了解其原理并能在测试工作中合理运用。 4. 掌握大数据技术,熟悉 Elasticsearch(ES)、ClickHouse(CK)等大数据存储与检索工具,能够进行数据查询、分析以及相关测试工作。 5. 拥有大型复杂系统的质量保障经验,在自动化测试、性能测试、兼容性测试、稳定性测试等领域经验丰富。 6. 具备出色的团队沟通协作能力和强大的拿结果能力,能够在团队中有效发挥作用,推动项目进展。 7. 有电商行业经验者优先考虑;若有 AI 测试相关实践则更优,需熟悉以下 AI 测试技术要点: 1. 大语言模型(LLM):了解主流 LLM 如 ChatGPT、通义千问等在测试场景中的应用,能够利用其进行测试用例生成、缺陷分析等工作。 2. 自然语言处理(NLP)技术:掌握 NLP 技术在测试中的应用,例如基于语义理解的测试输入生成、测试结果分析等。 3. 机器学习算法:熟悉常见机器学习算法,如决策树、神经网络等,可用于构建智能测试模型,实现自动化的测试执行和结果评估。 4. 计算机视觉技术:若涉及图像或视频相关产品测试,需掌握计算机视觉技术在测试中的应用,如图像识别、视频内容分析等,以确保视觉相关功能的准确性和稳定性。
工作职责
1. 深度参与所属业务的测试工作,依据有赞质量保证规范,开展后端、前端、移动端的功能测试、白盒测试以及自动化开发工作,全方位保障交付产品的正确性、可用性与稳定性。 2. 全程参与产品测试全流程,包括需求分析、设计评审,精确制定测试计划并科学评估风险。针对所负责系统,精心策划并推进测试策略、计划与方法,熟练撰写接口测试脚本。 3. 主导产品的自动化测试、性能测试、稳定性测试、兼容性测试以及安全测试,为产品质量筑牢坚实防线。 4. 敏锐洞察并分析现有平台存在的质量风险与效率问题,精心规划并输出切实可行的解决方案及平台工具。
包括英文材料
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
Perl+
https://www.perl.org/learn.html
Useful links if you are interested in learning Perl
https://www.runoob.com/perl/perl-tutorial.html
本教程适合想从零开始学习 Perl 编程语言的开发人员。当然本教程也会对一些模块进行深入,让你更好的了解 Perl 的应用。
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
大数据+
https://www.youtube.com/watch?v=bAyrObl7TYE
https://www.youtube.com/watch?v=H4bf_uuMC-g
With all this talk of Big Data, we got Rebecca Tickle to explain just what makes data into Big Data.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
ClickHouse+
[英文] Advanced Tutorial
https://clickhouse.com/docs/tutorial
Learn how to ingest and query data in ClickHouse using the New York City taxi example dataset.
https://www.youtube.com/watch?v=FtoWGT7kS-c
ClickHouse is an open-source column-oriented DBMS for online analytical processing that allows users to generate analytical reports using SQL queries in real-time.
https://www.youtube.com/watch?v=Rhe-kUyrFUE&list=PL0Z2YDlm0b3gcY5R_MUo4fT5bPqUQ66ep
大模型+
https://www.youtube.com/watch?v=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
NLP+
https://www.youtube.com/watch?v=fNxaJsNG3-s&list=PLQY2H8rRoyvzDbLUZkbudP-MFQZwNmU4S
Welcome to Zero to Hero for Natural Language Processing using TensorFlow!
https://www.youtube.com/watch?v=R-AG4-qZs1A&list=PLeo1K3hjS3uuvuAXhYjV2lMEShq2UYSwX
Natural Language Processing tutorial for beginners series in Python.
https://www.youtube.com/watch?v=rmVRLeJRkl4&list=PLoROMvodv4rMFqRtEuo6SGjY4XbRIVRd4
The foundations of the effective modern methods for deep learning applied to NLP.
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
OpenCV+
https://learnopencv.com/getting-started-with-opencv/
At LearnOpenCV we are on a mission to educate the global workforce in computer vision and AI.
https://opencv.org/university/free-opencv-course/
This free OpenCV course will teach you how to manipulate images and videos, and detect objects and faces, among other exciting topics in just about 3 hours.
相关职位
社招策略部署岗
1.负责京东金条/白条等产品的风控策略全流程开发,涵盖策略配置、数据加工、接口联调及测试验证; 2.建立策略效果监控体系,完成日常预警配置及核心业务指标分析,保障风控系统稳定运行; 3.主导策略全生命周期管理,按时交付高质量风控方案并持续迭代优化。
更新于 2025-06-16
社招5年以上测试开发岗
1.负责七鲜、拼拼需求全链路质量保障,包含需求分析、测试方案设计、测试执行及线上问题管控; 2.运用自动化、流水线等技术手段提升测试效率并通过流程机制、协同推动等举措提升研发效能; 3.负责核心系统性能测试脚本优化、开发、执行。
更新于 2025-06-15
社招3-10年测试开发岗
1、负责测试开发工作,基于深入的业务理解,进行测试流程优化与自动化测试工具的开发,以提高产品质量及发布效率; 2、根据产品特性,设计并实施测试策略和计划,保证软件质量满足业务需求,降低潜在风险; 3、研究并引入先进的测试方法和工具,提升测试效率,推动团队技术能力的提升; 4、与项目团队紧密配合,通过有效的沟通确保测试活动与项目进度同步,达成项目质量目标; 5、对测试过程中发现的问题进行深入分析,提出改进建议,协助开发团队优化产品架构和代码质量; 6、持续总结测试经验,构建知识库,促进团队间的知识共享和技能提升。
更新于 2025-06-09