automated tests - Which filetype to import and manage easily in C# -


i beginner concerning development in c# , need advice me choosing practical fileformat content imported in application.

basically i'm developing test automation ranorex, test automation software projects based on c#.

the aim of specific project test software imports file containing list of devices , repeats procedure want see if devices each time imported. big loop ranorex restarts program again , again file import , other devices file.

so have several files import various devices inside it. problem number not regular.

my first idea use excel file importing excel in c# not seem practical.

enter image description here

our program can import file file , needs restarted after checking devices. want c# (ranorex) project start software, import file, check every devices file, close software , restart again same way. understand more or less question of list 2 dimension.

the list contains file import , each file contains devices test. best solution ? database ?

edit1: first picture basic , there understand. in reality, lines this, mhz file , other colons description of 1 device. see why believe xml perhaps complicated manage, because device characterized many parameters. enter image description here

this xml file format for. there tons of articles on xml serialization using .net, recommend start introducing xml serialization , work way through examples.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -