Difference between revisions of "Automatic Creation Of Dialog Screenshots"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
== Why create screenshots of dialogs automatically ==
 
== Why create screenshots of dialogs automatically ==
 +
One way how to check the GUI is go through all (or most of) the dialogs manually. Another approach is to create screenshots of dialogs automatically and then check only these screenshots.
 +
 +
 +
The automated way has several advantages:
 +
* browsing the GUI is done automatically and the tester only has to review the results - saves time
 +
* the screenshots can be distributed among several people - makes the review faster
 +
 +
 +
Of course, this doesn't mean that we should abandon manual testing of the GUI in favour of automated screenshots creation. Both manual testing and automation are important for a well-working QA process.
  
 
== How to do it ==
 
== How to do it ==
Line 9: Line 18:
 
== How to analyze the results ==
 
== How to analyze the results ==
 
=== Manual check of the screenshots ===
 
=== Manual check of the screenshots ===
=== Automatic analyse with a shell script ===
+
=== Semi-automatic analyse with a shell script ===
  
  
 
[[Category:Quality_Assurance]]
 
[[Category:Quality_Assurance]]

Revision as of 13:00, 8 February 2007

This page is currently under construction.

Why create screenshots of dialogs automatically

One way how to check the GUI is go through all (or most of) the dialogs manually. Another approach is to create screenshots of dialogs automatically and then check only these screenshots.


The automated way has several advantages:

  • browsing the GUI is done automatically and the tester only has to review the results - saves time
  • the screenshots can be distributed among several people - makes the review faster


Of course, this doesn't mean that we should abandon manual testing of the GUI in favour of automated screenshots creation. Both manual testing and automation are important for a well-working QA process.

How to do it

How to analyze the results

Manual check of the screenshots

Semi-automatic analyse with a shell script

Personal tools