I have a requirement to write a common reusable scenario mainly for logging purpose. so that 1 scenarios can be reused which will be used by multiple scenarios.How to implement the same, I didn't find suitable documentation for the same
I have requirement to replace comma with semicolon. I tried String replace function, but it didn't work i think it is not considering semicolon. If I use other characters instead of semi colon it is getting replaced properly. Is there any way to escape semicolon.