829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
|
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
|
-
+
|
<li>
<p>
Relocatable - the testsuite or automation area can be checked out and the tests run anywhere
</p>
</li>
<li>
<p>
Encapsulated - the area where the tests run are self-contained and all inputs
Encapsulated - the tests run in self-contained directories and all inputs
and outputs to the process can be found in the run areas.
</p>
</li>
<li>
<p>
Deployable - anyone on the team, at any site, at any time can run the flow
</p>
|
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
|
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
|
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
|
</li>
</ol></div>
</div>
</div>
</div>
<h1 id="_getting_started">Getting Started</h1>
<div class="openblock">
<div class="title">Getting started with Megatest</div>
<div class="title">Getting started with Megatest: creating a testsuite/flow and your first test with installation instructions following.</div>
<div class="content">
<div class="paragraph"><p>How to install Megatest and set it up for running your regressions and continuous integration process.</p></div>
<div class="paragraph"><p>How to create your first testsuite and add a test.</p></div>
</div></div>
<div class="paragraph"><p>After installing Megatest you can easily create a flow or testsuite and add some tests.</p></div>
<div class="sect1">
<h2 id="_creating_a_megatest_area">Creating a Megatest Area</h2>
<div class="sectionbody">
<div class="listingblock">
<div class="title">Using the helper to create a Megatest area</div>
<div class="content monospaced">
<pre>megatest -create-megatest-area</pre>
</div></div>
</div>
</div>
<div class="sect1">
<h2 id="_creating_a_test">Creating a Test</h2>
<div class="sectionbody">
<div class="listingblock">
<div class="title">Using the helper to create a Megatest test</div>
<div class="content monospaced">
<pre>megatest -create-test testname</pre>
</div></div>
</div>
</div>
<div class="sect1">
<h2 id="_installation">Installation</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_dependencies">Dependencies</h3>
<div class="paragraph"><p>Chicken scheme and a number of "eggs" are required for building
Megatest. See the script installall.sch in the utils directory of the
distribution for a mostly automated way to install everything needed
for building Megatest on Linux.</p></div>
Megatest. See the script installall.sh in the utils directory of the
source distribution for an automated way to install everything
needed for building Megatest on Linux.</p></div>
<div class="paragraph"><p><span class="footnote"><br>[An example footnote.]<br></span></p></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_writing_tests">Writing Tests</h2>
<div class="sectionbody">
|
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
|
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
|
-
+
+
|
</div>
</div>
</div>
<div id="footnotes"><hr></div>
<div id="footer">
<div id="footer-text">
Version 1.0<br>
Last updated 2016-08-20 20:32:22 MST
Last updated
2016-10-14 22:36:54 MST
</div>
</div>
</body>
</html>
|