Search found 7 matches

by RWitanski
Wed Feb 01, 2017 12:10 pm
Forum: General Questions
Topic: Code editing lag in solution - Updating module browser
Replies: 5
Views: 1575

Re: Code editing lag in solution - Updating module browser

I have found the reason of the problem, After removing some of the modules, we left (about 80) warnings that there is a missing reference in the test module browser. It seems that when we edit the code the module browser is "rebuilding" and while there are missing module references in the module bro...
by RWitanski
Thu Jan 19, 2017 8:49 am
Forum: General Questions
Topic: Code editing lag in solution - Updating module browser
Replies: 5
Views: 1575

Re: Code editing lag in solution - Updating module browser

Hi, Are you using TFS? I remember problem like this with integrated TFS. The only solution is to stop using integrated source control management and using Team Explorer instead. Do you have any ideas how I can clean any project references to TFS ( I have disabled TFS Option: enable file state 'modi...
by RWitanski
Wed Jan 18, 2017 10:01 am
Forum: General Questions
Topic: Code editing lag in solution - Updating module browser
Replies: 5
Views: 1575

Code editing lag in solution - Updating module browser

Hello, While I edit code modules, user codes or any other code files. Ranorex is getting a freeze for about 1 second and it informs that the module browser is being updated (see screen below). https://i.imgur.com/Fzuc9kc.png After updating is finished it changes state to "Ready" and I can continue c...
by RWitanski
Mon Nov 14, 2016 2:09 pm
Forum: Object Identification and Technologies
Topic: Handling a not responding WPF app
Replies: 5
Views: 3228

Re: Handling a not responding WPF app

Efective timeout for the given element is set to 1m.
Also the Shift-Pause does not work when this situation occur (tested from keyboard and on-screen keyboard).
by RWitanski
Mon Nov 14, 2016 12:21 pm
Forum: Object Identification and Technologies
Topic: Handling a not responding WPF app
Replies: 5
Views: 3228

Re: Handling a not responding WPF app

While my automation test is in progress, in some cases the application which is being tested is not responding. This problem occurs only while Ranorex is executing the test and this error never happend when test was executed manually. CloseRegistrationWizard is a button[@visible='true' and @enabled=...
by RWitanski
Wed Oct 12, 2016 10:59 am
Forum: Object Identification and Technologies
Topic: Handling a not responding WPF app
Replies: 5
Views: 3228

Handling a not responding WPF app

Hello, Is there any way to handle by validate or exist methods a WPF desktop app window which is not responding? I have tried to use both exist and validate methods, but it seems that Ranorex is trying to find elements in loop and it does not continue to next step or fail the test(timeouts are set)....
by RWitanski
Fri Sep 16, 2016 4:28 pm
Forum: Automation API
Topic: Any Action after TestSuite finishes
Replies: 1
Views: 1648

Any Action after TestSuite finishes

Hello,

Im trying to send generated PDF report from Test Suite as email.
As I discovered I cannot use any UserCode or CodeModule after the ReportPDF module, since the PDF document is generated when the Test Suite is finished.
Is there any workaround to do so?

Thank You,
RW