Some of the possible steps that can be performed using Jenkins are: Software build using build systems such as Gradle, Maven, and more. Automation testing using test frameworks such as Nose2, PyTest, Robot, Sel
As a test automation engineer, we should always consider a few cornerstones before employing a tool to automate our products. As you know, the primary benefits of test automation are reusability, scalability, improving test coverage, time, and effort saving. Quite many of us say, using Selenium...
10. Believe that in no way, testers are less to developer…strength lies in breaking the things they create… so that the end user will get what he wanted and not what is given and will not break the business in future! I have pursued graduation in 2006 and after that did a course f...
Some of the web-based automation testing frameworks are mentioned below. Selenium Seleniumis a widely used open-source suite of tools that allows the creation of test scripts in multiple programming languages, offering flexibility for users proficient in Ruby, Java, Node.js, PHP, Perl, Python, ...
In this post, we see why in Selenium scripts we write WebDriver driver = new FirefoxDriver(). I would like to share few points here.