1

I am running Selenium Web Driver Scripts using Eclipse3.2-Junit4 Framework and Selenium Grid on remote machines. I want to capture screen video where the tests are running. I tried Monte Media Library but it records video only on Host machine i.e. Hub. But my requirement is to record complete test running on Selenium Node (i.e. remote machine). Could you please advise if there is some Java Library for this thing.

Thanks !!!

user968813
  • 314
  • 1
  • 4
  • 14

2 Answers2

1

I thought of that for a long time but technically it's almost useless to have a video.

Screenshots can replace a video quite good.

From my point of view this is the way to go.

Further questions?

Community
  • 1
  • 1
Franz Ebner
  • 4,951
  • 3
  • 39
  • 57
  • 2
    I think, it is infact very useful to have video. If we have test video, then after test completion, one can see what happened during the test. – user968813 Aug 07 '12 at 08:45
  • that's also possible with screenshots... I don't see the large gap in evaluation... you can even manage to clock the page loading phasis... – Franz Ebner Aug 07 '12 at 17:11
0

You can use VNC viewer or Remote Desktop connection to the remote machine and the Monte Video recorder would record everything on the local machine's screen--including the output from the viewer.

HRVHackers
  • 2,793
  • 4
  • 36
  • 38