Forum Discussion
Philippe_Lebacq
16 years agoContributor
Hi
well the 'right' part of the conditions (where I test the answer content) are OK - I think so - the problem comes from the 'left' part ( where I test the custom property value).
What I'm trying to verify is different answer content based on the test environment inhich I ran the request (this environment is stored in the custom property as a alphanumeric value).
So when the environment property contains an integer, my conditions (both left & right parts) returns true/false as expected, but when the environment property contains a letter, my condition always returns false.
So in other words, when I test custom property content, a test such as if 1 = 1 returns true, but if "A" = "A" returns false.
Any other idea ?
Philippe.
well the 'right' part of the conditions (where I test the answer content) are OK - I think so - the problem comes from the 'left' part ( where I test the custom property value).
What I'm trying to verify is different answer content based on the test environment inhich I ran the request (this environment is stored in the custom property as a alphanumeric value).
So when the environment property contains an integer, my conditions (both left & right parts) returns true/false as expected, but when the environment property contains a letter, my condition always returns false.
So in other words, when I test custom property content, a test such as if 1 = 1 returns true, but if "A" = "A" returns false.
Any other idea ?
Philippe.