Search found 11 matches

by Fsis
Thu Jul 18, 2019 2:33 pm
Forum: General Questions
Topic: Change color in the report
Replies: 4
Views: 1571

Re: Change color in the report

Hi Fabio, Once you create a custom report and link it to your test project, all the reports will be based on the custom report template. So basically, all new test execution reports will have the new format taken from the cutom report template. The View.rxlog file is part of the template. Change th...
by Fsis
Thu Jul 18, 2019 12:56 pm
Forum: General Questions
Topic: Change color in the report
Replies: 4
Views: 1571

Re: Change color in the report

Hey Fabio, First you would have to create a custom report template. You can find the link to the help here: https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/reporting/report-customization/ After you have created the custom template, open the file View.rxlog from the custom reports fo...
by Fsis
Thu Jul 18, 2019 8:14 am
Forum: General Questions
Topic: Change color in the report
Replies: 4
Views: 1571

Change color in the report

Hi all,

I wondered if it's possible to change the colors in the report. At the moment, the color for a successful case in the pie chart is green.

Is there a way to change it to a differet color?

Thanks in advance

Fabio
by Fsis
Thu Jul 11, 2019 2:34 pm
Forum: General Questions
Topic: Find a row in a Ranorex Table
Replies: 5
Views: 2545

Re: Find a row in a Ranorex Table

I'm afraid, that without snapshot, I can only provide you some general suggestions, like search this forum for table-related posts (there are quite a lot of them) and check also Ranorex codes samples, available here: https://www.ranorex.com/help/latest/hands-on-application-topics/ranorex-code-examp...
by Fsis
Thu Jul 11, 2019 1:23 pm
Forum: General Questions
Topic: Find a row in a Ranorex Table
Replies: 5
Views: 2545

Re: Find a row in a Ranorex Table

Hello, I just have the following code: Ranorex.Table cont = repository."something"."somethin"."something"; The code shouldn't interact with the GUI. I just need the index of the row of which two cells match some variables. I'm sorry if my explanation is not quite clear. Unfortunately I cannot upload...
by Fsis
Thu Jul 11, 2019 12:56 pm
Forum: General Questions
Topic: Find a row in a Ranorex Table
Replies: 5
Views: 2545

Find a row in a Ranorex Table

Hi all,

I need to find a row of which two cells equal some distinct values. Using a code module I created a Ranorex table.

How can I iterate through that table and choose that row (or any cell of that row, it doesn't matter).

Thanks in advance
Fabio
by Fsis
Wed Jun 26, 2019 7:44 am
Forum: General Questions
Topic: Mass Testing Split Report
Replies: 2
Views: 1031

Mass Testing Split Report

Hi all, I need to conduct a mass test with a couple thousand test cases. Naturally, the report would be huge and its performance would be rather bad. Additionally, functions inside the report such as "Collapse all" would not be available. Someone had a similar problem but I couldn't quite find the a...
by Fsis
Mon Jun 17, 2019 7:40 am
Forum: General Questions
Topic: Customized TestCase names in the PDF Report
Replies: 2
Views: 1327

Customized TestCase names in the PDF Report

Hi all, I'd like the different test cases to have a different name each iteration. I achieved that in the Ranorex report itself, but since not everybody in our company has Ranorex installed , I use the ReportToPdf-tool to convert the reports into PDF's. The problem is, said customizations of the tes...
by Fsis
Thu Jun 13, 2019 3:54 pm
Forum: General Questions
Topic: Using Remote Agents to conduct a data-driven Test
Replies: 5
Views: 1622

Re: Using Remote Agents to conduct a data-driven Test

Hi, Loading Excel file from shared drive is definitely bad idea! You should definitely store the file in your project and load it locally, not from shared/network drive. Also, you should keep the data connector file in source control of your choice! Hi, Hmm I understand, do you mind telling me why ...
by Fsis
Thu Jun 13, 2019 3:52 pm
Forum: General Questions
Topic: Using Remote Agents to conduct a data-driven Test
Replies: 5
Views: 1622

Re: Using Remote Agents to conduct a data-driven Test

qwertzu wrote:
Thu Jun 13, 2019 1:46 pm
hi,

you need to make sure that your excel file also gets copied to the remote machine.
You could choose "Copy file to project" for your excel data connector:

CopyFileToProject.png

regards, qwertzu
Hey there,

Thank you very much, it worked!

have a nice day
by Fsis
Wed Jun 12, 2019 8:39 am
Forum: General Questions
Topic: Using Remote Agents to conduct a data-driven Test
Replies: 5
Views: 1622

Using Remote Agents to conduct a data-driven Test

Hello, I am currently trying to figure out how to use remote agents to conduct a data-driven test. The basis for the test is an excel sheet which is stored on a shared drive. I can run other tests on remote agents without problems but with the data-driven one I always receive the following error mes...