~dhillon-v10/qa-regression-testing/mago-packages-checking

« back to all changes in this revision

Viewing changes to gnome-screenshot/take_screenshot.xml

  • Committer: Vikram Dhillon
  • Date: 2010-01-12 02:42:18 UTC
  • Revision ID: dhillonv10@gmail.com-20100112024218-7ntl2wrpbxqjb3kx
Initial commit: getting in the data from mago

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<suite name="take screenshot">
 
3
  <class>take_screenshot.TakeScreenshot</class>
 
4
  <description>
 
5
    Tests which verify the Take Screenshot functionality.
 
6
  </description>
 
7
  <case name="Grab Desktop">
 
8
    <method>grab_desktop</method>
 
9
    <description>
 
10
        Grab a screenshot of the desktop after a delay.
 
11
    </description>
 
12
    <args>
 
13
        <delay>5</delay>
 
14
        <filename>baz.png</filename>
 
15
    </args>
 
16
  </case>
 
17
  <case name="Grab Window">
 
18
    <method>grab_window</method>
 
19
    <description>
 
20
        Grab a screenshot of the current window after a delay.
 
21
    </description>
 
22
    <args>
 
23
        <delay>5</delay>
 
24
        <filename>baz.png</filename>
 
25
    </args>
 
26
  </case>
 
27
  <case name="Grab Area">
 
28
    <method>grab_area</method>
 
29
    <description>
 
30
        Grab a screenshot of the select area after a delay.
 
31
    </description>
 
32
    <args>
 
33
        <delay>5</delay>
 
34
        <filename>baz.png</filename>
 
35
    </args>
 
36
  </case>
 
37
</suite>