Search found 3 matches

by amith.saddi
Wed Nov 11, 2015 5:27 pm
Forum: General Questions
Topic: Incorrect Combobox item gets selected while running the test
Replies: 1
Views: 1284

Incorrect Combobox item gets selected while running the test

Incorrect item from Combo Box gets selected while running the test on Remote Desktop session. It works fine when i run it locally on my machine, and i only have this problem if i connect to machine via Remote Desktop Session and run the test. Also while on Remote session if i use the Ranorex studio ...
by amith.saddi
Mon Oct 19, 2015 11:12 am
Forum: General Questions
Topic: Unable to recognize the working form
Replies: 3
Views: 1610

Unable to find form from application

Windows 8.1 Visual Studio : Premium 2012 with Update 4 Ranorex : 5.4.2.25689 Language C#: [TestMethod] public void TestMethod1() { try { System.Diagnostics.Process pr = System.Diagnostics.Process.Start("calc.exe"); Form form = Host.Local.FindSingle("form[@processname='" + pr.ProcessName + "']"); for...
by amith.saddi
Fri Oct 16, 2015 4:47 pm
Forum: General Questions
Topic: Unable to recognize the working form
Replies: 3
Views: 1610

Unable to recognize the working form

I'm using visual studios 2012 with ranorex evaluation version. It gets stuck at 2nd line and waits for ages but doesn't carry on with any exception, Unable to associate the process to Ranorex form. System.Diagnostics.Process pr = System.Diagnostics.Process.Start("calc.exe"); Form form = Host.Local.F...