Difference between revisions of "QA/test env"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Configure one machine as testing machine for openoffice)
Line 6: Line 6:
 
* It's important to have the keyboard in en-US too
 
* It's important to have the keyboard in en-US too
 
* Display color depth should be 24-bit or above and disable color calibration.
 
* Display color depth should be 24-bit or above and disable color calibration.
{{Template:Documentation/Tip|'''Mac OS X'''<br />
+
{{Tip|'''Mac OS X'''<br />
 
Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.
 
Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.
 
}}
 
}}
  
 
* Disable OS crash/error reporting
 
* Disable OS crash/error reporting
{{Template:Documentation/Tip|'''Mac OS X'''<br />
+
{{Tip|'''Mac OS X'''<br />
 
Run command to disable:
 
Run command to disable:
 
  defaults write com.apple.CrashReporter DialogType none
 
  defaults write com.apple.CrashReporter DialogType none
Line 17: Line 17:
 
  defaults write com.apple.CrashReporter DialogType prompt
 
  defaults write com.apple.CrashReporter DialogType prompt
 
}}
 
}}
{{Template:Documentation/Tip|'''Windows 7'''<br />
+
{{Tip|'''Windows 7'''<br />
 
Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".
 
Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".
 
}}
 
}}
{{Template:Documentation/Tip|'''Windows XP'''<br />
+
{{Tip|'''Windows XP'''<br />
 
Right click "My Computer", select "Properties->Advanced->Error Reporting". Disable "Disable error reporting".
 
Right click "My Computer", select "Properties->Advanced->Error Reporting". Disable "Disable error reporting".
 
}}
 
}}

Revision as of 10:09, 16 July 2018

Configure one machine as testing machine for openoffice

  • Disable screen saver and computer sleeping
  • Disable firewall
  • Set system locale to English
  • It's important to have the keyboard in en-US too
  • Display color depth should be 24-bit or above and disable color calibration.
Tip.png Mac OS X

Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.


  • Disable OS crash/error reporting
Tip.png Mac OS X

Run command to disable:

defaults write com.apple.CrashReporter DialogType none

Run command to enable:

defaults write com.apple.CrashReporter DialogType prompt
Tip.png Windows 7

Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".

Tip.png Windows XP

Right click "My Computer", select "Properties->Advanced->Error Reporting". Disable "Disable error reporting".

  • Install JRE 1.6+

Automatically run testing on daily build

Personal tools