Using JTest Automation Association extension- I want to test dotnet webapp with selenium Java Scripts. Agenda is to do continuous integration in TFS.(Build+Test through selenium scripts in Java together in TFS)
I have dotnet project app repository in TFS and Test scripts in Eclipse. I know that we need to create JSON mapping file, to test with this extension, which maps each Test case to Test plan work Item id in TFS.
But where to put this JSON file? and where to put my Java tests (location) so that JSON can read and execute these when build is triggered. Also, how to add this extension as a step in build workflow.