Jump to content

The Speedrun Python Unit Testing Course (unittest, Mock)


Recommended Posts

[img]https://i124.fastpic.org/big/2024/1017/a8/23ef3777a379cf4fcc622d1f85ee51a8.jpg[/img]
The Speedrun Python Unit Testing Course (unittest, Mock)
Published 10/2024
Created by Yurii Rohoza
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 17 Lectures ( 1h 11m ) | Size: 475 MB
[i]Let's make bug-free applications using tests![/i]

[b]What you'll learn[/b]
Write Unit Test Cases
Run Test Cases
Execution of test collections
Develop Test Suites
Use Unit Test Fixtures
Mocking of functions and objects
Organize test code
[b]Requirements[/b]
Python Programming Fundamentals
IDE Environment - Basic Familiarity
[b]Description[/b]
In this course is that we're gonna learn how to test applications with python unittest framework.Unit Testing is the first level of software testing where the smallest testable parts of softwareare tested. This is used to validate that each software unit performs as designed.The unittest test framework is Python xUnit style framework. In this article, we will learn about unittest framework with the help of examples.You're gonna learn the basics concepts of applications testing such as:Individual unit of testingMake preparations and sharing test data by using test fixturesTest code organizationTest grouping using TestSuiteTest skippingExecution of test collectionsMocking of objects and functionsUsing mock decorators for objects patchingYou'll also learn how to use mock objects. Mocking Test is a technique or methodused in testing within the scope of software testing by replacing theoriginal object (dependent object) with a mock object. The mock object created can simulate the behavior of the dependent object thatis temporarily replaced. Testing in mock testing focuses on the unit being testedwithout involving or depending on other units by isolating the object to be tested.All source code for each video is available for download.
[b]Who this course is for[/b]
Python Programmers
Python Automation Engineers
Homepage

[b]Buy Premium From My Links To Get Resumable Support and Max Speed [/b]
https://nitroflare.com/view/B3655CB52A7DC1D/The_Speedrun_Python_Unit_Testing_Course_%28unittest%2C_mock%29.rar
https://rapidgator.net/file/cbc96d6d7ec2966ebed642d6a8107439/TheSpeedrunPythonUnitTestingCourseunittestmock.rar.html
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...