-
Notifications
You must be signed in to change notification settings - Fork 1
/
changeLog.txt
174 lines (91 loc) · 3.58 KB
/
changeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
Date: Fri Feb 10 10:57:23 2012 +0100
Version 0.1.6
Added two new modules
Connection.py used for launchin a web app as main app and checkin connection before running actions.
ScanPorts.py used for checking available ports.
TestRuns now returns case status result.
Now it is not mandatory to have projects folder inside your testDriver directory.
Possibility to specify main directory as argument to the testDriver.
Removed the dependency for numpy library.
Connection.py needs request python package.
Possibility to specify case Ids as names and not only as numbers.
Date: Fri Nov 4 12:11:27 2011 +0100
Folder and subfolder organization, possibility to set version/commit from co
Date: Wed Nov 2 16:29:41 2011 +0100
fixed command line args
Date: Wed Nov 2 14:27:49 2011 +0100
fixed the import for asyncprocess module
Date: Tue Oct 25 10:39:11 2011 +0200
main module now is called TestDriver and TestDriver module has been renamed
Date: Mon Oct 24 10:00:47 2011 +0200
fixed Asyncproc, now it is faster than previous version
Date: Tue Oct 11 15:49:10 2011 +0200
Now testDriver class is able to handle OSError exception for async subproces
Date: Tue Oct 11 09:51:37 2011 +0200
fixed testDriver exit app status
Date: Mon Oct 10 16:02:55 2011 +0200
fixed testDriver
Date: Mon Oct 10 14:49:16 2011 +0200
Now is possible to specify an interval of casesIds and not only a list of id
Date: Mon Oct 10 12:46:46 2011 +0200
fixed automated tests
Date: Fri Oct 7 16:26:41 2011 +0200
updated schema
Date: Fri Oct 7 16:18:30 2011 +0200
minor fixes
Date: Fri Oct 7 16:07:26 2011 +0200
added possibility to specify different actions types for automated test, bet
Date: Tue Jul 5 12:52:25 2011 +0200
added support to preconditions into each case and minor bug fixes
Date: Tue Jun 28 14:13:28 2011 +0200
fixed terminate process without waiting
Date: Tue Jun 28 12:04:19 2011 +0200
minor fixes
Date: Thu May 19 09:49:07 2011 +0200
fixed class documentation
Date: Tue May 17 16:02:44 2011 +0200
fixed SetTmpDirectory
Date: Tue May 17 15:22:35 2011 +0200
fixed testCase sorting
Date: Mon May 16 16:20:32 2011 +0200
local environment folders
Date: Thu May 12 15:09:43 2011 +0200
fixed license
Date: Thu May 12 15:04:04 2011 +0200
fixed testCase 3
Date: Mon May 9 11:41:29 2011 +0200
fixed output messages
Date: Mon May 9 10:44:18 2011 +0200
fixed testCase type1
Date: Mon May 9 10:17:19 2011 +0200
Main.py
Date: Wed May 4 10:17:17 2011 +0200
fixed projects folder
Date: Wed May 4 10:14:58 2011 +0200
projects floder added
Date: Wed May 4 10:13:49 2011 +0200
tester app renamed and fixed
Date: Tue May 3 17:45:10 2011 +0200
minor fixes
Date: Tue May 3 16:38:56 2011 +0200
addedscreenshot feature for test type 3
Date: Tue May 3 16:12:23 2011 +0200
added xsd schema files
Date: Tue May 3 16:11:51 2011 +0200
added stderr reading
Date: Tue May 3 16:10:48 2011 +0200
TestDriver.py
Date: Mon May 2 16:27:05 2011 +0200
asyncproc module added, created TestResults class
Date: Thu Apr 28 17:07:45 2011 +0200
fixed
Date: Thu Apr 28 16:28:35 2011 +0200
first version
Date: Wed Apr 27 16:56:31 2011 +0200
added possibility to manually quit a test
Date: Tue Apr 26 09:33:13 2011 +0200
PollingApp added
Date: Thu Apr 14 16:47:55 2011 +0200
added testruns methods in testdriver
Date: Thu Apr 14 14:46:01 2011 +0200
xml read and data structures