-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
43 lines (42 loc) · 1.85 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<h1>
<a id="user-content-iugo-test-automation-framework-and-testsuite" class="anchor" href="#iugo-test-automation-framework-and-testsuite" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Iugo Test Automation Framework and TestSuite</h1>
<h2>
<a id="user-content-table-of-contents" class="anchor" href="#table-of-contents" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Table of Contents</h2>
<ul>
<li>
<a href="#iugo-test-automation-framework-and-testsuite">Iugo Middleware Test Automation Framework and TestSuite</a>
<ul>
<li><a href="#setup">Setup</a></li>
<li><a href="#usage">Usage</a></li>
</ul>
</li>
</ul>
<h2>
<a id="user-content-setup" class="anchor" href="#setup" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Setup</h2>
<p>Follow below steps:</p>
<ol>
<li>
<p>Download Eclipse</p>
</li>
<li>
<p>Within Eclipse,
a. Install TestNG-Eclipse plugin
b. install M2E plugin of Maven</p>
</li>
<li>
<p>Download both repos on your system</p>
</li>
<li>
<p>Within Eclipse
a. Import both as maven projects in Eclipse
b. Go to J-Dux, run maven configuration with “install” task</p>
<p><a href="./images/install-iugo.png" target="_blank"><img src="./images/install-iugo.png" alt="Iugo Install Task" style="max-width:100%;"></a></p>
<p>c. Go to IUGO, run maven configuration with “clean test” task</p>
<p><a href="./images/clean-test-iugo.png" target="_blank"><img src="./images/clean-test-iugo.png" alt="Iugo Clean Test Task" style="max-width:100%;"></a></p>
</li>
</ol>
<h2>
<a id="user-content-usage" class="anchor" href="#usage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Usage</h2>
<ol>
<li>Check run configuration referred in above step 4c. Just make sure that you have correct parameters given in "environment" and "tests"</li>
</ol>