-1

I have given match response as #number But for a value of 15547786385661 the case just gets skipped.how do I handle it?

Knight
  • 59
  • 7

1 Answers1

1

You must be making some simple mistake. Try pasting the two lines below into a fresh scenario and see it work:

* def response = { foo: 15547786385661 }
* match response == { foo: '#number' }
Peter Thomas
  • 54,465
  • 21
  • 84
  • 248