Search found 2 matches

by rajkamal04
Tue Jun 13, 2017 2:25 am
Forum: General Questions
Topic: Running Ranorex Test cases from Coded UI Test method
Replies: 1
Views: 1687

Running Ranorex Test cases from Coded UI Test method

Hi, I am trying to call a Ranorex test cases from a coded UI Test method. Here's my code: public void StartRanorexTestCase(string tc) { Directory.SetCurrentDirectory(@"C:\Dlls\"); int error = TestSuiteRunner.Run(typeof(Framework.Program), "/tc:" + tc); TestContext.AddResultFile("report.rxzlog"); if ...
by rajkamal04
Wed Jan 07, 2015 1:15 pm
Forum: Bug Reports
Topic: Invoke Action:WaitForDocumentLoaded method throw error
Replies: 1
Views: 1977

Invoke Action:WaitForDocumentLoaded method throw error

Using smart action Invoke Action : WaitForDocumentLoaded() throw error on execution: "The Operation is not supported" on Ranorex version 5.2.0 onwards. I tried with different Dom object on different browser and on different machine too. But when I use the same method WaitForDocumentLoaded() in userc...