You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



Test Case Description for: -quiet and -nosplash

Author: Sarah Liberman

Purpose:

Test the -quiet and -nosplash command-line features. This is for Win32 systems only.


Initial Conditions:

  1. Make sure there's no instance of Mozilla running.
  2. Open up a command prompt/shell window: eg, you could use the Command Prompt feature to open a window.
  3. Make sure you're in the directory which contains the executables:
    • For Win32 Mozilla, this will be the <install_dir>/bin/ folder.
    • For Win32 Netscape 6, this will be the <install_dir>/Netscape 6/ folder
  4. Note. If testing the commercial build, replace mozilla with netscp6
  5. Note. If you have more than one profile, the Select User Profile dialog will appear after you issue the command. Simply select one of them, then click Start Mozilla (or, Start Netscape 6).

Test #1
Steps/Description:

At the command prompt, enter the following command:

mozilla -quiet

Expected Results:

No splashscreen should appear before Mozilla launches. By default on Win32, the splashscreen would appear before launching --however, this command turns the splashscreen off.

Test #2
Steps/Description:

At the command prompt, enter the following command:

mozilla -nosplash

Expected Results:

See results for Test #1 above.


Link(s):

Back to the matrix