In Some Cases DivX Player Appears Frozen
Summary
In this example we are going to perform Exploratory Testing by starting with the Set Aspect Ratio function in DivX Player, and after learning more about it we are going to change our tests accordingly. DivX Player 2.5.3 can be used to view video files in Windows. In some cases the application's modal dialog boxes (a type of box that does not release the input focus until it is closed) can appear outside the viewable area. As a result the application appears frozen.
Application Description
The DivX Player is available only for Windows and is the official player application for DivX video files. It also supports other common audio and video formats. (Source: www.divx.com).
For this test we will be focusing on Set Aspect Ratio and Open URL.
Set Aspect Ratio can be used to change the width and height of DivX Player and the video that is currently being played. |
Open URL displays a modal dialog box asking the user to enter the URL of a video file that is hosted on an Internet site. |
Test Design
This example demonstrates the use of Exploratory Testing. One way to perform this type of testing is by examining one function (Set Aspect Ratio in this case). After learning more about the behavior of the application we can modify our tests accordingly.
We can also use the information gathered from other types of testing as a base for developing further tests. After doing some domain testing (in the Some Aspect Ratios Cause DivX Player to Crash example) we found out that if the user inputs large values in the Set Aspect Ratio function, the application crashes. Since it is unlikely that the user will input such a large number in the aspect ratio boxes, we can use this information to try to find examples that are more likely to happen in the real world.
Performing the Test







Results/Relevance
Just like before the modal box appears outside the viewable screen making the application appear frozen. In the last example we managed to reproduce the bug in two easy and likely to happen in the real world steps.
Since the application appears frozen, probably the user would assume that it has crashed and wouldnt know that there is a modal dialog box outside the viewable area. The bug can be reproduced with almost all menu functions.
Even though we used Some Aspect Ratios Cause DivX Player to Crash example as a start for our exploration, after learning more about the behavior of the Set Aspect Ratio we changed the direction of our tests until we found a bug that is different than the one we found with domain testing.
Similar Tests/Additional Notes
We can try similar tests for other functions that show modal dialog boxes.
Configuration
Testing DivXNetworks' DivX Player 2.5.3 on: