📜 ⬆️ ⬇️

JavaScript Testing: Fireunit Screencast

Yesterday, after reading the post of John Rezig , I decided to record without delay the first in my life (this is me to the fact that you shouldn’t blame much, but constructive criticism is welcome :) screencast.

Fireunit is a tool for testing javascript code, created as a firebug add-on by John Rezig as part of his collaboration with the firebug team. At the moment, it only works under ff3 +, firebug 1.2+.

Why do we need such a testing tool if it only works in firefox?
')
  1. Fireunit allows you to test very interesting dom events - download events and content readiness, drawing completion, like contentReady
  2. It is likely that the fireunit will be included (or, at least, it can be installed with) firebug light.
  3. The very idea of ​​a testing framework embedded in the browser is very attractive. It is possible that manufacturers of other browsers will include a similar tool in their products (as was the case with web inspector for webkit, dragonfly for opera, developer toolbar for ie8)




Actually, here is the video from vimeo'a:



Although it is better to look at the very vimeo in HD quality, you can better see the font: vimeo.com/2565495

And here you can watch videos in .mov format (size 120 MB, resolution 1280x800).

When recording, I was worried, naturally, as the boy, who first removed her bra from a girl, didn’t get to a little stuttering. That is very, very bad. It will be necessary to try to write screencasts or podcasts, so as not to be timid in front of your own laptop with the microphone turned on.

The video came out from the second attempt, the duration was 18 minutes, the sound was written through the built-in MacBook's microphone. Everything was written in the program ScreenFlow .

Test files obtained as a result of shooting can be viewed in action here (firefox 3+, firebug 1.2+, fireunit 0.9).

Kaleidoscope of links:

Source: https://habr.com/ru/post/47304/


All Articles