Vijay
Vijay

Reputation: 91

data driven testing approach and tools

I have a new task on hand to design a new test suit for a application driven by huge data(from teradata, ms sql and mysql). we generally use regression testing to compare tables A-B,B-A . is there a better approach for data driven testing or any open source tool that you know about which can help me do that?

thank you ,for your time

Upvotes: 1

Views: 216

Answers (1)

Joey Rock
Joey Rock

Reputation: 358

There are many approaches to Data-driven testing (Selenium, Katalon Studio, JUnit, Protractor…), you can choose whatever you think that it may be fit with your team and your project. To me, as a codeless tester Katalon Studio is the easiest one for me to approach this kind of testing through some piece-of-cake steps:

Data-driven testing approach with Katalon Studio

If you have any concern about data-driven testing, ask below then I will try to answer ASAP.

Good luck!

Upvotes: 5

Related Questions