Why you should consider virtual environment for python projects & how
Virtual environment is a specific folder inside our project directory, used to install all the project specific packages & versions…
Virtual environment is a specific folder inside our project directory, used to install all the project specific packages & versions…
What is requirements.txt & it’s advantage When a person is working on a python project and added some python libraries…
In our previous few blog posts, we have learned how to write selenium tests using python, we will extend our…
In this post, we will look into the jenkins configuration to send email notifications & sending attachments to the email…
We have learned to how to identify element[s] by using xpath & css locator strategies, this post will explain the…
With increasing dynamic elements on browser applications, basic xpath / css syntaxes sometimes not proper to use, for example –…