Michael_Heinze
16 years agoContributor
[SOLVED] wildcard usage problem in assertion
hi,
we have a response with multiple items where we need to add wildcards to the assertions. here is the response structure:
...
2009.10.31
HOTGP
2009.02.12
...
2009.10.11
HOTGP
2009.10.12
when we now add assertions for each item, check use wildcards and replace the dates with a star the assertion for the first item looks like this:
...
*
HOTGP
*
and the assertion works fine.
but as soon as we add the 2nd assertion for the 2nd item with the wildcards this assertion is always red as soon as we add the * for Date2:
...
*
HOTGP
*
please have a look.
regards,
Chris
we have a response with multiple items where we need to add wildcards to the assertions. here is the response structure:
I001
...
I002
...
when we now add assertions for each item, check use wildcards and replace the dates with a star the assertion for the first item looks like this:
I001
...
and the assertion works fine.
but as soon as we add the 2nd assertion for the 2nd item with the wildcards this assertion is always red as soon as we add the * for Date2:
I002
...
please have a look.
regards,
Chris