Encoding output errors:Although Chinese testing is provided in GUI testing, Chinese characters are compiled into garbled text in the output information during step updates and in the test bench output information, such as: click(target_description="�˺ŵ�¼")
input field matching prone to errors:Although we explicitly stated in our testing("用户名"输入框输入'${12306_USERNAME}'"密码"输入框输入'${12306_PASSWORD}')However, during actual testing, because fuzzy matching is not supported, when the username field actually accepts username/email/phone number, the first step of entering the username is skipped. After the password is entered, the program likely recognizes that the previous step was skipped, so it automatically fills the username field directly into our input field.
Encoding output errors:Although Chinese testing is provided in GUI testing, Chinese characters are compiled into garbled text in the output information during step updates and in the test bench output information, such as: click(target_description="�˺ŵ�¼")
input field matching prone to errors:Although we explicitly stated in our testing("用户名"输入框输入'${12306_USERNAME}'"密码"输入框输入'${12306_PASSWORD}')However, during actual testing, because fuzzy matching is not supported, when the username field actually accepts username/email/phone number, the first step of entering the username is skipped. After the password is entered, the program likely recognizes that the previous step was skipped, so it automatically fills the username field directly into our input field.