Does anyone know how to execute a recording file (rxrec) from code (I am using C#)? I did look for examples and I couldn't find any.
Thanks!
Does anyone know how to execute a recording file (rxrec) from code (I am using C#)? I did look for examples and I couldn't find any.
Thanks!
I haven't tried yet, but you can execute a testcase through command line: run outside ranorex IDE
So if you execute something similar in your C#, I guess it should do the trick. It's not really executing an rxrec file from your code, but result should be equivalent.
In the standalone recorder (not in Ranorex Studio!!), you can export the recording to as an executable. You can call the EXE file in your code.