From the Test Results view (Section 8.2.18), you can see the Recent Test Results, which is a drop-down menu with checkboxes to indicate which result is visible. The Number of Results to Keep can be configured from - - . simply un-checks the current entry in Recent Test Results, and clears the Test Result View, without deleting anything.
The Test Results view
The Test Results view allows you to analyze a test result using a navigable tree
view, where you can select and expand entire Test Suites, and individual Test
Cases. You can also navigate to individual LOG
, PASS
or
FAIL
entries. For entries that correspond to a line
number in a file, double-clicking on the tree node tells the Squish IDE to open that
file and bring the cursor to that line in your test.
For entries that correspond to images, you can view the image by double-clicking
on the tree node.
For entries that correspond to failed screenshot, table, or visual verifications, you can right-click on them from the Test Results View and View Differences, or Use As Expected Result.
From the toolbar, it is possible to Import Test Results into this view, if they were previously saved to a file, and it is possible to select a result and Export it to a file. This way of moving test results in and out of the IDE is less convenient than using Squish Test Center as a container for test results.
To configure squishide to use a Squish Test Center, see Test Center view (Section 8.2.17). After that, it is possible to Upload Result to Squish Test Center. You will be asked for a Project, Batch, and optional Labels. Batches and labels determine how your result can be organized and grouped with others in Squish Test Center.
Test Results upload
Once the result is uploaded, it can be viewed and analyzed in the web GUI of Squish Test Center, or downloaded to and analyzed in another Squish IDE.
The Test Center view, populated
Test Center view (Section 8.2.17) shows a table of test batch runs, each entry corresponds to a test result. After selecting an entry, it is possible to analyze it in Squish Test Center by clicking the toolbar button , or to download it to the Squish IDE with the button. Double-clicking on a table entry is the same as single-clicking on it and then selecting Download. After a result is downloaded, the Test Results view (Section 8.2.18) becomes visible and the selected result becomes the currently selected entry in Recent Test Results. That result can now be analyzed from the Squish IDE as if it was executed locally.