Re: continuous integration for DOTNET using Jenkins and GIT

2015-06-18 Thread lpkrovi
hi, we need to do automated regression testing for .net application in jenkins. my question is if we want to do regression test for .NET applicatio,do we need to request developer write test cases to run automated test in jenkins? could you please let me know steps how can we do ? On Wednes

Re: continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread lpkrovi
Hi when am trying to build dot net application am getting bellow error *error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found.* * in jenkins *Under the Build section click the “Add b

continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread lpkrovi
Hi, I am using GIT and jenkin for continuous integration. my jenkins and GIT installed in linux,& want to build dot net application in jenkins . could you please let me know the steps automated Continuous integration for dotnet application.(include regression testing,code review,code covera