user2062360
user2062360

Reputation: 1523

Executing Junit/Selenium tests from a web page

I am looking to run my Selenium Junits through a web page(jsp). I can create a simple jsp form , but not sure if my jsp can call my junit. I want this web page to be accesible to other people in the team , so that they can just put my IP where the web page is hosted and run the test , and see the result. I understand that the browser will not pop up on their system but ll pop out on mine but that is fine, as long as they can see that report that comes out as XML and access screenshots stored on a shared drive.

A sample project , that someone has come across will be great.

Upvotes: 1

Views: 1405

Answers (2)

user2062360
user2062360

Reputation: 1523

Fitnesse is a great solution for your case , this way the jsp is also pre-built. Your tests can be run through a web-browser and its real fast/easy to setup.

Upvotes: 0

Ittiel
Ittiel

Reputation: 1224

How about sharing your test code (using source control), so that your team members will be able to run your tests directly on their machines?

Upvotes: 1

Related Questions