Issue 128506 - screenshots for failed tests are late (after office closes) or missing.
Summary: screenshots for failed tests are late (after office closes) or missing.
Status: ACCEPTED
Alias: None
Product: QA
Classification: Unclassified
Component: framework (show other issues)
Version: 4.2.0-dev
Hardware: All All
: P5 (lowest) Minor
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-16 17:21 UTC by Carl Marcum
Modified: 2022-04-16 20:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.11
Developer Difficulty: Simple


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.