qmetry / qaf

Quality Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey
https://qmetry.github.io/qaf
MIT License
254 stars 138 forks source link

Get warning when data field in excel is a range and contains Chinese characters. #360

Closed MoonLikeSinging closed 2 years ago

MoonLikeSinging commented 3 years ago

QAF Version

Note: only the latest version is supported

Steps To Reproduce

1. Prepare an excel which column's data is a range contains Chinese characters.
2. Run the test case use this excel as test data.

Expected behavior

If support Chinese character is better.

Actual behavior

Get Warning: Cannot read name ranges for -N W�N�X�O - setting to empty like this

Is the issue reproducible on runner?

Test case sample

Please, share the test case (as small as possible) which shows the issue Range in excel like below:

ss
cjayswal commented 3 years ago

Is the problem only when using excel? Does it works with other data-providers?

MoonLikeSinging commented 3 years ago

Is the problem only when using excel? Does it works with other data-providers?

Yes, should be only using excel with a range contains Chinese characters. If only a Chinese character value, it's work well.

cjayswal commented 2 years ago

@MoonLikeSinging, I tried with qaf-3.1.0-RC2 with following data and it worked fine. Will you try with qaf-3.1.0-RC2?

image image
MoonLikeSinging commented 2 years ago

thanks, close this as fixed.