Search found 5 matches

by itschinovic
Tue Jan 23, 2018 3:16 pm
Forum: General Questions
Topic: How to set a test case parameter value using user code
Replies: 3
Views: 3542

Re: How to set a test case parameter value using user code

Hi @odklizec I've tried to use the code aiFrameCtr = aiFrameCtr + 1; //Counter string iFrameXpathTemporary = "PegaGadget{0}Ifr"; //Template string iFrameXpathTemporary2 = string.Format(iFrameXpathTemporary , aiFrameCtr); //combining iFrameCtr and TemporaryXpath string ConvertiFrameCtr = aiFrameCtr.T...
by itschinovic
Mon Oct 16, 2017 10:24 am
Forum: General Questions
Topic: ApplicationNotRespondingException
Replies: 1
Views: 1772

ApplicationNotRespondingException

Hi Guys, So here's my dilemma, in the previous version of ranorex i'm not getting this kind of error (Exception of type 'Ranorex.ApplicationNotRespondingException' was thrown.). but after updating ranorex i'm getting a lot of this exception now, Is there any way that I can avoid this? Specs of PC is...
by itschinovic
Thu Oct 12, 2017 4:40 am
Forum: How To …
Topic: How to compile using commandline
Replies: 4
Views: 2443

Re: How to compile using commandline

1. Ranorex is a .NET-based system. You can compile the SLN or CSPROJ files using MSBUILD as with any other .NET appliction. 2. There are numerous posts on this forum that outline how to run Ranorex tests without installing the full Ranorex package. However, this still requires that Ranorex librarie...
by itschinovic
Wed Oct 11, 2017 10:49 am
Forum: How To …
Topic: How to compile using commandline
Replies: 4
Views: 2443

How to compile using commandline

So we need to do our test on a server wherein Ranorex will not be installed is there a way to compile the test using a command line

and additional question, How can you create an executable file wherein it will run the test and will not require the installation of ranorex

Thanks :idea: :lol: