Search found 15 matches

by JorisS
Thu Feb 14, 2019 5:36 pm
Forum: Automation API
Topic: Reporting directory
Replies: 1
Views: 1580

Reporting directory

Hello,

Does someone know how to specify the report directory with user code ?
Should I disable the reporting in the properties and set up my own ?
I am afraid that if I do and use the Report.Setup function, I might forget some parameters.

Thank you

Joris
by JorisS
Tue Oct 16, 2018 8:57 am
Forum: Automation API
Topic: Compare while recording image and saved file
Replies: 3
Views: 1538

Re: Compare while recording image and saved file

Ok I found
CaptureDesktopImage(Element)
which seems to be what I'm looking for
by JorisS
Mon Oct 15, 2018 4:17 pm
Forum: Automation API
Topic: Compare while recording image and saved file
Replies: 3
Views: 1538

Re: Compare while recording image and saved file

Thank you for your answer.

Can I convert this freshly captured repository item to bitmap ?
by JorisS
Mon Oct 15, 2018 11:17 am
Forum: Automation API
Topic: Compare while recording image and saved file
Replies: 3
Views: 1538

Compare while recording image and saved file

Hello, Creating a new post because I haven't found in the exemples here something similar. Is there a way to get the name of a screenshot while recording ? If my question is not clear I am trying to do something like this: I have this screenshot of a graph saved manually with Ranorex (Save Screensho...
by JorisS
Thu Sep 27, 2018 1:16 pm
Forum: General Questions
Topic: No .rxtst file when creating a project
Replies: 5
Views: 1186

Re: No .rxtst file when creating a project

Thank you for the great ideas, i'll look into it !

Though the links you send lead to Ranorex home page
by JorisS
Thu Sep 27, 2018 10:45 am
Forum: General Questions
Topic: No .rxtst file when creating a project
Replies: 5
Views: 1186

Re: No .rxtst file when creating a project

Licence ran out sadly but I'm trying to get a new one. I might have misunderstood how to correctly use Ranorex. What I wanted was to: - Create a solution - Create a console application project for each test - Add a Recording in each project - Build .exe - Run independantly Is there a smarter way to ...
by JorisS
Thu Sep 27, 2018 9:48 am
Forum: General Questions
Topic: No .rxtst file when creating a project
Replies: 5
Views: 1186

No .rxtst file when creating a project

Hello, I wanted a solution where I create many projects with one recording and build .exe for each one of them. But there is my problem, I don't have any .rxtst whenever I create a project so the .exe does nothing. Projects are console applications Am I doing something wrong ? I'm open for better id...
by JorisS
Mon Jul 23, 2018 1:09 pm
Forum: How To …
Topic: Module not starting with Jenkins
Replies: 4
Views: 1583

Re: Module not starting with Jenkins

You were right, the service probably didn't have enough privilege.
All good now,
Thank you !
by JorisS
Mon Jul 23, 2018 11:08 am
Forum: How To …
Topic: Module not starting with Jenkins
Replies: 4
Views: 1583

Re: Module not starting with Jenkins

When running the python script manually, everthing goes fine.
I'll try to run it following the Ranorex guide

I am using Ranorex 6.0.0 on Windows 7
Find the .rxlog in attachments if it helps
by JorisS
Mon Jul 23, 2018 10:01 am
Forum: How To …
Topic: Module not starting with Jenkins
Replies: 4
Views: 1583

Module not starting with Jenkins

Hello, Here is my configuration: Jenkins runs a python script through a Windows command line This python script looks for a test executable and runs it. The problem is that in the Jenkins console, the executable is run but is searching the folder i want to click. [Info ][Application]: Run applicatio...
by JorisS
Wed Jul 04, 2018 4:29 pm
Forum: General Questions
Topic: Generic Test on Oracle Virtualbox
Replies: 2
Views: 1121

Re: Generic Test on Oracle Virtualbox

I didn't know that, it will surely help

Thank you !
by JorisS
Tue Jul 03, 2018 11:20 am
Forum: General Questions
Topic: Generic Test on Oracle Virtualbox
Replies: 2
Views: 1121

Generic Test on Oracle Virtualbox

Hello, I have been digging a bit but cannot find a solution for my problem. I am trying to create a simple test that: - Go through folders: Z:\afolder\anotherone\ - Click to create a text file, write in it, save it, delete it The test is created on a Windows 7 host and should be executed on a VM Win...
by JorisS
Tue Nov 28, 2017 8:57 am
Forum: General Questions
Topic: Several executable for one solution
Replies: 3
Views: 1127

Re: Several executable for one solution

Ok, I am stupid. I didn't see it was possible to create a new test suite in the solution
Problem solved.
by JorisS
Mon Nov 27, 2017 4:04 pm
Forum: General Questions
Topic: Several executable for one solution
Replies: 3
Views: 1127

Re: Several executable for one solution

Thank you for your answer and sorry for the late reply. I can't figure out how to create a test suite for a console application. For more precision: i would like to create one Ranorex solution, with 3 tests that open an application, do things. I shall launch them one at a time by avoiding the use of...
by JorisS
Wed Nov 22, 2017 11:45 am
Forum: General Questions
Topic: Several executable for one solution
Replies: 3
Views: 1127

Several executable for one solution

Hello,

I want to create a solution with 4 different projects (4 different recordings)
Is there a way to build an executable for each project with one solution ?

Thank you in advance