-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
407 lines (367 loc) · 20.8 KB
/
index.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>FunTester – the opensource functional tester</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!---//Facebook button code-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- ******HEADER****** -->
<header id="header" class="header">
<div class="container">
<h1 class="logo pull-left">
<a class="scrollto" href="#promo">
<span class="logo-title">FunTester</span>
</a>
</h1><!--//logo-->
<nav id="main-nav" class="main-nav navbar-right" role="navigation">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!--//nav-toggle-->
</div><!--//navbar-header-->
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="active nav-item sr-only"><a class="scrollto" href="#promo">Home</a></li>
<li class="nav-item"><a class="scrollto" href="#about">About</a></li>
<li class="nav-item"><a class="scrollto" href="#features">Features</a></li>
<li class="nav-item"><a class="scrollto" href="#docs">Get Started</a></li>
<li class="nav-item"><a class="scrollto" href="#license">License</a></li>
<li class="nav-item last"><a class="scrollto" href="#contact">Contact</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</nav><!--//main-nav-->
</div>
</header><!--//header-->
<!-- ******PROMO****** -->
<section id="promo" class="promo section offset-header">
<div class="container text-center">
<!--
<h2 class="title">Fun<span class="highlight">Tester</span></h2>
-->
<img src="assets/images/funtester2.png" ></img>
<p> </p>
<p class="intro">use cases + behavior details = functional testing</p>
<div class="btns">
<a class="btn btn-cta-secondary" href="#about" >More</a>
<a class="btn btn-cta-primary" href="https://github.com/funtester/funtester-releases#funtester-releases" target="_blank">Download</a>
</div>
<ul class="meta list-inline">
<li><a href="https://github.com/funtester" target="_blank">View on GitHub</a></li>
<li><a href="https://github.com/funtester/funtester" target="_blank">Full Documentation</a></li>
<li><a href="#docs" >Get Started</a></li>
</ul><!--//meta-->
</div><!--//container-->
<div class="social-media">
<div class="social-media-inner container text-center">
<ul class="list-inline">
<li class="github-star"><iframe src="https://ghbtns.com/github-btn.html?user=funtester&repo=funtester&type=watch" allowtransparency="true" frameborder="0" scrolling="0" width="50" height="20"></iframe></li>
<li class="github-fork"><iframe src="https://ghbtns.com/github-btn.html?user=funtester&repo=funtester&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe></li>
<li class="github-follow"><iframe src="https://ghbtns.com/github-btn.html?user=funtester&repo=funtester&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="150" height="20"></iframe></li>
</ul>
</div>
</div>
</section>
<!-- ******ABOUT****** -->
<section id="about" class="about section">
<div class="container">
<h2 class="title text-center">What is FunTester?</h2>
<p class="intro text-center" >FunTester is an opensource <a href="https://en.wikipedia.org/wiki/Model-based_testing" >model-based</a> <a href="https://en.wikipedia.org/wiki/Functional_testing" >functional testing</a> tool that helps you to document your software through textual use cases and to verify whether it is behaving according to them.</p>
<div class="row">
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-heart"></i>
</div>
<div class="content">
<h3 class="sub-title">Designed for your team</h3>
<p>Are you a system analist? Use FunTester to document your use cases. Front-end developer? Give details about the user interface to proper testing it. Are you a tester? Detail the expected
behaviors of the application. Let your team work together and benefit from FunTester's features.</p>
</div>
</div>
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-clock-o"></i>
</div>
<div class="content">
<h3 class="sub-title">Time saver</h3>
<p>FunTester can generate thousands of test cases in seconds. They are prioritized
according to the use cases, so that you can run the more important tests frequently
and let all the tests to run from time to time.</p>
</div>
</div>
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-tablet"></i>
</div>
<div class="content">
<h3 class="sub-title">UI-independent</h3>
<p>Web sites, mobile apps (native or web-based), desktop apps, you name it.
Any identifiable or referenceable user interface elements can be used to
generate tests.</p>
</div>
</div>
<div class="clearfix visible-md"></div>
</div>
<div class="row">
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-crosshairs"></i>
</div>
<div class="content">
<h3 class="sub-title">Plugin-based</h3>
<p>Plugins are used for transforming abstract test cases into test scripts. FunTester can test <a href="https://github.com/funtester/funtester-plugin-selenium" target="_blank" >web pages</a>, <a href="https://github.com/funtester/funtester-plugin-robotium" target="_blank" >Android apps</a>, <a href="https://github.com/funtester/funtester-plugin-fest" target="_blank" >Swing applications</a>, and
<strong>even more</strong>. Do you need to test another kind of application? Just write a plugin.
It's easier than you think.</p>
</div>
</div>
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-code"></i>
</div>
<div class="content">
<h3 class="sub-title">Easy to customise</h3>
<p>Vocabularies, widgets, and profiles are available as JSON files. You can add new words
or translate them to the desired language (currently available: English and Brazilian Portuguese).</p>
</div>
</div>
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-coffee"></i>
</div>
<div class="content">
<h3 class="sub-title">Opensource</h3>
<p>FunTester is a Swing-based Java application. Plug-ins can be written in Java or any
other programming language, because they are executed as external console applications.
Wanna help us? <a href="#contact" >Get in touch!</a></p>
</div>
</div>
</div><!--//row-->
</div><!--//container-->
</section><!--//about-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container text-center">
<h2 class="title">Features</h2>
<ul class="feature-list list-unstyled">
<li><i class="fa fa-check"></i> Generate relevant test cases automatically</li>
<li><i class="fa fa-check"></i> Generate test data and oracles (i.e. asserts) automatically</li>
<li><i class="fa fa-check"></i> Allow to use test data from databases</li>
<li><i class="fa fa-check"></i> Allow to use regular expressions and to express complex validation rules</li>
<li><i class="fa fa-check"></i> Easy to connect to new databases types (via JDBC)</li>
<li><i class="fa fa-check"></i> Can be extended through plugins</li>
</ul>
</div><!--//container-->
</section><!--//features-->
<!-- ******DOCS****** -->
<section id="docs" class="docs section">
<div class="container">
<div class="docs-inner">
<h2 class="title text-center">Get Started</h2>
<div class="block">
<h3 class="sub-title">Download</h3>
<p><a href="https://github.com/funtester/funtester-releases#funtester-releases"
>Latest version</a>
<a href="https://github.com/funtester/funtester-releases"
>Other versions</a></p>
<p>FunTester requires <a href="https://www.java.com/pt_BR/download/faq/java_6.xml" >Java 6</a>.</p>
<br />
<h3 class="sub-title">Installation</h3>
<ol>
<li>Install <a href="https://www.java.com/pt_BR/download/faq/java_6.xml" >Java</a> (if not installed).</li>
<li>Extract the downloaded <strong>.zip</strong> file to the desired folder.</li>
<li>Double click <strong>funtester.jar</strong>.</li>
</ol>
<br />
<!--
<h3 class="sub-title">Example</h3>
<p>An example on how to use the tool. The audio is in Brazilian Portuguese.</p>
<iframe src="https://player.vimeo.com/video/98742648?portrait=0"
width="640" height="360" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen
></iframe>
<h3 class="sub-title text-center">HTML</h3>
<p><a href="https://prismjs.com/" target="_blank">PrismJS</a> is used as the syntax highlighter here.</p>
<p>Below are the details of the custom PrismJS build used in this template. You can <a href="https://prismjs.com/download.html" target="_blank">build your own version</a> via their website should you need to.</p>
<ul class="list-unstyled">
<li><strong>Compression level:</strong> Minified</li>
<li><strong>Theme:</strong> Okaidia</li>
<li><strong>Languages:</strong> Markup, CSS, C-like, JavaScript, PHP and Python</li>
</ul>
<div class="code-block">
<pre><code class="language-markup">
<p class="my-style">
Hello World!
</p>
</code></pre>
</div>
</div>
<div class="block">
<h3 class="sub-title text-center">CSS</h3>
<p>Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.</p>
<div class="code-block">
<pre>
<code class="language-css">
/*
* Template Name: devAid - Responsive Website Template for developers
* Version: 1.0
* Author: Xiaoying Riley at 3rd Wave Media
* Website: https://themes.3rdwavemedia.com/
* Twitter: @3rdwave_themes
* Use Prismjs - https://prismjs.com/index.html#basic-usage
*/
body {
font-family: 'Lato', arial, sans-serif;
color: #444444;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
</div>
</div>
<div class="block">
<h3 class="sub-title text-center">JavaScript</h3>
<p>Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit ligula eget dolor.</p>
<div class="code-block">
<pre><code class="language-javascript">
if( awesome ){
console.log('This is Awesome');
}else{
$('body').addClass('give-me-awesome');
}
</code></pre>
</div>
</div>
-->
<div class="block">
<h3 class="sub-title" >Full Documentation</h3>
<p> </p>
<p>
<a class="btn btn-cta-primary" href="https://github.com/funtester/funtester" target="_blank">More on GitHub</a>
</p>
</div><!--//block-->
</div><!--//docs-inner-->
</div><!--//container-->
</section>
<!-- ******LICENSE****** -->
<section id="license" class="license section">
<div class="container">
<div class="license-inner">
<h2 class="title text-center">License</h2>
<div class="info">
<p>FunTester is made by <a href="https://www.linkedin.com/in/thiago-delgado-pinto-bb6bb844/" target="_blank">Thiago Delgado Pinto</a> and contributors and is <strong>100% free</strong> under an opensourced license.</p>
</div><!--//info-->
<div class="cta-container">
<div class="speech-bubble">
<p class="intro">If you are feeling generous and want to show your support, you can buy them a beer or coffee via the PayPal donate button below. :)</p>
<div class="icon-holder text-center"><i class="fa fa-smile-o"></i></div>
</div><!--//speech-bubble-->
<div class="btn-container text-center" >
<!-- Donate with Paypal -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MVGUZGU5MD9JU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif" width="1" height="1">
</form>
</div><!--//btn-container-->
</div><!--//cta-container-->
</div><!--//license-inner-->
</div><!--//container-->
</section><!--//how-->
<!-- ******CONTACT****** -->
<section id="contact" class="contact section has-pattern">
<div class="container">
<div class="contact-inner">
<h2 class="title text-center">Contact</h2>
<p class="intro text-center">We hope you find FunTester useful. <br />Feel free to get in touch if you have any questions or suggestions:<br /><br />
<span class="text-center text-info" >thiago-dp (at) bol (dot) com (dot) br</span>
</p>
<div class="author-message">
<div class="profile">
<img class="img-responsive" src="assets/images/thiago.jpg" alt="" />
</div><!--//profile-->
<div class="speech-bubble">
<h3 class="sub-title">Are you a developer?</h3>
<p>Join us at <a href="https://github.com/funtester" target="_blank">GitHub</a> or fork some of our projects.
<p>If you wish to create a <strong>plug-in</strong>, take a look at our <a href="https://github.com/funtester/funtester" >documentation</a>. Please contact us you have any doubts.</p>
<div class="source">
<span class="name"><a href="https://www.linkedin.com/in/thiago-delgado-pinto-bb6bb844/" target="_blank">Thiago Delgado Pinto</a></span>
<br />
<span class="title">creator of FunTester</span>
</div><!--//source-->
</div><!--//speech-bubble-->
</div><!--//author-message-->
<div class="clearfix"></div>
<!-- Visitors by FlagCounter -->
<div class="text-center" >
<a href="https://bit.ly/VtDGRR" ><img src="https://s11.flagcounter.com/map/VtDGRR/size_t/txt_000000/border_CCCCCC/pageviews_0/viewers_3/flags_0/"
alt="Counter" border="0" ></a>
<br />
<p style="color:lightgray" ><small>since 2014-06-27</small></p>
</div>
<!--
<div class="info text-center">
<h4 class="sub-title">Get Connected</h4>
<ul class="social-icons list-inline">
<li><a href="https://twitter.com/3rdwave_themes" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/3rdwavethemes" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/xiaoying"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://instagram.com/xyriley"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://dribbble.com/Xiaoying"><i class="fa fa-dribbble"></i></a></li>
<li class="last"><a href="mailto: hello@3rdwavemedia.com"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
-->
</div><!--//contact-inner-->
</div><!--//container-->
</section><!--//contact-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright">Site theme adapted from the work by <a href="https://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a>.</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>