字节跳动资深测试开发工程师-国际支付(金融渠道方向)
社招全职5年以上S8018地点:上海状态:招聘
任职要求
1、计算机本科以上相关专业及5年以上工作经验,有大型软件项目或互联网软件研发经验; 2、扎实的编程能力和数据结构知识,熟练掌握Java/C++/C#/Python/Go中的至少一门语言,具备API自动化测试经验,有分布式系统测试的经验的同学优先考虑; 3、深入了解支付行业,有海外金融渠道集成经验者优先,有国际支付中台质量保障经验者优先; 4、熟悉MySQL/SQL Server/PostgreSQL/Oracle中的至少一种数据库; 5、了解软件测试的行业动态,熟悉常见的软件测试方法论。对设计模式、微服务架构等有深入的了解; 6、具备良好的团队合作精神,有国际化团队合作的经验优先,有与第三方合作工作经验的优先; 7、英语流利、有海外学习工作经验者优先。
工作职责
1、深度参与字节国际支付的全球化战略,为国际支付中台做质量保证; 2、主导支付中台业务及技术类项目的测试分析与设计工作,承担自动化用例代码编写职责; 3、参与支付中台产品系统架构建设和规划,进行风险和资金专项评估,解决设计的可测性及保障系统的稳定性; 4、参与代码评审,参与生产环境的故障应急、排查和修复; 5、进行测试工具、测试技术、测试平台、产品研发测试过程等方面的创新,提升测试效率。
包括英文材料
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
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.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
C#+
https://learn.microsoft.com/en-us/dotnet/csharp/
The C# guide contains articles, tutorials, and code samples to help you get started with C# and the .NET platform.
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.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
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.
SQL Server+
[英文] SQL Server Tutorial
https://www.sqlservertutorial.net/
If you are looking for an easy, fast, and efficient way to master SQL Server, you are in the right place.
https://www.youtube.com/watch?v=voTZUMw23pg
PostgreSQL+
[英文] PostgreSQL Tutorial
https://neon.com/postgresql/tutorial
This PostgreSQL tutorial helps you quickly understand PostgreSQL.
[英文] PostgreSQL Tutorial
https://www.pgtutorial.com/
This PostgreSQL tutorial will teach you about PostgreSQL from beginner to advanced.
https://www.youtube.com/watch?v=qw--VYLpxG4
It is the most advanced open source database system widely used to build back-end systems.
https://www.youtube.com/watch?v=SpfIwlAYaKk
Learn PostgreSQL, one of the world's most advanced and robust open-source relational database systems.
Oracle+
[英文] Oracle Tutorial
https://www.oracletutorial.com/
On this website, you can learn Oracle Database fast and easily.
https://www.youtube.com/watch?v=QHYuuXPdQNM&list=PL_c9BZzLwBRJ8f9-pSPbxSSG6lNgxQ4m9
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
相关职位
社招3年以上技术
滴滴出行国际化金融测试团队,负责支付业务质量保障 1、负责国际化支付系统的测试工作,制定高效合理的测试方案 2、参与国际化支付质量保障体系的构建和实践,通过前瞻性的能力、机制建设, 降低业务质量风险 3、识别测试痛点、难点以及质量风险点 ,主导质量专项建设,整体提升质量和效率 4、参与前线调研,负责前线业务对接,打通国际前线和质量团队信息渠道,消灭认知GAP、赋能国际金融业务
更新于 2025-09-30
社招5年以上技术
滴滴出行国际化金融测试团队,负责核心业务质量保障,包括支付、风控、现金贷、信用卡等业务,团队技术导向,紧跟公司业务,质量保障能力处在行业前沿水平。 1、负责国际化支付系统的核心链路测试架构工作; 2、负责金融域内质量保障体系的构建和实践; 3、参与前线调研,负责前线业务对接,打通国际前线和质量Team信息渠道,消灭认知GAP、赋能国际金融业务 4、通过前瞻性的能力、机制建设, 规避业务质量风险;
更新于 2025-04-22
社招5年以上技术
滴滴出行国际化金融测试团队,负责核心业务质量保障,团队技术导向,紧跟公司业务,质量保障能力处在行业前沿水平。 1、负责国际化支付系统的核心链路测试架构工作; 2、负责金融域内质量保障体系的构建和实践; 3、参与前线调研,负责前线业务对接,打通国际前线和质量Team信息渠道,消灭认知GAP、赋能国际金融业务 4、通过前瞻性的能力、机制建设, 规避业务质量风险;
更新于 2025-04-18