-
In edu.umd.cs.guitar.testcase.plugin.RandomTestCase:
generate(): Initial event is *not* chosen from the set of initial events,
rather from the entire list of events. Pertinent code is:
List initialEvents = getInitialEvent();
List eventList = efg.getEvents().getEvent();
...
Integer currentStep =...
2009-12-17 08:45:59 UTC in GUITAR - A GUI Testing Framework
-
In edu.umd.cs.guitar.testcase.plugin.SequenceLengthCoverage:
generateWithLength(): Paths constructed are incorrect in terms of ordering,
noticeable when length is an odd number greater than or equal to 3. The
method's recursion first builds up a sequence of length (l-1) starting from
each event node (not caring if it marked 'initial' or not). Once this
sequence is built...
2009-12-17 08:44:35 UTC in GUITAR - A GUI Testing Framework
-
In edu.umd.cs.guitar.testcase.plugin.TCPlugin:
parseFollowRelations(): I couldn't locate the explicit semantics for a
'reaching' vs. a 'follow' edge, but it looks like the reaching edge comes
from a hidden widget to a non-hidden widget. However, the back-trace in
DFS() uses the reaching edges *only* (based upon how parseFollowRelations()
populates the 'pred' map data...
2009-12-17 08:43:07 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1233 to the GUITAR - A GUI Testing Framework SVN repository, changing 3 files.
2009-12-08 14:23:48 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1232 to the GUITAR - A GUI Testing Framework SVN repository, changing 52 files.
2009-12-08 14:18:56 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1195 to the GUITAR - A GUI Testing Framework SVN repository, changing 1 files.
2009-12-03 17:37:45 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1194 to the GUITAR - A GUI Testing Framework SVN repository, changing 38 files.
2009-12-03 17:36:35 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1099 to the GUITAR - A GUI Testing Framework SVN repository, changing 2 files.
2009-11-09 18:58:21 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1098 to the GUITAR - A GUI Testing Framework SVN repository, changing 19 files.
2009-11-09 17:05:47 UTC in GUITAR - A GUI Testing Framework
-
srhuang committed revision 1097 to the GUITAR - A GUI Testing Framework SVN repository, changing 22 files.
2009-11-09 16:16:34 UTC in GUITAR - A GUI Testing Framework