I am currently working on Selenium Automation using Java for my test Automation needs. I use TestNg for my reporting as of now.
No integration was done earlier with any tool for reporting and I was manually updating the TestNg results in JIRA.
Visaul Studio Team Foundation Server has been introduced by the client recently. I would like to know the below in this regards.
- How can we update the execution results on Selenium-TestNG in TFS?
- Will we be able to run the Selenium scripts from TFS as we do from HP-ALM?
- Since I use Selenium-Java, will it be a problem for any integration if possible with TFS. (Reason for asking is that I have heard that TFS uses C#)
- Any possible methods how I can integrate these two systems.
Your question is very broad and requires lots of research and perhaps a proof of concept to verify that it suit your needs. I hope your not looking for a code snippet to fix all your problems ;)
First, let's divide and conquer. You want TFS integration with Java, TFS doesn't care if you use Selenium or another framework. Second, you want to read TestNG results into TFS. As it's possible, I'm not sure it's a good solution and maybe you should moving to C# and .NET in your testing.
So to answer your questions:
IReporter
and read it with TFS API.