#test-driven-development
Read more stories on Hashnode
Articles with this tag
Crafting a Rock-Solid Test Plan: Fun and Essential Concepts · Creating a test plan might sound like serious business, but it doesn't have to be boring!...
Python Recall chapter 02 · Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output :...