IBM TJ Watson Research

IBMEvent

Description

Test case to perform testing on creating and deleting objects based on clicking on other media objects. It preforms a series of test cases each lasting 20 seconds. In essence each test case allows clicking on a rectangle to start and or stop a circle from being displayed.

Screenshot

Snapshot taken of IBMEvent.mp4

Screen shot Circle time properties Explanation
begin=greenRect1.click
dur=5s
end=
Click on rectangle and for the next 5 seconds the circle will appear.
begin=greenRect2.click
dur=
end=5s
If rectangle is clicked on before 5 seconds then circle will appear until 5 seconds. Otherwise circle will not appear.
begin=
dur=5s
end=greenRect3.click
Circle disappears at 5 seconds or when rectangle is clicked on which ever happens first.
begin=greenRect4.click+3s
dur=5s
end=
Circle disappears at 5 seconds or when rectangle is clicked on which ever happens first.
begin=greenRect5.click+3s
dur=
end=5s
Click on rectangle and circle will appear 3 seconds after the click and last for the next 5 seconds.
begin=greenRect6.click+3s
dur=
end=blueRect6.click+3s
Click on the green rectangle and circle will appear 3 seconds after the click. Click on the blue rectangle and the circle will disappear 3 seconds after the click. If blue rectangle is clicked before the green rectangle then the circle will not appear. If blue rectangle is not clicked and green rectangle is clicked the circle will remain visible until 20 seconds has been reached.
begin=greenRect7.click
dur=
end=blueRect7.click
Click on the green rectangle and circle will appear after the click. Click on the blue rectangle and the circle will disappear after the click. If blue rectangle is clicked before the green rectangle then the circle will not appear. If blue rectangle is not clicked and green rectangle is clicked the circle will remain visible until 20 seconds has been reached.
begin=
dur=15s
end=greenRect8.click+3s
Circle disappears at 15 seconds or when 3 seconds after the rectangle is clicked which ever happens first.


Back to main index