This page contains Timesheets Javascript Engine tests cases. The test cases use the Firebug plug-in, which can be installed in Firefox.
Testing of Seq element and CSS Id selector. Each slide is shown for 5s in sequential order. The slides are selected individually using the CSS Id selector.
Testing of Seq element and CSS Class selector. Each slide is shown for 5s in sequential order. The slides are selected using the CSS Class selector.
Testing of Seq element and CSS Id selector within another Seq Element and CSS Id selector. Each slide is shown for 7s in sequential order. The slides are selected individually using the CSS Id selector. Within each slide the individual bullets are shown for 1 s. The bullets are also selected using the CSS Id selector.
Testing of Seq element and CSS Class selector within another Seq Element and CSS Id selector. Each slide is shown for 7s in sequential order. The slides are selected individually using the CSS Id selector. Within each slide the individual bullets are shown for 1 s. The bullets are also selected using the CSS Class selector.
Testing of Seq element and CSS Class selector within another Seq element and Class selector. Each slide is shown for 7s in sequential order. The slides are selected using the CSS Class selector. The bullets are shown for 1s in sequential order. The bullets are also selected using the CSS Class selector.
Testing of timesheet element src attribute. Each slide is shown for 5s in sequential order. The slides are selected individually using the CSS Id selector. The timing is defined in separate file.
Testing of timesheet media attribute. In normal mode (i. e. , screen media type), all slides are shown at once. In full screen mode (i. e. , projection media type), each slide is shown for 5s in sequential order. To test this, you need a browser that supports the projection media type, for example, Opera.
Basic picture show test. There are five images, which can actived by clicking the respective thumbnail picture. Only one picture is shown at time, and thus Excl time container is used. In this basic test case, both images and respective thumbnails are selected using CSS Id selectors.
This picture show test case uses the index function. Thus, the CSS Class selectors can be used both for images and thumbnails. The Index function has format index(Thumbail). DOMActivate and indexStart attribute has value 1.
This test is basically the same as above. However, since the thumbnails are shown all the time, the inner Par timecontainer is removed, which also makes the outer Par timecontainer unnecessary. Thus, the timesheet contains only one Excl timecontainer.
This tests user events generated from access keys. Invidual slides are selected using the class selector and shown in sequential order. The user controls the progression of the slides by pushing access keys. The first slide is selected using the "Home" key from the keyboard,the previous slide is selected by pushing the "Left" key,the next slide by pushing the "Right" key,and finally the last slide by pushing the "End" key.
This is a new test for the prefetch functionality that is under development. The picture show consists of five images, which are shown in sequential order. In addition the timesheets contains five prefetch elements. The first prefetch element loads the first image. When the user is viewing the first image, the second image is loaded and so on.
Testing of Animate element Values attribute. Each slide is shown for 15s, while each bullet is shown for 3s. In beginning, each bullet should move from right 200px to 0px for duration of 1s.
Testing of Animate element From and To attributes. Each slide is shown for 15s, while each bullet is shown for 3s. In beginning, each bullet should move from right 200px to 0px for duration of 1s.
Testing of Animate element From and By attributes. Each slide is shown for 15s, while each bullet is shown for 3s. In beginning, each bullet should move from right 200px by -200px (i. e. , to 0px) for duration of 1s.
Testing of Set element. Each slide is shown for 15s, while each bullet is shown for 3s. In the beginning, the color of each bullet color is set to Blue for duration of 1s.
Testing of AnimateMotion element Values attribute. Each slide is shown for 15s, while each bullet is shown for 3s. In beginning, each bullet should move from relative coordinates 200px, 200px to 150px, 50px, and finally to 0px, 0px for duration of 1s.
Testing of AnimateColor element. Each slide is shown for 15s, while each bullet is shown for 3s. In the beginning, each bullet should change color gradually from Blue to Maroon for duration of 1s.