Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Robust Test Frameworks in Python
Rating: 3.8 out of 5(3 ratings)
11 students

Build Robust Test Frameworks in Python

Master key areas such as command line parsing, logging, configuration file management, and versatile test output formats
Last updated 11/2024
English

What you'll learn

  • Create Python Test Framework from scratch
  • Parse command line, work with configuration files, logging
  • Create test results in text, Excel, Word, HTML or SQL format
  • Run the tests via Jenkins

Course content

13 sections49 lectures4h 17m total length
  • Introduction0:49

    What to expect from this course? What is the intended audience? What can you do after learning about Test Framework creation?

  • What will we cover in this course?1:46

    We will learn how to make simple Test Framework. From that we will continue to enrich it with new features until we finish with the framework which is used in the industry these days. Along the way we will learn how to parse command line, work with configuration files, logging, test results, running the tests, etc.

Requirements

  • Basic Python knowledge
  • Basic SQL knowledge
  • Basic HTML knowledge

Description

Unlock the power of automated testing with our comprehensive course on creating a test framework in Python! Designed for aspiring QA engineers and developers, this course will guide you through the essential concepts and practical steps needed to build your own test framework from scratch.

In the first section, you’ll be introduced to the course structure and the importance of test frameworks in software development. We’ll cover what a test framework is and why it’s critical for efficient testing processes. As you progress, you’ll learn how to create a test framework, followed by strategies for enhancing its functionality.

Delve into command line parsing with the argparse library, understand the significance of logging beyond simple print statements, and discover how to implement various types of configuration files, including text, JSON, INI and XML formats. We’ll also explore different ways to output test results, such as text files, Excel (CSV), Word documents, HTML, and SQL databases.

Finally, you’ll learn how to run your tests seamlessly from the command line and integrate them with Jenkins for continuous integration. This hands-on course includes practical exercises and quizzes to reinforce your learning, ensuring you not only understand the concepts but can apply them in real-world scenarios.

Join us and elevate your testing skills to the next level by mastering the creation of a robust test framework in Python!

Who this course is for:

  • Beginner to medior Test Automation Engineers