Definitions have not been actually updated
Anyone encountered such issues:
Manually updated source file (.json) of REST, and updated definition in SoapUI, new change have not been reflected on SoapUI?
For example:
As defined the same parameter in Path (i.e: /account/{userID}/) and Header, SoapUI cannot display parameter which defined in path due to conflict with that of Header. Now manually remove conflicted "parameter" in source file, and update definition in SoapUI. There is no any change for that.
Temporary solution: Save as those testSuites which impacted by updated definitions, delete original definitions from project, and re-import updated definitions, then import testSuite again. the change is reflected now.
ReadyAPI version: 2.4
Thank you
/Aaron
Hi Nastya_Khovrina , I found a solution (write a script to update source file) to deal with it. the root cause is that SoapUI won't remove existing "parameter" if you delete conflicted parameter in source file. I renamed the conflicted parameter name instead of deletion in source file, then update definition, it's OK now.
Thanks Nastya_Khovrina
BR,
/Aaron