Search found 36 matches

by manalitatke
Tue Jan 09, 2018 10:06 pm
Forum: General Questions
Topic: Console Logger stopping
Replies: 5
Views: 2183

Re: Console Logger stopping

Hello, Thanks for the response. I found this issue when i tried to implement my AUT on command line as well. But figured out this thing: 'Console Logger stopping' is the message displayed even after starting AUT manually and running the suite with the AUT part disabled. Basically, it tends to skip s...
by manalitatke
Fri Jan 05, 2018 5:31 pm
Forum: General Questions
Topic: Console Logger stopping
Replies: 5
Views: 2183

Re: Console Logger stopping

Hello,

Thanks for the response.

Yes, the ranorex test does start.

However, i have been getting the same error even when i execute my project.exe from the command line.

I dont think it is an issue with jenkins build server, otherwise i would have not got the same error via command line.
by manalitatke
Thu Jan 04, 2018 10:58 pm
Forum: General Questions
Topic: Console Logger stopping
Replies: 5
Views: 2183

Console Logger stopping

Hello, With regards to the above post, i am facing the same issue for console logger stopping while implementing my test suite via jenkins build server. https://www.ranorex.com/forum/tests-get-stuck-on-console-logger-shutting-down-t7868.html I tried using the exec command for executing my test suite...
by manalitatke
Wed Dec 20, 2017 3:57 pm
Forum: General Questions
Topic: Implementing Ranorex Project via Jenkins
Replies: 1
Views: 1567

Re: Implementing Ranorex Project via Jenkins

Hello, W.R.T my questions, these are the support responses: The Ranorex main components are basically the assemblies you are missing on your runtime machine. If you are using Ranorex 7.x or older, I would highly recommend installing Ranorex on your runtime machines. This installation contains the ma...
by manalitatke
Tue Dec 19, 2017 11:08 pm
Forum: General Questions
Topic: Command Line errors
Replies: 3
Views: 1168

Re: Command Line errors

Hello, Thanks a lot for the response. Yes, the issue was with the.NET framework. I re-installed 7.2.1 and am able to build and compile successfully using command line. I believe, Ranorex 8.0 does not support .NET Framework versions of less than 4.5. The assembly and libraries are able to be located ...
by manalitatke
Mon Dec 18, 2017 4:43 pm
Forum: General Questions
Topic: Command Line errors
Replies: 3
Views: 1168

Command Line errors

Hello, https://www.ranorex.com/forum/implementing-ranorex-project-via-jenkins-t11665.html W.R.T this post, i was initially trying to implement my TestSolution using Jenkins and getting the error. However, i tried using the command line for compiling my test solution and i get the same error. this ha...
by manalitatke
Thu Dec 14, 2017 10:02 pm
Forum: General Questions
Topic: Implementing Ranorex Project via Jenkins
Replies: 1
Views: 1567

Implementing Ranorex Project via Jenkins

Hello, I am trying to execute my current project on Jenkins via MSBuild. Had a couple of questions related to the same. 1. I am preferring not to install the Ranorex Plugin. Is it still possible to build the project.csproj using MSBuild and run the project.exe ? 2. I have Ranorex installed on the bu...
by manalitatke
Fri Dec 08, 2017 7:19 pm
Forum: How To …
Topic: How to compile using commandline
Replies: 4
Views: 2442

Re: How to compile using commandline

Hello, Thanks for the clarification. I am trying to do the same. Had a few queries: 1.Copying the project includes all the rxsln, sln, csproj, solution folder and the dll's libraries right? 2. Can ranorex agent help in remotely building the project and running the tests without ranorex studio instal...
by manalitatke
Tue Dec 05, 2017 5:34 pm
Forum: Automation API
Topic: "AfterTargets" error - building solution via command line
Replies: 1
Views: 2475

"AfterTargets" error - building solution via command line

Hello, i am quite a newbie for MSBuild Project file implementation for a Ranorex solution. While i was trying to refer the above post: https://www.ranorex.com/forum/how-to-build-ranorex-projects-from-the-command-line-t1888.html I am trying to create a csproj file for my ranorex solution which can be...
by manalitatke
Tue Dec 05, 2017 5:13 pm
Forum: General Questions
Topic: Test Suite Runner Exe
Replies: 2
Views: 2688

Re: Test Suite Runner Exe

Hello, Thank you for the response. This does help. I tried to implement my test suite on a VM, and it runs only when i have all the 'built' files ( rxsln and csproj ) in the same folder as the test suite. For implementing the test suite on a system which does not have a ranorex studio development li...
by manalitatke
Thu Nov 30, 2017 3:28 pm
Forum: General Questions
Topic: Test Suite Runner Exe
Replies: 2
Views: 2688

Test Suite Runner Exe

Hello, I am trying to execute my Test Suite using the Test Suite Runner. This test suite is running fine under Ranorex Studio. However, if i choose the .rxtst file and select 'Run the selected Test case', the error 'testsuite.exe file' is not available in the same folder is displayed as shown. How d...
by manalitatke
Tue Nov 21, 2017 4:03 pm
Forum: Object Identification and Technologies
Topic: Validating an image and using it in a while loop
Replies: 1
Views: 2289

Validating an image and using it in a while loop

Hello, While proceeding to next step from my previous step as seen in the ranorex snapshot, I am trying to go to the next step by selecting next step, however, if i do not introduce a delay/ waitfor attribute to validate the progress bar screenshots, it somehow skips the next button mouse click, and...
by manalitatke
Thu Nov 16, 2017 5:15 pm
Forum: Object Identification and Technologies
Topic: Setting the string value to a repoitem Object Info
Replies: 4
Views: 2215

Hello, I tried using the regex pattern and it helps. Thanks
by manalitatke
Tue Oct 31, 2017 7:08 pm
Forum: Object Identification and Technologies
Topic: Setting the string value to a repoitem Object Info
Replies: 4
Views: 2215

Setting the string value to a repoitem Object Info

Hello, With regards to the post below: https://www.ranorex.com/forum/how-to-set-the-string-value-to-repoiteminfo-object-t5773.html I wanted to ask if there is any update on the newer versions of Ranorex. I want to convert a string to a repoitem Object Eg: Want to track the above element: Voltage = 1...
by manalitatke
Thu Sep 21, 2017 10:16 pm
Forum: Object Identification and Technologies
Topic: Object identification for a line/image inside window view
Replies: 5
Views: 2910

Re: Object identification for a line/image inside window view

Sure, thanks a lot for the detailed explanation.

I am currently working on the code approach you suggested. The database is also a good option, but it seems a bit time consuming for formation of the modules.


I will definitely give a try and let you know.


Thanks!