Ask a Question

assert in groovy fails because of spaces in response and no spaces in database value .Is there any s

SOLVED
Shwetali
New Contributor

assert in groovy fails because of spaces in response and no spaces in database value .Is there any s

in groovy script -comparing soap response  with database 

values are same but it fails when I asserting it because of spaces in response's data.

error like assertion failed 

responseid==dbtableid

 |.           || 

 '23'            |23

          false

error at line 27

Is there any solution?

1 REPLY 1
KarelHusa
Champion Level 3

@Shwetali,

you need to make sure you compare the same data types (i.e., both are strings or integers).

 

To get rid of the whitespaces at the beginning and the end strings you can use the trim() method:

 

myString.trim()

 

Karel@apimate.eu
https://apimate.eu
cancel
Showing results for 
Search instead for 
Did you mean: