Forum Discussion

albertzhou's avatar
albertzhou
New Contributor
11 years ago

test case working well in SoapUI but malfunction with JUnit

I have a simple Data-Driven test case. What it does is to loop the input data in a Excel spreadsheet and insert them into a MySQL table. It works well in SoapUI Pro v5.1.2. Now, I started to integr...