-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
107 lines (96 loc) · 5.97 KB
/
404.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Nexial Automation | the Test Automation Platform for everyone!</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<meta http-equiv="Refresh" content="8;URL='/documentation/'"/>
<meta property="og:title" content="Nexial Automation"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:description" content="the Test Automation Platform for everyone!"/>
<meta property="og:url" content="https://nexiality.github.io/documentation/"/>
<meta property="og:site_name" content="Nexial Automation"/>
<meta name="Description" content="The test automation platform for everyone! A hybrid, codeless approach towards test automation that supports both agile and traditional product development methodologies and promotes collaboration across the entire team. Collaborate, Integrate, Automate! ">
<meta name="Keywords" content="automation nexial nexiality nexialist test collaborate integrate automate platform codeless hybrid testing scripting regression functional">
<META NAME="author" CONTENT="Mike Liu, Nexiality">
<META NAME="subject" CONTENT="test automation platform">
<META NAME="Classification" CONTENT="Nexial - test automation platform with the main motivation to provide a set of capabilities to automate software testing. Main capabilities: Test automation for everyone - no coding experience required (but supported), simple and valuable to all project participants; Keyword-driven via simple/familiar spreadsheet interface; Hybrid approach to support keyword-based tests and program/script -based tests; Local and remote (Jenkins, BrowserStack) support; Integration to existing collaboration tools such as JIRA and Confluence; Supports various application architecture, includes web (browser), desktop, API/REST/SOAP, database, batch, ssh; Extensive and flexible test management; Data management and data generation; Supports FRIP (functional, regression, integration, performance testing)">
<META NAME="Language" CONTENT="English">
<META NAME="distribution" CONTENT="Global">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="5 days">
<link rel="canonical" href="https://nexiality.github.io/documentation/"/>
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400">
<link rel="stylesheet" href="/documentation/assets/css/style.css">
<link rel="stylesheet" type="text/css" href="/documentation/assets/css/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="application/ld+json">
{"name":"Nexial Automation","description":"the Test Automation Platform for everyone!","@type":"WebSite","url":"https://nexiality.github.io/documentation/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://nexiality.github.io/documentation/image/logo-small.png"}},"headline":"Nexial Automation","@context":"http://schema.org"}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116385736-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116385736-1');
</script>
<script>
// redirector
if (/(.+\/)(quickstart)(\/.*)/.test(document.location.pathname)) {
document.location = document.location.pathname.replace(/(.+\/)(quickstart)(\/.*)/, '$1userguide$3');
}
if (document.location.pathname.endsWith('/documentation/quickstart')) {
document.location = '/documentation/userguide/index.html';
}
if (document.location.pathname.endsWith('/userguide/UnderstandingProjectStructure')) {
document.location = '/documentation/userguide/UnderstandingProjectStructure';
}
if (document.location.pathname.startsWith('/documentation/commands/desktop/getTaableRowsAll(var)')) {
document.location = '/documentation/commands/desktop/saveTableRows(var,contains,csv)';
}
if (document.location.pathname.startsWith('/documentation/tipsandtricks/CreateTestScript_data_plan')) {
document.location = '/documentation/userguide/UnderstandingProjectStructure';
}
// documentation/commands/desktop/getRowCount(var)
</script>
</head>
<body>
<div id="container">
<header>
<!--<h1>Nexial Automation » Nexial Automation</h1>-->
<h1>Nexial Automation</h1>
<h2>the Test Automation Platform for everyone!</h2>
<div class="breadcrumb">
<a class="breadcrumb" href="/documentation">Home</a> »
<span class="breadcrumb">Nexial Automation</span>
</div>
</header>
<div class="inner">
<section id="main_content">
<h3 class="pageTitle">Nexial Automation</h3>
<div class="font-size:16pt;padding:15px">
Sorry! The page you are looking for does not exist.<br/>
<br/>
This page will redirected to the <a href="/documentation">Home Page</a> shortly...
</div>
</section>
<hr/>
<footer>
Nexial Automation is maintained by <a href="https://github.com/nexiality">nexiality</a><br/>
</footer>
</div>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-116385736-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>