Search found 7 matches

by xrayspex
Tue Jul 10, 2012 10:15 pm
Forum: General Questions
Topic: Working with dynamically named elements
Replies: 2
Views: 2003

Re: Working with dynamically named elements

FWIW, I also tried doing this after I opened the second window: Dim windowList2 As IList(Of Ranorex.Form) = repo.MyDynamicWindow.selfinfo.CreateAdapters(Of Ranorex.Form)() For each dWindow as Ranorex.Form in windowList2 Validate.Exists(repo.MyDyamicWindow.selfinfo) next I only get validation of a si...
by xrayspex
Tue Jul 10, 2012 9:55 pm
Forum: General Questions
Topic: Working with dynamically named elements
Replies: 2
Views: 2003

Working with dynamically named elements

I am trying to automate a situation where I open a bunch of windows by double clicking on a list, have all the windows open at the same time, and then go through and close each one, one by one. Each window is being recognized by Ranorex as a form with a close button. The Xpath is similar to this: /f...
by xrayspex
Thu Jun 21, 2012 7:51 pm
Forum: General Questions
Topic: Reading special characters from a data file
Replies: 1
Views: 1737

Reading special characters from a data file

I have a test where I am clicking on a spantag that is identified by an "innertext" attribute. In the Spy and in the repository, the Xpath looks like this: .//span[@innertext='Vásárlás'] In my data file, which supplies the innertext for which the test should check I see this: Vásárlás I see this whe...
by xrayspex
Thu May 10, 2012 5:11 pm
Forum: General Questions
Topic: My flash elements have disappeared in the snapshot
Replies: 2
Views: 1696

Re: My flash elements have disappeared in the snapshot

We have figured it out. The snapshot only saved what was actually selected in the tree in the spy window, and we didn't have the top level container selected. When the top level container was selected at the time of the snapshot we got everything. In hindsight, looks obvious, and probably if we had ...
by xrayspex
Thu May 10, 2012 4:40 pm
Forum: General Questions
Topic: My flash elements have disappeared in the snapshot
Replies: 2
Views: 1696

My flash elements have disappeared in the snapshot

Hi all, I have a flash app that I am automating. I have used the instrumentation wizard to configure that preloader, and mm.cfg and all else that it says in the documentation. I still get the limited Flash/Flex recognition pop-up, and I can't see any of the flash elements in the Studio. I just get a...
by xrayspex
Mon May 07, 2012 6:29 pm
Forum: General Questions
Topic: Creating a new test suite?
Replies: 21
Views: 7799

Re: Creating a new test suite?

Hi Alex, Thanks for your help. It turns out that I was continually adding Test Suite Module Libraries instead of plain Test Suites as the subfolder "Module" was selected by default when I was creating the new project. The "Module" folder name and icon label abbreviated to "Ranorex Test Suite Modu......
by xrayspex
Fri May 04, 2012 10:22 pm
Forum: General Questions
Topic: Creating a new test suite?
Replies: 21
Views: 7799

Re: Creating a new test suite?

I have the same need as the original poster. I need to create a second test suite within a single solution. I have created a second project, but like the original poster I do not see an .rxtst file. How do I make one? It appears the official answer to this is "Don't do that", which is not helpful. I...