Why Load Test your website.. ?
It’s an era of web 2.0, information on internet is shared to a large group of people world wide. Researchers have found that most of the web user never comes back to a website which takes more than 4...
View ArticleAssertion using Hamcrest Core Matchers
Asserting a test script determines whether the test actually passed or failed. We can assert that a test passed by using Junit assertion or Hamcrest core matchers with assertThat( ) Junit Assert can...
View ArticleIntroduction to Testing using Selenium and Cucumber-JVM
Cucumber is a testing framework which helps in performing acceptance testing, where test scripts are written in a BDD approach. A feature file is created and written in plain english and the...
View ArticleCategorizing tests and generating test results
- While executing testcases we need to categorize tests on several basis, say severity, type of testing etc - We can catagorize our tests using the Junit Categories...
View ArticleFind out JS Error on Firefox using Selenium Webdriver
We need to add a JSERROR Collector jar to our project. We need to add the below dependency to the POM to download the jar file: - <dependency>...
View Article