Skip to content

mihaivalentistoica/Curs-Python-Test-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Testing Fundamentals

One of the most important thing that every developer should take care about is quality of his own code. So we have to answer a question:

How to create basic tests that will validate our code during development cycle.

This module will not cover the whole testing methodology, as it would require months of learning. Instead we are going to briefly introduce you to the fundamentals of unit testing which are one of the simplest and the most efficient tools to use by the developers.

Some of the topics that are going to be explained during this module are:

  • overview of testing principles and techniques
  • TDD
  • built-in testing libraries

Presentation

Presentation is available under this link.

Further reading

Links

  1. https://docs.python.org/3/library/unittest.html
  2. https://rubikscode.net/2019/03/04/test-driven-development-tdd-with-python/
  3. https://code.likeagirl.io/in-tests-we-trust-tdd-with-python-af69f47e6932
  4. https://www.youtube.com/watch?v=O37qUwdsmqo

About

Cursul de la Academy , testare de software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published