Skip to content

Encoding output errors & input field matching prone to errors #4

Description

@yyqiu35000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions