Forum member
jezzsantos
5 posts
Posts by jezzsantos
-
Mass-Integration Testing
Yes, our Cloud projects are created from the standard "Cloud->Azure Cloud Service" project in Visual Studio 2013. What can we do?
08 Nov 2015 06:29 UTC
-
Mass-Integration Testing
There is no binary assembly output, however a bunch of other files/folders are generated by the project when it is built. We can absolutely copy those using the 'Additional Files' property of ncrunch configuration. The problem would be that if we 'ignore the component completely' then none of th…
18 Oct 2015 23:40 UTC
-
Mass-Integration Testing
So, I am wondering now if building the Cloud project by ncrunch is necessary? If we force the project to copy (using 'Additional Files') everything that is created by the Cloud project by MSBUILD then in theory shouldn't that enable the tests to run? (as long as we have manually compiled the proj…
18 Oct 2015 19:35 UTC
-
Mass-Integration Testing
Thanks Remco, Spent all day exploring this. Learned a lot about ncrunch. Sadly, had to abandon the whole idea of integration testing using nCrunch as it does not yet support 'Cloud' projects, which is our case must be built in order for the integration tests to be run at all. Seems like there…
18 Oct 2015 07:07 UTC
-
Mass-Integration Testing
Hi Remco, I've been wanting to get started on exploring the possibility of using nCrunch to parallel test our growing number of integration and end to end tests. Our problem is that we have several hundred automated integration tests for a REST API, and a few hundred selenium UI tests. Each of…
13 Oct 2015 21:56 UTC