0

Our Testers building Selenium integration test suite with Java+TestNG. Our development team work with .Net and Team Foundation server.

Mainly b'cose their competencies are on those techs.

Questing is it possible to run java selenium tests through TFS ? basically could it possible to set up CI/CD environment? Or would be better-off go with same tech?

If is it possible, are there good tutorials that could be follow up.

asked Apr 17, 2018 at 0:47
4
  • TFS is an Project management tool where we can manage Test cases, Tasks, stories and even we can raise Defect too. But if you want to schedule your Selenium script which is used for CI/CD- for that you should try with different tool- i.e Git- for CI and Jenkins -for CD. Commented Apr 17, 2018 at 9:02
  • if urs using eclipse, plug is available for TFS integration. Commented Apr 17, 2018 at 11:29
  • @Bharat I don't understand why switch to Git? dev's already using TFS and huge code base is in it. Commented Apr 18, 2018 at 3:54
  • @Vel yes selenium are in eclipse for the moment will do more research, thanks. Commented Apr 18, 2018 at 3:54

2 Answers 2

3

As long as your version of TFS is capable of using the TFS Marketplace (i.e. you have TFS2015 or above, or you are actually using VSTS), then yes, it's possible.

This question gives more information and some useful links.

The TFS Marketplace has numerous plugins - the question I linked above shows how to use the Maven plugin to run TestNG tests.

(Disclaimer: I am not employed by Microsoft - I use TFS2017 at work)

answered Apr 17, 2018 at 11:36
0

The type of technology and specific language does not change for two different processes, which means that the maintenance of any environment will involve people who are skilled in the same technology and/or language.

answered Apr 17, 2018 at 8:37

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.