Unable to set upper case in mobile app

Hi guys,

Recently i’m been using Katalon to script automation on my company’s app. However i encounter an issue while using the Mobile.setText() input with uppercase letter. The input with uppercase letters that i have set in the script will auto convert to lowercase. Did you guys encounter this issue or could mind anyone can share the solution? Thanks.

Hi @Alan_Chan1,

Can you tell us what platform you’re testing for (iOS/Android)?

I’ve had some better luck using the sendKeys function vs. the setText function. Here’s a post with some more info that could be helpful:

Hope this helps,

– Chris

Hi @Chris_Trevarthen

I’m testingin Android platform with the real device model name call meizu. But i had no problem when im using the AVD emulator.

Hi @Alan_Chan1,

Thanks for the info. It could be the way real device keyboards are handled that is making the difference. Can you try the sendKeys function to see if that works any better?

– Chris