Retry failed Test Cases in Selenium WebDriver using TestNG N B 6/27/2015 01:14:00 pm 4 Sometimes while executing automated Test Cases some of the Test Cases gets failed and we try to Re-Run the test cases. With TestNG we can... Read more »
@BeforeTest @BeforeClass @BeforeMethod @Test Annotations in TestNG N B 6/26/2015 09:37:00 pm 0 package testSuite; import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeMethod; import org.testng.... Read more »
Run Project in Maven to enforce JDK Version by adding plugin in POM.XML N B 6/06/2015 08:38:00 pm 0 Run Project in Maven Sometimes we face error while compiling up the project in Maven (refer below Screenshot) To enforce JDK Version... Read more »
Setup GIT and Upload Code in GIT Repository N B 6/05/2015 11:10:00 pm 0 For uploading the code in Git, we need to setup SSH key in GIT RSA key is a public and private key. The Private key will be on... Read more »