Azure price through Unit Testing
Posted
by
mrtentje
on Programmers
See other posts from Programmers
or by mrtentje
Published on 2012-10-27T19:19:02Z
Indexed on
2012/10/27
23:18 UTC
Read the original article
Hit count: 221
For I project I am trying to find a way to measure an estimation of the costs of an Azure application through Unit Testing. Likely I will extend the Visual Studio Unit Testing framework (or another solution is also possible as long as it can run together (same time/side by side, when the Visual Studio Framework will run some tests the Azure solution must also run (if it is an Azure project)) with the Visual Studio Testing framework. A (Visual Studio) extension will be build to reuse it for future projects.
Does anyone has any experience or any ideas how this can be achieved?
Thanks in advance
© Programmers or respective owner