How to handle data encryption in Ranorex?
问题 I want to get encrypted-password from database for login in Android and iOS App. I've made Username and password as data binding and by setting password-variable to the textField, I want the password to be converted/decrypted, to set password correctly, otherwise testcase will be always failed. is there any built-in method/function in Ranorex for doing data encryption? If not, how to do it? (I'm new in Ranorex and test automation.) 回答1: There is no built-in method to encrypt/decrypt. You will