we have a lot of adapters to external shop systems to get the products via API or crawling. We test them using MSTest and have integration tests where we specify the range of results we expect. Something like
1) Price is probably between X and Y 2) There must be at least Z products
and so on. We cannot define concrete values obviously. Therefore sometimes it happens that the tests are green but the results are not correct (e.g. if all your rices are increase by 2 euros you wouldnt recognize it).
Therefore we would like to have a test vizualizer where we can see the results directly in visual studio. Our preferred solution would be to put all results in the test context and write a custom view where we can see the results when we select a unit test.
Is this possible somehow and where can I find information / sample about it?
Aucun commentaire:
Enregistrer un commentaire