-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (94 loc) · 4.05 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
---
layout: base
title: Home
---
<section class="dark-background">
<div class="hero-content">
<img src="./assets/images/utaf-logo.png" />
<span>Unified Test Automation Framework</span>
</div>
<div class="container-large">
<h3 class="heading-color-white centered">
The framework for building test automation
</h3>
</div>
<div class="container-large button-group">
<a class="button is-primary" href="/docs/intro">Learn UTAF</a>
<a class="button is-primary" href="/docs/getting-started">API Reference</a>
</div>
</section>
<div class="spacer"></div>
<section>
<h4 class="centered" style="margin-bottom: 1rem">
Create Test Automation Faster & Easier
</h4>
<div class="container-large">
<p class="centered">
The UTAF SDK lets you build automated tests using the same frameworks and
languages you are already familiar with. Combining our framework
extensions with a rich set of adapter libraries for common services and
dependencies provides a complete platform to rapidly implement automated
test solutions for our clients.
</p>
</div>
<div class="container-large button-group">
<a class="button is-primary" href="/docs/getting-started">Get Started</a>
</div>
</section>
<div class="spacer"></div>
<section class="light-background">
<div class="container-large">
<h4 class="heading-color-white centered">UTAF Features</h4>
</div>
<div class="container-large tile-container">
<div class="tile is-secondary">
<h4 class="tile-title">Multi-Language Support</h4>
<div class="tile-content">
The Unified Test Automation Framework (UTAF) is a development framework
for building and running code-based test automation including API, UI
and End-to-End tests along with Accessibility, Mobile, Performance and
Security testing. The UTAF SDK contains a set of libraries used to
quickly create and extend automated test suites. There are
implementations of the UTAF SDK for several languages including as C#,
Java, JavaScript/TypeScript and Python.
</div>
</div>
<div class="tile is-secondary">
<h4 class="tile-title">Use the Frameworks You Already Know</h4>
<div class="tile-content">
Unlike frameworks that claim to "supercharge" testing efforts, the UTAF
SDK does not replace or even abstract the underlying framework. In fact,
quite the opposite. We want to leverage the underlying frameworks and
simply extend them so teams don't have to repeatedly (re)code the same
common types, functions, actions, helpers, etc. The UTAF also provides
code to handle integrations with many common services including
databases, message brokers, identity providers and more.
</div>
</div>
</div>
<div class="container-large tile-container">
<div class="tile is-secondary">
<h4 class="tile-title">Modularized Packages</h4>
<div class="tile-content">
The UTAF SDK contains numerous separate packages for each framework
extension and adapter libraries. This provides greater flexibility as
engineers only have to import the packages they actually need. It also
means cleaner separation of concerns within the codebase and supports
better software development practices and processes.
</div>
</div>
<div class="tile is-secondary">
<h4 class="tile-title">Simplified Distribution Model</h4>
<div class="tile-content">
All versions of the SDK are distributed via the most common package
managers (Maven, npm, NuGet, etc.). This distribution model means we
deliver the UTAF SDK as a product in the same way other vendors deliver
the libraries and products we utilize every day. It also makes it
significantly easier for teams to update/upgrade their test suites to
use the latest version of the SDK so they can benefit from improvements
and new features when they are released.
</div>
</div>
</div>
</section>
<div class="spacer light-background"></div>