Posts

Showing posts from 2018

Creating a Build pipeline with Telerik Test Studio Free framework and TFS 2017 and above

Image
My earlier posts were about how to create a test in visual studio with Telerik Framework. Since now you have couple of tests. lets take it to the next level. First add your test code to a online repository ex: GIT When the test suite is checked in to GIT leave the rest to TFS, you will need a another machine to run th tests, a Server or a PC in the same network would work for this Follow the below steps 1. Open TFS 2. Click on builds and release 3. Click on New button 4. Add a name to your build and save 5. Add steps to your deployment process 6. Run the tests its that simple, Lets look in to adding steps to the build process, Since you created your tests in visual studio this would be an easy process. Please refer the below steps to add tasks to the build process 1. Add a task to get sources Add a Get Sources task first now add your properties 2. Build your solution add a visual studio build task next add your solution details in proper...