First, for context, I’m a student in the automation team of a software development company, so I help develop automated test programs for our daily builds.
My line manager prepared an excel document that will be used to present the results from our test environments. Our tests are performed on a virtual PC on a hyper-V server.
I want to be able to update this excel document with test results from each test environment, but I'm not sure how I should do this.
Each of the virtual PCs launches an automation program (C # .NET 4.0) and currently copies test logs and results files to a shared folder on our build machine, accessible to everyone.
Therefore, I want the automation program to run its tests, and then when it is finished, I want it to write to the table in the excel document with the test results. Does anyone have experience translating Excel documents programmatically? It should also be noted that the excel document will be stored in a shared folder on the remote virtual PC (accessible from the test environment).
The table will show the name / build date, environment information, type of test and test result, etc.
I already collect this information and present it in HTML files, but there is a separate HTML file for each test environment. The purpose of this is to have all the results in one place (an Excel document will focus on presenting data in tables in the form of graphs and charts).
, , , excel .NET-. , ( , ), stackoverflow, , , ).