Featured
-
No Featured Found!
Tags
gherkin.parser.ParseError in cucumber feature file.
I created the below scenario in a cucumber feature file and when I executed the scenario then I got gherkin.parser.ParseError
Scenario : The user should be able to login for correct credentials
Given I am at the Home page
...
Auto completion not working in eclipse
Eclipse has a behavior to suggest the list of methods that can be used with the class name or the instance variable of any class. This behavior works fine for few of the Java classes but for some other classes like DesiredCapabilities,etc., eclip...
Languages You need To know to learn Selenium
Selenium is a free open source automation testing tool Which is used for the automation testing also it is used for web based application. We can use Selenium in different types of browsers and platforms for testing.
Selenium is very strong, ...
How to install JMeter
Steps to install the latest version of JMeter:
1 Enter the URL http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi
2 Click on the zip file of Binary version
3 Save the file to the required location
4 Unzip the file
5 ...