Forum member

jezzsantos

5 posts

Posts by jezzsantos

  1. 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?

  2. 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…

  3. 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…

  4. 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…

  5. 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…