18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How to script for french text
Hi,
My application is having portal pages for English and French languages. But during the record the french text will be captured.
But during the playback sometimes the script will run successfully but sometimes there will be assertion fail because of the french text or because of any copyright text.
Please assist the way of solving this.
Thanks in advance
Swaroop
My application is having portal pages for English and French languages. But during the record the french text will be captured.
But during the playback sometimes the script will run successfully but sometimes there will be assertion fail because of the french text or because of any copyright text.
Please assist the way of solving this.
Thanks in advance
Swaroop
Answers
I have changed the special characters for a Java source code.
example:
_assertEqual("Kühlen")
_assertEqual("K\u00FChlen")
still the problem persists. Few of the scripts were executed successfully but the same scripts are not getting executed successfully now.
Please post your log !