Search found 3 matches

by Tilak
Fri Apr 11, 2014 10:44 am
Forum: Automation API
Topic: WPF- Handle EventAggregator Events, and reading metadata
Replies: 4
Views: 2678

Re: WPF- Handle EventAggregator Events, and reading metadata

There are visual indication, but not good enough, as there are continuous data updates, and we have to listen to specific ones (and ignore remaining ones). Which updates to pick can be identified easily if we hook up to the application and listen to their events. This is the reason, We are looking f...
by Tilak
Wed Apr 09, 2014 12:44 pm
Forum: Automation API
Topic: WPF- Handle EventAggregator Events, and reading metadata
Replies: 4
Views: 2678

WPF- Handle EventAggregator Events, and reading metadata

We are using Ranorex for WPF UI Testing. WPF application internally makes use of EventAggregator messages and heavily doing asynchronous updates. Currently our ranorex test cases are failing for Invalid use cases because the test cases expect synchronous behavior. (Example, We are waiting for data u...
by Tilak
Mon Feb 24, 2014 9:23 pm
Forum: General Questions
Topic: How to execute nested test case
Replies: 1
Views: 1533

How to execute nested test case

I want to execute a nested test case. The test case structure is as Alltests -> TC1 -> NestedTC11 -> NestedTC12 -> TC2 -> NestedTC21 -> NestedTC22 I want to run only NestedTC11. In the test suite file TC1 is selected. I have tried folloiwng abc.exe /tc:NestedTC11 It is executing all TC1. I have trie...