ranorex

How to handle data encryption in Ranorex?

女生的网名这么多〃 提交于 2020-06-13 08:49:25
问题 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

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

How to close browser tab in Ranorex?

 ̄綄美尐妖づ 提交于 2020-01-17 05:31:47
问题 Was trying to close browser tab in Ranorex. The shortcut key "Ctrl+W" seems to work with Chrome and Firefox, but IE closes the application and not a tab. Please help. 回答1: 3 simple steps: Use the spy to uniquely identify the tab you want to close. Add the item to your repository. Drag the item from the repository in a recording and when prompted for an action to perform, select "Close Application". I have successfully tested this on IE 11 with Ranorex 5.4.6. Hope this helps! 来源: https:/

How to close browser tab in Ranorex?

99封情书 提交于 2020-01-17 05:31:08
问题 Was trying to close browser tab in Ranorex. The shortcut key "Ctrl+W" seems to work with Chrome and Firefox, but IE closes the application and not a tab. Please help. 回答1: 3 simple steps: Use the spy to uniquely identify the tab you want to close. Add the item to your repository. Drag the item from the repository in a recording and when prompted for an action to perform, select "Close Application". I have successfully tested this on IE 11 with Ranorex 5.4.6. Hope this helps! 来源: https:/

Automate tests on virtual machine without graphical session

巧了我就是萌 提交于 2020-01-04 14:12:24
问题 Context : I execute automated GUI tests on virtual machines (there are few of them) on running on windows and using UFT/Ranorex, executions are piloted by Jenkins. Problem: VM must have an active graphic session, otherwise, UFT won't run GUI tests (unable to launch browser) and Ranorex will run but poorly and without screenshots. i mean that in my tests, the VM is configured not to "sleep" or to have any screen saver, vm is connected with jenkins properly. The behavior is : i launch via

Screen resolution changes for the remote machine after safely closing the RDP session with “SupressWhenMinimzed”

岁酱吖の 提交于 2019-12-22 18:32:39
问题 First of all sorry for the (maybe not so specific) title as it consists of multiple topics. The issue atm i'm having is related to my test automation setup. It consists of a linux machine handling the BE + FE and starting of the test themselves. And a Windows Server 2008 (Terminal) to which i connect through RDP session and it's the place the actual tests are run. For automation purposes i use Ranorex. First of all how i have the Win machine set up: As Ranorex is a GUI test automation tool it

Issue linking Ranorex CodedUI tests to MTM/VSO 2013 CI following recent VSO update

梦想的初衷 提交于 2019-12-20 03:32:17
问题 We have an established CI process which links 118 Ranorex test cases to MTM test cases and runs them on a dedicated automation VM, which is triggered by a timed build in Visual Studio. The CI process is still working correctly, but I have just tried to add another test and found that due to changes in the layout of the test case work item page in VSO/MTM, the 'Associated Automation' function is no longer shown. So you used to click on the ellipses and the list of test cases to be linked would

compare two values in ranorex

霸气de小男生 提交于 2019-12-11 09:41:29
问题 We are using Ranorex 5.02 We need to compare values (numbers) in website UI and generated pdf file these values always are the same. Each time the system will generate new values for UI and pdf file. We need to check that the new generated values are correct. Adding validation methods not really help because the system recorded actual number and after running test script again validation is failed. We tried to create variables in validations the system displays unbounded variable message. Any

Console Application to launch Specflow features by code not using ncode runner

眉间皱痕 提交于 2019-12-11 06:19:19
问题 I have programmed an console application with c# for ranorex automation. Within the exe i have build i would like to kick off the specflow feature files manually. I believe I need to create a TestRunnerManager and trigger the run. Can anyone help? 回答1: Although not familiar with nunit, I guess like with mstest, attributes are used to mark methods in an assembly as tests. You could use reflection to find these methods in the assembly and invoke them 回答2: This question is similar in spirit to

Screen resolution changes for the remote machine after safely closing the RDP session with “SupressWhenMinimzed”

亡梦爱人 提交于 2019-12-06 05:30:30
First of all sorry for the (maybe not so specific) title as it consists of multiple topics. The issue atm i'm having is related to my test automation setup. It consists of a linux machine handling the BE + FE and starting of the test themselves. And a Windows Server 2008 (Terminal) to which i connect through RDP session and it's the place the actual tests are run. For automation purposes i use Ranorex. First of all how i have the Win machine set up: As Ranorex is a GUI test automation tool it needs to have the components visible for the AUT (application under test) and for this reason you need