Top "Data-driven-tests" questions

Data-driven testing (DDT) is a term used in the testing of computer software to describe testing done using a table of conditions directly as test inputs and verifiable outputs as well as the process where test environment settings and control are not hard-coded.

Data driven testing in MSTest - problem with TestContext.DataRow

I'm having essentially the same problem as the question linked below, but I cannot seem to get it to work. …

c# automated-tests mstest data-driven-tests
How to RowTest with MSTest?

I know that MSTest doesn't support RowTest and similar tests. What do MSTests users do? How is it possible to …

unit-testing mstest data-driven-tests rowtest
Data-Driven Testing in Protractor

I am new to protractor. Can anyone please guide me for data driven testing using protractor. Below is the code, …

json testing automation protractor data-driven-tests
Problems with data driven testing in MSTest

I am trying to get data driven testing to work in C# with MSTest/Selenium. Here is a sample of …

c# selenium automated-tests mstest data-driven-tests
Data driven unit tests problem

I'm having some troubles getting my unit tests to be setup to use an Excel .xlsx data source. My App.…

c# visual-studio-2010 unit-testing data-driven-tests
Selenium Page Object (PO) and Key Word Driven Framework

I am a novice in Selenium, need some advice. As I understand, in Page Object, we must create a Java …

selenium frameworks keyword pageobjects data-driven-tests
Visual Studio Load Test to simulate many users in Data Driven fashion?

I'm trying to load test a web service. I've got a simple method that takes 2 params that get sent to …

visual-studio-2010 visual-studio unit-testing load-testing data-driven-tests
Read & map data from Json file in c# test

I was trying to use data from JSON file in automation test. Because I found how to work with it, …

c# json selenium nunit data-driven-tests
Apache POI, CREATE_NULL_AS_BLANK is causing errors

Right now I'm following a tutorial for writing Data Driven Tests in Java. My IDE is IntelliJ Community Edition and …

java apache intellij-idea apache-poi data-driven-tests