Merge pull request #54 from zznic/master
[test/tools/testkit-lite.git] / xsd / release-notes
1 -- version 1.0.1-2 --
2
3  adding 2 new case types "compliance" and "user_experience"
4  
5 -- version 1.0.1-3 --
6  
7  Add a new sub-element "spec" (type: string) under the "testcase" element.
8  
9 -- version 1.0.1-4 --
10   
11  Add 2 new priority "P3" and "P4"
12  
13 -- version 1.0.1-5 --
14  Add a new root "test_definition", and the element "suite" has been move into it as children elements.
15  
16 -- version 1.0.1-6 --
17  A new optional attribute "launcher" is added in the element "testdefinition" for supporting identifying which kind of test suites the XML is designed for
18
19 -- version 1.0.1-7 --
20 The Xslt related files are merged into this repo. 
21 including 
22
23         tests.css             // CSS style for showing test cases and results
24         testresult.xsl
25         testcase.xsl
26         tests.xml             //example of test cases
27         result.xml            //example of test result
28         application.js        //Javascript for "back to top"
29         jquery.min.js         //JQuery
30         back_top.png          //image for "back to top"
31
32 Modification in Schema:
33
34 1\ the optional attribute "launcher" is moved into suite, not in "testdefinition" element any longer.
35
36 2\ "spec" element is removed. and a new "specs" structure is added as below
37
38                                 <specs>
39                                         <spec>
40                                                 <spec_assertion category="Tizen Device API Specifications"
41                                                         section="Widget" specification="Widget Packaging and XML Configuration"
42                                                         interface="Widget" usage="true" />
43                                                 <spec_url>http://www.w3.org/TR/widgets-apis/</spec_url>
44                                                 <spec_statement>spec_statement</spec_statement>
45                                         </spec>
46                                 </specs>
47 All spec-related infomation are re-organized as XML element and attributes.
48
49 In Xslt, 
50
51 1\ a float image "Back to top" is available on right-bottom for scrolling to top.
52
53 2\ html anchor is adder for scrolling back to suite summary table, and case detail tables.
54
55 -- version 1.0.1-8 --
56 1\ For more flexible, rename the attribute "method_or_attribute" to "element_name".
57 2\ Add a new attribute "element_type" to describe the type of the corresponding specification item
58
59 related example and Xlst is also updated for above.
60
61 -- version 1.0.1-9 --
62 1\ add an attribute "cts_version" in the element "environment/BuildInfoType" for saving the version of CTS tool
63 2\ add an attribute "file" in "measurement/simpleMeasurementType"
64 3\ update the result XSLt for showing cts_version
65 4\ update the result XSLt for showing ¡°Test Blocked¡± instead of "Test N/A"
66 5\ add a summary table for showing all FAIL cases.
67
68
69 -- version 1.0.2-1 --
70 1\ add a new int optional attribute "onload_delay" with default "3"
71
72 -- version 1.0.2-2 --
73 1\ Add a new sub element "capabilities" under the element "testcase"
74 2\ Add a new boolean attribute "check_unsupport_error" in the element "testcase"
75
76 -- version 1.0.2-3 --
77 1\ Move the sub element "capabilities" from the element "testcase" to the element "set"
78
79
80 -- version 1.0.2-4 --
81 1\ Add a unique limitation for suite name
82 2\ Add a new optional attribute "launcher" in set 
83
84
85 -- version 1.0.2-5 --
86 1\ Add a attribute "set_debug_msg" in set for recording the name of log file.