ECLIPSE CUCUMBER

Tutorial 2:Introduction on how to write a First Test Script in CUCUMBER

Reading Time: 3 minutes Hello Everyone, In this series of blog it’s time to look into how to write test cases in cucumber and execution of these test cases.Follow these Steps for the Same. You can read the previous post related to installation of cucumber: here Step 1: We will use the test package to define the location of features (Resources folder), step definitions (Java folder) and other files. Then Continue Reading

Tutorial 1:Cucumber with java maven project

Reading Time: 2 minutes Hi Folks. From this Blog we will start a series of cucumber BDD tool .Before go through the cucumber We should know how to integrate cucumber with java maven project. To run Cucumber test with Java, following are the steps. Step 1. Install Eclipse IDE -Make sure java should already be installed on your machine. Step 2. Then Create the New Project in Eclipse IDE by following steps: Continue Reading