Data Driven Testing with Excel Files

In our previous blog post, we wrote about Data Driven Testing (DDT) using CSV files in JMeter. Excel files are another popular approach. This blog post will show step by step how to do Data Driven Testing with Excel files. Contrary to CSV files, we will import some external libraries in JMeter and then write a few lines of code to perform data driven tests. The other important aim of this blog post is that insteadRead More →

Overview – Data Driven Testing Data Driven Testing (DDT) is a popular testing approach, especially for functional testing. The same business requirement or use case can get different reactions when using different data. One of the most popular uses is entering forms. The basic aim of this approach is to design one test case and implement it with different data sets. To use data-driven testing in this scenario, you can record a single automated test, andRead More →