Warning: fopen(/tmp/SghXTngBZPli-dDWkFW.tmp): failed to open stream: Disk quota exceeded in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 139
Warning: unlink(/tmp/SghXTngBZPli-dDWkFW.tmp): No such file or directory in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 142
In this post cum video series, we will be discussing about Build+Deploy+Test with TFS 2015 and Selenium.
Here is the complete video for the agenda we are going to discuss in this series
In this post we will discuss about the introduction of Build+Deploy+Test in a much refined and detailed way.
Build+Deploy+Test
You can use a build-deploy-test workflow on Team Foundation Server to deploy and test your application when you run a build.
This lets you schedule and run the build, deployment, and testing of your application with one build process.
Build-deploy-test workflows work with Lab Management to deploy your applications to a lab environment and run tests on them as part of the build process.
Here the complete video of the above discussion
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
7 Replies to “Build+Deploy+Test with TFS 2015 and Selenium”
Very Useful, I will try it to implement in my cum coming project.
Hi Karthik,
Myself Raj and I am regular visitor to execute automation.com website and I learnt many things from your video series, Thanks a lot.
Here I have one concern, I watched all the videos related to “Automated Build+Deploy+Test with TFS and Selenium “. In this Video u have taken example of webapplication to build application.
Can you please help me OR hint me about how to deal with windows based applications for “Automated Build+Deploy+Test with TFS” .
Actually, in my project Build will be available in different server (FTP) server. We have to download the build and run the build in remote machines and then we have to execute our test cases.
can we do the above line activity using TFS. I mean can we download the build from FTP server using TFS? and can we run the same build in remote machines using TFS.
Awaiting for the earliest reply. Please help me out in-this.
Thanks for being with ExecuteAutomation, I think the best way to deal with FTP server to download builds and run in remote machine is using Powershell scripts. You can add a build step in build definition to do that.
I am leaning a lot from your tutorials, My application is based on web but my test project is separately from the main project.When I run the last step a got a error like webdriver assembly is not found. Could you help me?I really appreciate that.
Hey Karthik we are Using GIT can you please help me out to run tests on remote machine using TFS currently we are facing one error
Error: No tests found out
To run
Very Useful, I will try it to implement in my cum coming project.
Great !!!
Hi Karthik,
Myself Raj and I am regular visitor to execute automation.com website and I learnt many things from your video series, Thanks a lot.
Here I have one concern, I watched all the videos related to “Automated Build+Deploy+Test with TFS and Selenium “. In this Video u have taken example of webapplication to build application.
Can you please help me OR hint me about how to deal with windows based applications for “Automated Build+Deploy+Test with TFS” .
Actually, in my project Build will be available in different server (FTP) server. We have to download the build and run the build in remote machines and then we have to execute our test cases.
can we do the above line activity using TFS. I mean can we download the build from FTP server using TFS? and can we run the same build in remote machines using TFS.
Awaiting for the earliest reply. Please help me out in-this.
Hi Raj,
Thanks for being with ExecuteAutomation, I think the best way to deal with FTP server to download builds and run in remote machine is using Powershell scripts. You can add a build step in build definition to do that.
Here is an example https://social.technet.microsoft.com/Forums/scriptcenter/en-US/ff18a705-eeee-4ba7-bd3e-2fcc9fd5cbee/using-powershell-to-download-from-ftp-site-file-name-has-wildcard?forum=ITCG
Thanks,
Karthik KK
Hi Raj,
I am leaning a lot from your tutorials, My application is based on web but my test project is separately from the main project.When I run the last step a got a error like webdriver assembly is not found. Could you help me?I really appreciate that.
Thank you
It seems like the referenced project does not contains the webdriver dll in the bin folder.
Could you please check.
Thanks,
Karthik KK
Hey Karthik we are Using GIT can you please help me out to run tests on remote machine using TFS currently we are facing one error
Error: No tests found out
To run