🌐
Real Python
realpython.com β€Ί tutorials β€Ί testing
Python Testing Tutorials – Real Python
Focus on code that is complex, important, or likely to break. ... Use unittest.mock or pytest fixtures to replace real objects with mocks. Mock external services, databases, and file operations so tests run fast and don’t depend on external systems. Set return values with return_value and verify calls with assert_called_with(). ... Get a Python Cheat Sheet (PDF) and learn the basics of Python, like working with data types, dictionaries, lists, and Python functions:
🌐
DataCamp
datacamp.com β€Ί courses β€Ί introduction-to-testing-in-python
Introduction to Testing in Python Course | DataCamp
You will get used to the pytest testing framework and the command-line interface. You will also learn how to process specific contexts, like "failed tests" and "skipping the test" with pytest markers.
Published Β  1 month ago
🌐
Applitools
testautomationu.applitools.com β€Ί python-tutorial
Python Programming - Test Automation University - Applitools
And I'm the founder of teachcode.org, which aims to bring classroom instruction in Python to public schools. In this course, you'll be learning several fundamentals of Python for software testing.
🌐
Python Institute
pythoninstitute.org β€Ί pcep
PCEPβ„’ – Certified Entry-Level Python Programmer
I started the Python Certification Program featured by Python Institute to prepare myself for the Python Entry Level Certification. I strongly recommend this certification program and encourage anybody who wants to start a career in this matter – you won't be disappointed. With this program completed, I could obtain my PCEP certification and prepared for the PCAP as well, and also implemented some projects in my current job already. ... Read the PCEP Testing Policies and TestNow specifications to make sure you follow the code of conduct, meet all the technical requirements, and know what to expect during your exam session.
🌐
Python Institute
pythoninstitute.org β€Ί python-for-testing-101
Python for Testing 101 (PT101)
Understand the fundamentals of ... Tester with Python certification. This course introduces the core concepts of software testing, covering key testing methods, testing levels, and software quality best practices....
🌐
Real Python
realpython.com β€Ί python-testing
Getting Started With Testing in Python – Real Python
August 16, 2024 - Learn Python testing in depth by writing unit and integration tests, measuring performance, and uncovering security issues. Find bugs before your users do!
🌐
TestDriven.io
testdriven.io β€Ί courses β€Ί python-testing
The Complete Python Testing Guide | TestDriven.io
1 week ago - In this course, you'll learn how to write automated tests in Python that are fast, reliable, readable, and resistant to refactoring. Whether you're working solo or leveraging AI coding tools like Claude Code or Cursor, well-structured tests ...
🌐
Udemy
udemy.com β€Ί development
Python: The Complete Guide for Software Testers
August 29, 2023 - Welcome to the "Python: The Complete Guide for Software Testers" course. This comprehensive course is specifically designed to guide you on a journey from manual to automated testing, using Python, one of the leading languages in the test automation ...
Rating: 4.7 ​ - ​ 364 votes
🌐
Skillsoft
skillsoft.com β€Ί home β€Ί automation testing for python
Automation Testing for Python - Python - INTERMEDIATE - Skillsoft
This course explores the prominent frameworks for testing Python-based applications, how to implement tests using Pytest and PyCharm, and also Pytest test parameterization. Begin this 14-video course with a look at the concept of automated testing and classifying the different types of automation ...
Find elsewhere
🌐
TestDome
testdome.com β€Ί tests β€Ί python-online-test β€Ί 45
Python Online Test | TestDome
The Python online test assesses knowledge of programming in the Python language and commonly used parts of the Python Standard Library.
🌐
Udemy
udemy.com β€Ί development
Automated Software Testing with Python
November 1, 2024 - Write complete system tests using Python and tools like Postman Β· Automate your application testing by setting up a continuous integration pipeline using Travis CI Β· Browser-based acceptance testing using Behave and Selenium WebDriver ... This course includes our updated coding exercises so you can practice your skills as you learn.See a demo
Rating: 4.5 ​ - ​ 6.57K votes
🌐
Codecademy
codecademy.com β€Ί learn β€Ί learn-intermediate-python-3-exceptions-and-unit-testing
Learn Intermediate Python 3: Exceptions and Unit Testing | Codecademy
Use generative AI to help create a unit test for Python code. Generative AI can generate unit tests for all of the functions of a Python class. Beginner Friendly.Beginner Friendly< 1 hour< 1 hour ...
🌐
Real Python
realpython.com β€Ί learning-paths β€Ί test-your-python-apps
Testing and Continuous Integration (Learning Path) – Real Python
Learning Path β‹… Skills: Unit Testing, Doctest, Mock Object Library, Pytest, Continuous Integration, Docker, Code Quality, Test Automation, Software Testing, CI/CD Β· Embark on a journey to Python testing excellence with Real Python.
🌐
Ministry of Testing
ministryoftesting.com β€Ί courses β€Ί introduction-to-python-for-software-testers-dave-westerveld
Introduction to Python for Software Testers | Ministry of Testing
Speed up your testing by learning to script with Python ... Recognise the course instructor, Dave Westerveld! Understand the scope of the course. Discover the many benefits of learning to code in Python and how this can enhance your testing.
🌐
OneCompiler
onecompiler.com β€Ί python β€Ί 3yxmxq8xd
Python tester - Python - OneCompiler
The editor shows sample boilerplate code when you choose language as Python or Python2 and start coding.
🌐
Python-academy
python-academy.com β€Ί courses β€Ί python_course_testing.html
Professional Testing with Python - at Python Academy
People with a Python programming background, interested in best practices of testing Python libraries and applications. This course can be combined with introductory courses (see Recommended Module Combinations) to achieve appropriate Python skills. Testing is essential for code quality.
🌐
Udemy
udemy.com β€Ί development
The Ultimate Python Unit Testing Course
May 31, 2021 - This course is designed to turn you from a complete beginner to an expert in using the python Unit Test library. You will learn: 1- how, why, and when should you test your project?
Rating: 3.9 ​ - ​ 266 votes
🌐
W3Schools
w3schools.com β€Ί python β€Ί python_quiz.asp
Python Quiz
Python Strings Slicing Strings Modify Strings Concatenate Strings Format Strings Escape Characters String Methods String Exercises Code Challenge Python Booleans
🌐
The Hitchhiker's Guide to Python
docs.python-guide.org β€Ί writing β€Ί tests
Testing Your Code β€” The Hitchhiker's Guide to Python
Use long and descriptive names for testing functions. The style guide here is slightly different than that of running code, where short names are often preferred. The reason is testing functions are never called explicitly. square() or even ...
🌐
UC San Diego Division of Extended Studies
extendedstudies.ucsd.edu β€Ί home β€Ί courses β€Ί python unit testing
Python Unit Testing | UC San Diego Division of Extended Studies
This course will cover how to use Pytest and include the following Pytest features: Fixtures, Parameterization, Mocking, Coverage, and the rich plug-in ecosystem for Pytest. The concepts of Behavior-Driven Development (BDD) and Test-Driven ...