reUse functional Java written Tests ==> Keywords: Junit | Maven | Cucumber tests

Hi All,

Currently i’am at a (large) customer hired as a performance test engineer… and they have a framework to test end-to-end scenarios Java | Junit | Cucumber - . running feature files…

I know that functional testing is a different beast then end-to-end performance testing , however now i’am often rewriting a test flow within my loadtest tool(s)

i’ve used in the past gatling , so i saw that e.g karate has done in the past a kind of intergration:

So it would be nice that there is a general integration available , or maybe someone can provide some hints or tips…i think it would be a huge benefit to close the gap between functional testing and performance testing, or at least re-use the test code…the biggest challange is of course how to handle test data and checks (validations), which is different in the load testing area…because cucumber tests often test a specific (new) feature

Any thoughts | Idea’s WELCOME !

Regards,
Arjan

Are you saying that you want to implement Perf test to existing framework ?

More or less, like the karate framework did , check url in my original post. So reuse the existing feature files (cumber tests) and run them in parallel / load test “mode” , off course with adding feeders for testdata…

Check screenshot for how this looks like

Regards, Arjan