ranorex with C# REPL

Ask general questions here.
neeshpal
Posts: 11
Joined: Tue Jun 11, 2019 6:29 pm

ranorex with C# REPL

Post by neeshpal » Tue Jun 11, 2019 6:42 pm

Hello
How can we load ranorex libraries in any C# REPL(read-eval-print loop) .
I am trying to know if there is a way to perform single actions without having to run full automation?
I am just trying to reduce effort to run automation everytime to reach to a particular point in UI and then debug or do whatever we need to do.

Thanks

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: ranorex with C# REPL

Post by odklizec » Wed Jun 12, 2019 9:41 pm

Hi,

I’m afraid, there is no user guide or steps regarding integration of Ranorex libs to REPL. All you can probably do is to somehow apply/transform the VS integration steps, available here...
https://www.ranorex.com/help/latest/int ... tegration/

Honestly, I’m not quite sure how would you like to achieve what you want with REPL and Ranorex? Ranorex is a UI test automation tool and as such, it requires available UI, which must be in expected state (expected by test case). I don’t see how REPL integration would help you with this? But maybe it’s just my lack of REPL knowledge ;)
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

neeshpal
Posts: 11
Joined: Tue Jun 11, 2019 6:29 pm

Re: ranorex with C# REPL

Post by neeshpal » Fri Jun 14, 2019 7:20 pm

Thank You for the reply. I think for now , what you mentioned should be good enough. I'll try that and see if it helps. I am thinking it should if I am able to integrate it without any issues.