|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/master-zerocode-testing-framework-from-zero-to-hero/
课程评论:没有评论
课程名称:Zerocode测试自动化框架 - 从零到英雄 课程概述:测试自动化是一项复杂且耗时的工作。为了测试应用程序的不同部分,通常需要使用多种工具,而编写代码既耗时又容易出错。本课程将教授Zerocode测试自动化框架,以实现高效、无痛的测试。该框架通过两种主要方式简化了测试过程:支持对多个应用程序部分的测试(如REST/SOAP API、数据库、Apache Kafka等)以及采用声明式的测试风格,使我们无需编写实际的测试代码。Zerocode框架在自动化测试人员和开发人员中越来越受欢迎,数千人每天都在使用。 在本课程中,您将学习: - REST API 测试 - SOAP 测试 - 安全测试 - 数据库测试 - 负载测试(可扩展到其他类型的性能测试) - Apache Kafka(生产者/消费者)测试 我尽量以简洁易懂的方式进行讲解,结合幻灯片和实际示例,以便您获得最大价值。在每个部分中,我还将展示框架源代码的相关部分,以帮助您深入理解内部运作原理。 课程结构:每个主题都有独立的章节。第二章是个例外,其中主要讲解REST/SOAP API测试,同时也介绍了安全测试。我强烈推荐您认真学习这一部分,因为许多框架的基本概念也在其中讨论。 先决条件:Zerocode框架是用Java编写的,因此您需要具备基本的Java知识。每个章节都有自己的先决条件,详细说明请参见第一章的先决条件视频。 获取源代码:源代码将发布在我提供的Github仓库中,您也可以在每个章节后获得方便使用的源代码。
Test Automation is hard, time-consuming. You need to use many tools to test different parts of the applications. Writing code takes so much time and it's very error-prone. Learn Zerocode test automation framework for pain-free, efficient testing. It aims to simplify things in two major ways:supports testing multiple parts of applications( REST/SOAP API, databases, Apache Kafka etc)uses a declarative style of testing, which means that we DON'T have to write the actual testing code.The Framework is becoming very popular. Thousands of automation testers/developers already use the framework on daily basis. We can say it's quite rapidly becoming mainstream. In the course you will learn:REST API testingSOAP testingSecurity testingDatabase testingLoad testing (can be expanded to other types of performance testing)Apache Kafka ( producer/consumer) TestingI try to explain things as easily as possible. I balance slides and practical examples so that you get the most value.In all sections, I also show you relevant parts of the framework's source code, so that you will get a deep understanding of how internal parts work.Course structureEvery topic has its own separate section. Section 2 is an exception. In that section, I explain REST/SOAP API testing mostly, but I also show you how to do security testing. I highly recommend going through that section, since lots of framework fundamentals are also discussed there.PrerequisitesZeroCode framework is written in Java. You need to have a very basic understanding of Java.Each section has its own prerequisites. For a detailed explanation please see the prerequisite video in section 1.How to get the source code.The source code is available at the Github repo that I will provide. I also provide the source code after each section for your convenience.