The folder from which the test is run – how to eliminate minor inconveniences
In one of the projects I am involved in, many business processes rely on file import. In order to guarantee the high quality of the software, we systematically create numerous integration tests in which we import these files. We currently have more than a thousand of them. An example test might looks like: Sometimes some tests are similar to others, with minor business modifications in the CSV files, but the sequence of their calls is the same, repeating in many cases: The path to the files is relative, meaning that
Continue readingThe folder from which the test is run – how to eliminate minor inconveniences