Search found 4 matches

by sindhu
Fri Oct 18, 2019 7:51 am
Forum: General Questions
Topic: Test executable crashed with unhandled exception.
Replies: 3
Views: 1708

Re: Test executable crashed with unhandled exception.

Hi , Thanks for your response. Our VS application which calls ranorex test cases(.exe) are functioning as below Server(VS application & Ranorex Test script code.exe present ) -> Test Device ( where the test scripts should be executed via Agent) Cmd prompt Execution is passed but when host VS app in ...
by sindhu
Fri Oct 18, 2019 4:47 am
Forum: General Questions
Topic: Test executable crashed with unhandled exception.
Replies: 3
Views: 1708

Test executable crashed with unhandled exception.

Hi All When i am trying to execute ranorex application from local visual studio its working fine and ranorex testcases are executing. But when i host the application in IIS it is showing the following error. Test executable crashed with unhandled exception. Please ensure all required prerequisites a...
by sindhu
Wed Jul 17, 2019 1:01 pm
Forum: How To …
Topic: Code for ranorex class library to invoke remote agent
Replies: 3
Views: 1621

Re: Code for ranorex class library to invoke remote agent

hi Thanks for reply. through command line i can able to execute ranorex agent and i can run test cases in remote machine. But the same thing i want to do in code (class library). Application1: from this application 1(Visual Studio) i will send some test cases to Application 2 Application 2: its a ra...
by sindhu
Thu Jul 11, 2019 2:08 pm
Forum: How To …
Topic: Code for ranorex class library to invoke remote agent
Replies: 3
Views: 1621

Code for ranorex class library to invoke remote agent

hi i created ranorex class library in that i wrote all my test cases, and now i integrated that dll with visual studio project and i am trying to execute the test cases in remote machine. Now those test cases in my local machine it is working fine. But how to work those in remote machine i am unable...