From fac86fbcf3ff546418deb95ea063df4713bab002 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 29 Aug 2012 23:53:28 +0200 Subject: Extend the Getting Started chapter --- lib/common_test/doc/src/example_chapter.xml | 3 +- .../doc/src/getting_started_chapter.xml | 55 ++++++++++++++++++++-- 2 files changed, 52 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/common_test/doc/src/example_chapter.xml b/lib/common_test/doc/src/example_chapter.xml index f269dba2cd..3bba7bd783 100644 --- a/lib/common_test/doc/src/example_chapter.xml +++ b/lib/common_test/doc/src/example_chapter.xml @@ -28,7 +28,8 @@ example_chapter.xml - + +
Test suite example diff --git a/lib/common_test/doc/src/getting_started_chapter.xml b/lib/common_test/doc/src/getting_started_chapter.xml index 891cbc49f3..3cf04bb1a2 100644 --- a/lib/common_test/doc/src/getting_started_chapter.xml +++ b/lib/common_test/doc/src/getting_started_chapter.xml @@ -214,11 +214,56 @@
What happens next? -

- You will find detailed information about the basics introduced here in this - chapter in the following chapters in the User's Guide, as well as - presentations of many more useful features. Have fun! -

+ +

Well, you might already be asking yourself questions such as:

+ + + "How and where can I specify variable data for my tests that mustn't + be hard-coded in the test suites (such as host names, addresses, + user login data, etc)?" The + External Configuration Data + chapter will give you that information. + + "Is there a way to declare a number of different tests and run them + in one session without having to write my own scripts? And can such + declarations be used for regression testing?" The + Test Specifications + chapter answers these questions. + + "Can test cases and/or test runs be automatically repeated?" Learn more about + Test Case Groups + and also read about start flags/options in the + Running Tests chapter and + the Reference Manual. + + "Will Common Test execute my test cases in sequence or in parallel?" The + Test Case Groups + section in the Running Tests chapter will give you the answer. + + "What's the syntax for timetraps (mentioned above), and how do I set them?" + This is explained in the + Timetrap Timeouts + part of the Writing Test Suites chapter. + + "What functions are available for logging and printing?" Check the + Logging + section in the Writing Test Suites chapter. + + "I need data files for my tests. Where do I store them preferrably?" + You should read about + Data and Private + Directories for information about this. + + "May I start with a test suite example, please?" + Sure! + + +

You will probably want to get started on your own first test suites now, while + at the same time digging deeper into the Common Test User's Guide and Reference Manual. + You will find that there's lots more to learn about the things that have been introduced + in this chapter. You will of course also be presented many more useful features, such as the + ones listed above. Have fun! +

-- cgit v1.2.3