Forum Discussion

Desmond_Cassidy's avatar
Desmond_Cassidy
Contributor
16 years ago

Disabling/Deleting all similar Assertions in a Test Suite.

Hi,
  I have 2 Web Services that are very similar - in fact so similar that they differ by only one field. In the first WebService my SoapUI requests have assertions on requested data which test the value of THAT one field. Of course after cloning the Test Suite to the Second Service/Suite the Assertion is still there.
  Is there any Mass edit of Assertions possible in SoapUI.?? or a method which would enable me to disable these.

Note: I have experience with XML so I performed a small hack which substituted

"Match content of [a:ServiceGroup]">

with

"Match content of [a:ServiceGroup]" disabled="true">

Question though - is there a 'preferred' way that eviware might suggest....

Cheers,

Desmond.

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Desmond,

    unfortunately, your hack is currently the "preferred method" for this operation :-)

    regards!

    /Ole
    eviware.com
  • Hi Ole,
      So now I know ;-)

    No problem...just making sure that I didn't miss something in the documentation...

    Cheers,

    Desmond.