Issue 128506

Summary: screenshots for failed tests are late (after office closes) or missing.
Product: QA Reporter: Carl Marcum <cmarcum>
Component: frameworkAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Minor    
Priority: P5 (lowest)    
Version: 4.2.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: 4.1.11
Developer Difficulty: Simple

Description Carl Marcum 2022-04-16 17:21:40 UTC
failed test screenshots sometimes show only the desktop.

To recreate, make the fvt.gui.AOOTest method testHello fail by changing the assertion from "Hello" to something else and cleaning and recompiling the tests.

compile and run the test method or class.
Comment 1 Carl Marcum 2022-04-16 20:08:50 UTC
This seems to be fixed by adding an app.stop() before app.start() in setUp() and removing app.stop() from tearDown().
Comment 2 Carl Marcum 2022-04-16 20:09:56 UTC
At least for the late screenshot.