Tag: python

The Blog To Learn Selenium and Test Automation

Introduction to time module – Learn Basic Python – 2

Python has several in-built modules for working with dates as well as time; In this article, we will be looking at time module, with examples, available in Python to manipulate time. This article is split into two parts. Learn the basics of time module Uses of these modules in Test Automation time Module The time…
Read more

Common file operations – Learn Basic Python – 1

File operations are common in application development as well as test cases automation. There are many options available in python to handle file operations; Some options are straight forward handles like importing module and call pre-defined method; Some options like os.popen() and os.system() are not straight forward. shutil is an in-built module offering high level…
Read more