Skip to content

Commit 55aedb6

Browse files
committed
Add info about targeted PBT into the front page
1 parent 32becf1 commit 55aedb6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages_src/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ Summary: The main PropEr page
22
kate: replace-tabs-save on; replace-tabs on; tab-width 8;
33

44
PropEr is a tool for the automated, semi-random, property-based testing of
5-
Erlang programs. It is fully integrated with Erlang's type language, and can
6-
also be used for the model-based random testing of stateful systems.
5+
Erlang programs. It is fully integrated with Erlang's type language,
6+
and can also be used for the model-based random testing of stateful systems.
7+
8+
Recent releases of PropEr also contain support for targeted property-based
9+
testing, a powerful extension that brings techniques from search-based
10+
testing into property-based testing.
711

812
To learn more about PropEr, see the [User Guide](/User_Guide.html).
913
Afterwards, you can [download a copy of PropEr](/Download.html),

0 commit comments

Comments
 (0)