root / tests / testcases / test_import_jpeg.xml

Revision 543:a4c8c50061ef, 1.6 kB (checked in by Harri Kaimio <harri@…>, 5 years ago)

Still fixing the test case...

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4  Copyright (c) 2006 Harri Kaimio
5 
6  This file is part of Photovault.
7
8  Photovault is free software; you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by
10  the Free Software Foundation; either version 2 of the License, or
11  (at your option) any later version.
12
13  Photovault is distributed in the hope that it will be useful, but
14  WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  General Public License for more details.
17
18  You should have received a copy of the GNU General Public License
19  along with Photovault; if not, write to the Free Software Foundation,
20  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
21-->
22
23<!-- 
24Test case for verifying basic delete functionality
25-->
26
27<testcase>
28    <id>test_import_jpeg</id>
29    <component>imginfo</component>
30    <summary>
31        Verify that importing JPEG photos works
32    </summary>
33    <description>
34        1. Import JPEG photo from File Import photo
35        2. Set all parameters in property window
36        3. Verify that the photo can be found from Photovault
37        4. Stop Photovault and start again
38        5. Verify that photo and all properties are the same as before
39    </description>
40    <expectedresult>
41        1. Import status dialog is displayed
42        2. Property window is shown and disappears after pressing OK
43        3. Photo found
44        4. Photovault starts
45        5. Photo and  its properties intact
46    </expectedresult>
47</testcase> 
Note: See TracBrowser for help on using the browser.