When doing an assert on a large response (10,000-50,000 lines) SoapUI is taking a long time 5+mins.
I have a response that is anywhere between 10,000 and 50,000 lines. I have a few asserts that check the uniqueness of those values. I understand this will take some time, but is there anyway to designate more resources to SoapUI so that these don't take forever?
I've had a 46,000 line that takes almost 15min to process one assert!
I am on the latest release of SoapUI. I've also played with the testrunner.bat and ready-api.bat files and un-remmed the line and upped the value for:
set READY_XMX=16000m
along with
Xms512m
Appreciate any help in this matter!
The groovy script I provided can be easily adapted to check against multiple expected form names. To address your latest concern, I have noticed the same behavior. Whenever you edit/change a groovy script assertion and close the window, it reprocesses that assertion and re-runs it against the response. There's no real way around that unfortunately. I am not sure why it would take so much longer.