Search found 18 matches

by Rika L.
Fri Jul 16, 2021 6:57 pm
Forum: General Questions
Topic: Can Ranorex connect to 'Test plans' of Azure Devops ??
Replies: 2
Views: 1866

Can Ranorex connect to 'Test plans' of Azure Devops ??

Hello everyone, I have seen in this page: https://www.ranorex.com/help/latest/interfaces-connectivity/azure-devops-integration/create-and-execute-an-ado-pipeline/, I have found Ranorex can connect with pipelines. Can Ranorex connect with 'Test Plans'? I hope Ranorex can after testing the test result...
by Rika L.
Fri May 14, 2021 9:51 pm
Forum: General Questions
Topic: What is the unit of the function WaitForExists?
Replies: 1
Views: 912

What is the unit of the function WaitForExists?

Hello,
does anyone knows what is the unit of RepoItemInfo.WaitForExists Method ?
ms or s or min? I think ms, or?

Best Regards
Rika
by Rika L.
Thu Apr 08, 2021 4:14 pm
Forum: General Questions
Topic: Jira and Testrail for free?
Replies: 1
Views: 819

Jira and Testrail for free?

hello guys,
If we use Jira or TestRail which are integrated in Ranorex, do we need to pay for Jira or TestRail? Or the both are for free?

Regards : )

Rika
by Rika L.
Wed Mar 24, 2021 10:11 am
Forum: General Questions
Topic: Can a recording file links 2 different repositories?
Replies: 5
Views: 1285

Re: Can a recording file links 2 different repositories?

Just code that chooses which Repo it's going to access. No, I do not have an example as this isn't something I've needed to do - we use different versions under source control. hello Stub, thank you very much for your help! : ) I am so glad there is a method to deal with my problem. Thank you. Rika
by Rika L.
Tue Mar 23, 2021 7:59 pm
Forum: General Questions
Topic: UI elements cannot be identified correctly (Windows Form)
Replies: 6
Views: 1633

Re: UI elements cannot be identified correctly (Windows Form)

hello Ranorex support members,
do you have some ideas about my problem?
I really need an answer: )
This is very important problem for me.

Thank you
Rika
by Rika L.
Tue Mar 23, 2021 7:56 pm
Forum: General Questions
Topic: Can a recording file links 2 different repositories?
Replies: 5
Views: 1285

Re: Can a recording file links 2 different repositories?

Hello Stub, thank you very much for your help!! : ) Can you tell me what is 'a layer of indirection'? Do you have an example? Thank you !! Best regards Rika I have no idea how to re-attach a recording to a different repository, but if you were using code modules instead of recordings then you could ...
by Rika L.
Sat Mar 20, 2021 10:47 am
Forum: General Questions
Topic: UI identification with VM Ware
Replies: 3
Views: 1231

Re: UI identification with VM Ware

Hello Mike, thank you very much for your help! It helps me a lot : ) Thank you! Rika Hi, In order for Ranorex to properly identify UI elements it needs to be installed and running on the same machine as the AUT. If Ranorex is installed on the local machine and the AUT is presented through VMWare the...
by Rika L.
Fri Mar 19, 2021 9:45 am
Forum: General Questions
Topic: Can a recording file links 2 different repositories?
Replies: 5
Views: 1285

Re: Can a recording file links 2 different repositories?

Hello Stub, thank you very much for your help! The source control method is a good idea, because it is easy to implement. And I am also very interest about the 1. idea you said. you meant: ' if you were using code modules instead of recordings then you could probably set up a layer of indirection th...
by Rika L.
Tue Mar 16, 2021 10:31 pm
Forum: General Questions
Topic: Can a recording file links 2 different repositories?
Replies: 5
Views: 1285

Can a recording file links 2 different repositories?

Hello guys, can a .rxrec file linked 2 different repositories in 2 different Testsuits(.rxtst)? My situation is: I test an AUT with different version. Let us make an example: Version1.0 (V1.0) and Version 2.0(V2.0). All test steps are same for both versions. But because the GUI of AUT V2.0 is very v...
by Rika L.
Tue Mar 16, 2021 7:46 pm
Forum: General Questions
Topic: UI identification with VM Ware
Replies: 3
Views: 1231

UI identification with VM Ware

Hello guys,
I install a VM in my host computer. My question is:

if I install Ranorex Studio in host computer and install the AUT, which will be tested, in VMWare, can I identify the UI elements of this AUT ? :D

Best regards
Rika
by Rika L.
Tue Mar 09, 2021 9:13 am
Forum: General Questions
Topic: UI elements cannot be identified correctly (Windows Form)
Replies: 6
Views: 1633

Re: UI elements cannot be identified correctly (Windows Form)

Hello kOoO, thank you so much for your answer! I want to answer you on last friday, but the website of Ranorex was brokendown : ) This is so uncomfortable that Ranorex cannot get the property '(Name)' of UI elements. Because if I use AccessibleName als identification factors I must let the SW develo...
by Rika L.
Tue Mar 02, 2021 9:38 am
Forum: General Questions
Topic: UI elements cannot be identified correctly (Windows Form)
Replies: 6
Views: 1633

Re: UI elements cannot be identified correctly (Windows Form)

Briefly speaking, I have now a problem with UI element identification. But until now this problem happened only on the UI elements which are MSAA UI elements . When the Ranorex identifies one UI element, it is very important to let Ranorex to choose a good property (i.e. ControlName) to create a XPa...
by Rika L.
Mon Mar 01, 2021 6:32 pm
Forum: General Questions
Topic: UI elements cannot be identified correctly (Windows Form)
Replies: 6
Views: 1633

Re: UI elements cannot be identified correctly (Windows Form)

Hallo kOoO,
thank you very much to your answer! To make my question more clearly I have prepared more Snapshots and pictures. I will upload all of them in next post : )
by Rika L.
Sat Feb 27, 2021 12:00 am
Forum: General Questions
Topic: UI elements cannot be identified correctly (Windows Form)
Replies: 6
Views: 1633

UI elements cannot be identified correctly (Windows Form)

Hello, I have some problems with UI identification. I use Ranorex (9.4.1) to test an Application, which is programed with Windows Form . I have found a problem when I let Ranorex to identify a MenuItem named 'Edit': When I change its text, Ranorex cannot recognize it anymore after changing. And then...
by Rika L.
Sat Dec 26, 2020 11:40 am
Forum: General Questions
Topic: Go through all elements of a treeview
Replies: 1
Views: 1256

Re: Go through all elements of a treeview

I answer my question, I hope I can help other green birds like me :D 1. Just use 'find<T>(...)' function to find all treeitems under the outline. Example: MyTestRepository repo = MyTestRepository.Instance; IList<Ranorex.TreeItem> treeItems = repo.Form1.Outline.Find<Ranorex.TreeItem>(".//TreeItem"); ...