Python for Testers #10 – String Slicing in Python

In this Python for Testers Tutorial series we will learn about string slicing in python. String in python is an array so we can use the index of characters in string to manipulate the characters within the string.

Python String slicing is important concept for Python beginners and automation testers as we need to use this in many real time selenium with Python automation scenarios.