How to handle data encryption in Ranorex?

馋奶兔 提交于 2020-06-13 08:49:18

问题


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 need to do this yourself in a code module file or recording module's user code action. You can use any third-party library to help with this if needed.



来源:https://stackoverflow.com/questions/60602309/how-to-handle-data-encryption-in-ranorex

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!