Skip to content

Commit 1770163

Browse files
author
Kerry Kimbrough
committed
Update notes for release=1.5.2
1 parent 41d902a commit 1770163

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## What's New? ##
44

5-
* The latest version (Tcases 1.5.1) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
5+
* The latest version (Tcases 1.5.2) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
66

7-
* HTML test case reports: Tcases output is often used to guide manual testing. But let's face it -- reading XML is not a lot of fun. So now you can ask Tcases to produce test case definitions in the form of an [HTML report](http://www.cornutum.org/tcases/docs/Tcases-Guide.htm#html).
7+
* Ever wonder if a different random seed might lead to more interesting test cases? Try this [one weird trick](ReleaseNotes.md).
88

99
* Subscribe to the [Tcases Forum](https://groups.google.com/d/forum/tcases) group to get notifications and share experiences with other Tcases users.
1010

ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes #
22

3+
## 1.5.2 ##
4+
5+
Ever wonder if a different random seed might lead to more interesting test cases? Now it's easier to find out: try the ```-R``` option at the ```tcases``` command line. Or, if you're using the Tcases Maven Plugin, the ```newSeed``` parameter does the same thing. This is like the ```-r``` option (or the ```seed``` parameter), except that Tcases picks the seed value for you.
6+
7+
Similarly, when using the Tcases Reducer, you might wonder if a different seed might produce an equally small but more interesting set of test cases.
8+
So you can also use ```-R``` (or ```newSeed```) with the Tcases Reducer, which tells it to ignore any previous random seed
9+
in the current generator definition and to search for a new minimizing seed value.
10+
311
## 1.5.1 ##
412

513
* HTML test case reports: Tcases output is often used to guide manual testing. But let's face it -- reading XML is not a lot of fun. So now you can ask Tcases to produce test case definitions in the form of an [HTML report](http://www.cornutum.org/tcases/docs/Tcases-Guide.htm#html).

0 commit comments

Comments
 (0)