Issue 100313 - [Automation] dba_ReportBuilder.bas fails (ReportDesign not available)
Summary: [Automation] dba_ReportBuilder.bas fails (ReportDesign not available)
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: marc.neumann
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 16:32 UTC by joerg.skottke
Modified: 2013-08-07 15:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2009-03-18 16:32:48 UTC
The Office and Database have become slower over time.
To fix please modify tMainMenubar:

Remove sleep( 10 ) and put the entire test case in 

if ( ReportDesign.exists( 20 ) ) then

   <test stuff>

endif

fCloseDatabase

endcase

This fixes all Slot not found errors in the test. Proposed CWS is automation310d.
Comment 1 joerg.skottke 2009-03-19 07:58:12 UTC
r269711
Comment 2 joerg.skottke 2009-03-19 09:48:26 UTC
Verified
Comment 3 joerg.skottke 2009-03-26 08:18:40 UTC
Closed