-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·120 lines (115 loc) · 5.75 KB
/
index.html
File metadata and controls
executable file
·120 lines (115 loc) · 5.75 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a target="_blank" href="https://youtu.be/FOHrWCuNPWI" class="button special">Watch a Video</a></li>
<li><a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit" class="button special">Get Started</a></li>
<li><a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit/wiki" class="button special">Documentation</a></li>
</ul>
</div>
<a href="#features" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<!--
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Arcu aliquet vel lobortis ata nisl<br />
eget augue amet aliquet nisl cep donec</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
-->
<!-- Two -->
<!--
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.jpg" alt="" /></div><div class="content">
<h2>Magna primis lobortis<br />
sed ullamcorper</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>Tortor dolore feugiat<br />
elementum magna</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.jpg" alt="" /></div><div class="content">
<h2>Augue eleifend aliquet<br />
sed condimentum</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.</p>
</div>
</section>
</section>
-->
<!-- Three -->
<section id="features" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Fully featured out of the box</h2>
<p>Quantum is an open source, easy to use, powerful automation framework <br/> collaborating with Cucumber, Test NG, Perfecto Mobile and <a target="_blank" href="https://qmetry.github.io/qaf/">QAF</a></p>
</header>
<ul class="features">
<li class="icon fa-cogs">
<h3>Setup working environment within minutes</h3>
<p>Lab access, user authentication, driver management.</p>
</li>
<li class="icon fa-flask">
<h3>Test creation</h3>
<p>BDD for easy-to-use <a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit/wiki/BDD-Implementation">English phrased steps</a> using standard Cucumber and
<a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit/wiki/Object%20Repository">application objects</a>, in a simple to use environment, which also fits Java-skilled users.</p>
</li>
<li class="icon fa-bar-chart">
<h3>Result analysis</h3>
<p>Perfeco Reporting incorporated into the test, for <a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit/wiki/Viewing-test-execution-results">test execution analysis</a>, with no intervention required by the test writer.</p>
</li>
<li class="icon fa-life-bouy">
<h3>Full support in data driven test</h3>
<p>Support in commonly used data formats, like XML and CSV.</p>
</li>
<li class="icon fa-laptop">
<h3>Devices management mechanism</h3>
<p>Supports smart wait for device, including queuing mechanism and retry.</p>
</li>
<li class="icon fa-tablet">
<h3>Perfecto Mobile actions</h3>
<p>Including all <a target="_blank" href="https://github.com/Project-Quantum/Quantum-Starter-Kit/wiki/Perfecto%20predefined%20steps">Perfecto Mobile actions</a> as Java and Cucumber utils.</p>
</li>
</ul>
<footer>
<p>If you'd like to be part of the Quantum community or help improve your favorite test automation framework, find us on <a target="_blank" href="https://github.com/Project-Quantum/Quantum">GitHub</a> <a target="_blank" href="https://github.com/Project-Quantum/Quantum" class="icon fa-github"
></a></p>
</footer>
</div>
</section>
<!-- CTA -->
<!--
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Arcue ut vel commodo</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions vertical">
<li><a href="#" class="button fit special">Activate</a></li>
<li><a href="#" class="button fit">Learn More</a></li>
</ul>
</div>
</section>
-->