Hi,
I'm trying to automate some tests for the Windows Calculator for some experiments.
At the moment I've got troubble with adding a csv-file containing only one column and only one datarow.
The scenario:
I've got a usermodule in c# which starts the calculator and needs the path to the .exe.
The module-variable containing this value should be connected with a .csv file.
The .csv file had only one column and one Data-Row and looks like following:
Paths
C:\WINDOWS\system32\calc.exe
In the Testsuite (using the one provided with Ranorex 3.0) I call the existing user modul and now I want to bind the data.
Adding a new CSV Connector and choosing the existing .csv file on my desktop the preview of the data shows an empty table with one column called Paths. There are no datarows in this table...
I've tried adding some additional datarows containing some default values. With two rows in the datasheet the first row is shown in the preview. If I add one line break, nothing changes and only the first value is displayed. If I add another line break, the second value and one empty datarow is shown. (2 lines are addid in preview)
Has someone had a similar Problem?
Till now I've always used some datasheets with more than one column --> it worked correct
Thank you for your help.
If neccessary I can provide some screenshots for better understanding...
P.S.: I've tried to execute the test as well and with no additional row I've got the Warning: The data source is valid but contains zero data rows