Posts about Modernized Technology (2)

Modernized Technology (2)

Getting the most out of Cucumber, Gherkin and Selenium

Cucumber, Selenium and Gherkin have become popular tools for helping teams implement test automation or what is often referred to as Acceptance Test Driver Development (ATDD) or Behavior Driven ...

Eric Taylor

High Code Coverage Means You Have Quality Tests, Right? Wrong!

In Agile Testing, you want to adhere to the testing pyramid when designing your automated tests. For this discussion, I will be focusing on the bottom tier of the pyramid, Unit Tests, where you want ...

Paul Friedman

Advanced Selenium: Multiple Browsers and Environments

Cucumber, Selenium and Gherkin have become popular tools for helping teams implement test automation - what is often referred to as Acceptance Test Driver Development (ATDD) or Behavior Driven ...

Eric Taylor

How to install and run Apache JMeter in 8 easy steps

Want to Performance test your web Applications? Then you should know about Apache JMeter. What is Apache JMeter? It is a 100% pure Java application and Open Source testing software .It was designed ...

Ratna Emani

3 Step Tutorial - Node.js Express Framework For Rapid Web Application Development

Heard about Node.js and Express but are confused where to start? Well, here you can find 3 easy steps to create and run Express application in Node.js on a Mac OS.

Ifti Khan

The "Gotcha" in Switching to Git/Gerrit for Code Review

The CI [continuous integration] pitfall to utilizing Git and Gerrit for code review.

Joseph Campbell

The 5 Step Guide for Selenium, Cucumber, and Gherkin

Increasingly, IT development organizations are turning to automated testing techniques to improve the quality of their code and to save time and money. While this market remains fractured, Selenium, ...

Eric Taylor

4 Core Concepts You Need to Understand SQL Databases

We developers live in an object oriented world where data is represented as objects in our applications. However, these applications often end up saving their data in SQL databases which are ...

Ashley Hope

Getting Started with Jenkins Pipeline in 4 Steps

If you are familiar with open-source Jenkins, you understand that it is an award-winning continuous integration and deployment tool for a reason. It’s growing ecosystem of plugins has taken Jenkins ...

Kai Prout

Automated Testing with Selenium Grid and Jenkins in 3 Steps

Selenium Grid is a powerful tool for testing web applications across browsers and operating systems, but incorporating it into a Continuous Integration pipeline can be frustrating. Integrating the ...

Jack Ozment