May 2018 – Page 3 – Make Selenium Easy

Hello Folks, In last Post, we have seen how can we directly download and use TestNG. We will see another two ways in this post. Using Eclipse Market Place Option: Steps to be followed: Steps 1: Navigate to Help-> Eclipse Marketplace.   You will see below screen. Steps 2: Type “TestNG” in “Find” test box and […]

Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can we install TestNG in eclipse. TestNG is a jar file. Any JAR file stands for Java ARchive which is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. We […]

Hello Folks, We have written so many automated scripts in previous posts. We wrote those scripts inside a main method. To run that particular script, we ran main method of that particular class. Let’s assume that we have 100 test scenarios to automate and we developed 100 test scripts using typical style of writing java […]