root / tests / testcases / test_query_photographer.xml

Revision 544:7e861628ffb0, 1.4 kB (checked in by Harri Kaimio <harri@…>, 5 years ago)

Copied test cases from Bugzilla testrunner

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<testcase>
24    <id>
25        test_query_photographer
26    </id>
27    <component>
28        imginfo
29    </component>
30    <summary>
31        Query by photographer
32    </summary>
33    <description>
34        Action:
35       
36        1. Select a photo
37        2. Chage photographer to "TESTPHOTOGRAPHER"
38        3. Search for "TESTPHOTOGRAPHER"
39        4. Change Name back to original
40        5. Search "TESTPHOTOGRAPHER"
41       
42    </description>
43    <expectedresult>
44        1. N/A
45        2. Name changed
46        3. This photo found
47        4. Name changed
48        5. No photos found
49    </expectedresult>
50</testcase>
Note: See TracBrowser for help on using the browser.