When talking about performance test or load test, you may think about LoadRunner or JMeter. Today I'd like to introduce another interesting tool Gatling. Gatling is an opensource tool for load and performance testing. It is based on Scala. I know the word "Scala" may frighten some people away. Well, actually we don't need to … Continue reading Use Gatling for Performance Test I
Category: Uncategorized
Automation Test with Selenium Cucumber, TestNG and Gradle
Trust you have heard about Cucumber, Jasmine, mocha... Hey, this is an automation test blog, you want to change the topic to discuss healthy food? Not really! These are also the name of some of the famous automation test framework 🙂 Today I'd like to introduce an automation test framework based on JAVA, Cucumber, Selenium, … Continue reading Automation Test with Selenium Cucumber, TestNG and Gradle
Cypress Automation Test Overview
Cypress is an emerging JavaScript-based end to end automation test framework running on browsers directly. It is not based on Selenium -- if you have heard about another JavaScript-based automation test framework Protractor, it is still based on Selenium actually. Pre-condition knowledge For engineers who are familiar with JAVA/Python + selenium, to learn Cypress, of … Continue reading Cypress Automation Test Overview