|
@@ -39,6 +39,20 @@
|
39
|
39
|
or a specific machine or a set of machines (environment). Can be related
|
40
|
40
|
to objects
|
41
|
41
|
|
|
42
|
+* objects - allow for
|
|
43
|
+
|
|
44
|
+ * distinct specification of object in group of testing objects (server,
|
|
45
|
+ client1, client2...)
|
|
46
|
+
|
|
47
|
+ * parallelization when the same procedure needs to be repeated over
|
|
48
|
+ every object (machines, pages of a document, data sets...)
|
|
49
|
+
|
|
50
|
+ Notice the difference: while equipmemt serves as a means of providing
|
|
51
|
+ framework or environment where tests can be held, objects are separately
|
|
52
|
+ defined units that tests are actually held against. In practice, set of
|
|
53
|
+ objects can be actually a subset of equipment.
|
|
54
|
+
|
|
55
|
+
|
42
|
56
|
### WUI ###
|
43
|
57
|
|
44
|
58
|
* data persistence (HTML5)
|