Response Assertion problems

2008-02-20 Thread Raúl Lorenzo
Hi, I am probing a test case with a WebService(SOAP) Request, the problem is that assertion fails when I think that it should ends successfully. The configuration of assertion is: Response Field To Test: Test Response Pattern Matching Rule: Contains Patterns to Test:

Re: Response Assertion problems

2008-02-20 Thread Raúl Lorenzo
Ok, this makes sense, but how can I escape the response data? Is there any other manner for comparing data strictly without needing escaping it? This piece of code is formated in BASE64 sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Hi, I am probing a test case with

Re: Response Assertion problems

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. Or you could use Javascript or Jexl functions to do a global replace on the string before using it. The latter is more versatile, but of course has to be done

Re: Response Assertion problems

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Hi, I am probing a test case with a WebService(SOAP) Request, the problem is that assertion fails when I think that it should ends successfully. The configuration of assertion is: Response Field To Test: Test Response Pattern

Re: Response Assertion problems (WORKAROUND-SOLVED)

2008-02-20 Thread Raúl Lorenzo
sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. of course, but this is not the way :D Or you could use Javascript or Jexl functions to do a global replace on the string before

Re: Response Assertion problems (WORKAROUND-SOLVED)

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. of course, but this is not the way :D That may depend on the test