Site Loader
Auckland, New Zealand
In the last post we discussed how to deploy application in local and remote machine, in this post we will learn how to test application in a remote machine using TFS 2015 vNext build definition and Selenium.

Continues integration (CI)

  • Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day.
  • Each check-in is then verified by an automated build, allowing teams to detect problems early.

Automated test in remote machine

  • We are going to run automated build after every check-in or while queuing new build.
  • For doing that we need following build tasks to be added in build definitions, they are
Here is the complete video of the above discussion Testing application (Part a) Testing application (Part b) Running Test in remote machine Thanks for reading the post and watching the video!!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK

Post Author: Karthik kk

One Reply to “Testing application in a remote machine using TFS 2015 and Selenium”

Leave a Reply

Your email address will not be published. Required fields are marked *