Python for Testers #11 – How to Format Strings in Python

In this Python for Testers Tutorial series we will learn how to format strings in python. String formatting in python is very important because you will be using string formatting in Selenium Webdriver automation. Their are many ways to format a String in Python and we will cover traditional approaches like concatenation operator & %s and also understand format() method to format strings in Python.