Tag: python

Python unittest tips and tricks

By Rex Resurreccion Jun 06, 2020

Python has the unittest library to help you in testing the components of your system. Find out some practical examples that you can actually use for your daily Software Testing.

Software Testing

Python Pass by Reference and by Value

By Rex Resurreccion Oct 10, 2019

Python pass by reference and pass by value behavior is probably one of the confusing topics for new (even for experienced) programmers that sometimes being overlooked. It can cause logical error where your code returns unexpected result if you do not know how to deal with it.

python tutorial
© YippeeCode.com 2020