-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.html
More file actions
263 lines (253 loc) · 11.9 KB
/
feature.html
File metadata and controls
263 lines (253 loc) · 11.9 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
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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#"><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>Features - Automated Web UI Testing Tool</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="web ui testing tool, web application testing tool, automated web ui testing tool, automated web application testing tool, automated testing tools for web applications, gui testing tool, web ui testing, free web ui testing tools, free automation testing tools, web automation testing tools, regression testing tools, selenium, free, open source, selenium alternatives,alternative to selenium,automation testing tools, cross browser testing, web application testing, browser testing tools, browser testing, browser automation">
<meta name="description" content="UI Testing Tool For Web Applications: Lemonce Editor is a professional automation testing tool for web applications. Open Source and Free versions are available.">
<!-- Canonical links -->
<!-- CSS -->
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/theme.css">
<link rel="stylesheet" href="/css/index.css">
<script src="https://use.fontawesome.com/201a2b367b.js"></script>
<script type="text/javascript">
var _vds = _vds || [];
window._vds = _vds;
(function(){
_vds.push(['setAccountId', '8bfdaf7823ea3d67']);
(function() {
var vds = document.createElement('script');
vds.type='text/javascript';
vds.async = true;
vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'assets.growingio.com/vds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(vds, s);
})();
})();
</script>
</head>
<body>
<nav class="navbar navbar-inverse bg-inverse navbar-toggleable-md">
<div class="container mx-md-auto mx-0">
<button class="navbar-toggler navbar-toggler-right" data-toggle="collapse" data-target="#nav-content">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-header">
<a href="/zh-cn/" class="navbar-brand">Lemonce</a>
</div>
<div id="nav-content" class="collapse navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item">
<a href="/zh-cn/" class="nav-link">
首页
</a>
</li>
<li class="nav-item">
<a target="_blank" href="http://www.lemonce.net" class="nav-link" onclick="ga('send', 'event', 'download', 'free trial', 'header button')">
购买
</a>
</li>
<li class="nav-item">
<a target="_blank" href="http://www.lemonce.net" class="nav-link" onclick="ga('send', 'event', 'download', 'free trial', 'header button')">
下载
</a>
</li>
<li class="nav-item">
<a href="/zh-cn/docs/guide/index.html" class="nav-link">
文档
</a>
</li>
<li class="nav-item">
<a href="/zh-cn/feature.html" class="nav-link">
特性
</a>
</li>
<li class="nav-item">
<a href="/zh-cn/compare.html" class="nav-link">
对比
</a>
</li>
<li class="nav-item">
<a href="/zh-cn/news.html" class="nav-link">
新闻
</a>
</li>
<li class="nav-item">
<a href="/contact.html" class="nav-link">
联系
</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="wrap-page">
<article class="page">
<div class="page-header bg-teal-gradient py-5">
<div class="container">
<h1>Features</h1>
<time class="text-white">
最后更新:
2019-04-21
</time>
</div>
</div>
<div class="page-content container py-5">
<div class="page-inner2">
<h2 id="Generate-Complex-Test-Suites-with-Minimal-Coding"><a href="#Generate-Complex-Test-Suites-with-Minimal-Coding" class="headerlink" title="Generate Complex Test Suites with Minimal Coding"></a>Generate Complex Test Suites with Minimal Coding</h2><hr>
<p><a href="/docs/guide/recorder.html"><strong>Recorder</strong></a></p>
<ul>
<li>Create most test cases without coding through accurate recordings</li>
<li>Record every web action with high web UI recognition </li>
<li>Generate readable codes and comments automatically when recording</li>
<li>Accurately capture element path with multiple selection methods</li>
<li>Generate selector for elements in Iframe without entering or leaving Iframe.</li>
</ul>
<p><a href="/docs/code-editor/index.html"><strong>Code Editor</strong></a></p>
<ul>
<li>Enhance and improve recordings & test suites without coding skill</li>
<li>Easy to edit & modify readable codes generated by recorder</li>
<li>Import reusable test cases & components easily</li>
<li>Different selectors such as CSS,XPath and Sizzle can be used. <a href="footer/blog/compare-selenium-selectors.html"><code>read more</code></a></li>
</ul>
<p><a href="/docs/lemoncase2/index.html"><strong>Programming language - Lemoncase2</strong></a></p>
<ul>
<li>Inbuilt in Lemonce Editor</li>
<li>Describe almost all user actions with only 20+ commands in plain English</li>
<li>Simplify test case coding with a simple syntax structure</li>
<li>High readability: easy to understand, maintain, and modify</li>
<li>Simple and intuitive syntax: easy to learn, advanced coding skills not required</li>
<li>High level language: achieve more programming goals with less coding workload</li>
</ul>
<p><br></p>
<h2 id="Perform-Reliable-Playback-and-Smooth-Test-Execution"><a href="#Perform-Reliable-Playback-and-Smooth-Test-Execution" class="headerlink" title="Perform Reliable Playback and Smooth Test Execution"></a>Perform Reliable Playback and Smooth Test Execution</h2><hr>
<p><a href="/feature.html"><strong>LemonceDriver - A Better Alternative to Selenium WebDriver</strong></a></p>
<ul>
<li>Support direct cross-domain testing for both public web contents and local components (e.g.IFrame)</li>
<li>Support IFrame penetration to manipulate components inside multiple iframes without writing extra scripts <a href="/footer/blog/selenium-iframe-element-testing.html"><code>read more</code></a></li>
<li>Accurately simulate user interaction with any web app</li>
<li>Achieve exact mouse emulation to trigger CSS hover</li>
<li>Play back complete mouse movements and trails with context action</li>
<li>Support “drag and drop” operations on element/content</li>
<li>Support browser popup testing (e.g. alert popup window)</li>
<li>Support “upload file” action testing</li>
<li>Support http/https testing</li>
<li>Set Chromium as browser core</li>
<li>No required to install browser extensions or add-ons to execute tests</li>
<li>Support device-oriented programming</li>
</ul>
<p><br></p>
<h2 id="Optimize-Testing-Projects-with-Detailed-Reports-amp-Logs"><a href="#Optimize-Testing-Projects-with-Detailed-Reports-amp-Logs" class="headerlink" title="Optimize Testing Projects with Detailed Reports & Logs"></a>Optimize Testing Projects with Detailed Reports & Logs</h2><hr>
<p><a href="/docs/guide/reports.html"><strong>Rich Reports & Bug-Tracking Logs</strong></a></p>
<ul>
<li>Log browser debugging information</li>
<li>Generate test logs for every step in test cases</li>
<li>Take a screenshot of every error step when a test fails</li>
</ul>
<p><br></p>
<h2 id="Test-Automation-for-Every-Web-App-With-Ease"><a href="#Test-Automation-for-Every-Web-App-With-Ease" class="headerlink" title="Test Automation for Every Web App With Ease"></a>Test Automation for Every Web App With Ease</h2><hr>
<p><a href="/feature.html"><strong>Device & User Friendly</strong></a></p>
<ul>
<li>Work on Windows, Mac and Linux machines</li>
<li>Support for any virtual mobile web app testing</li>
<li>Build work space on local system to let users easily have access to all testing data</li>
<li>Extenstions or add-on free installation</li>
<li>Easy to use for every web tester</li>
<li>Free version for individual testers and open source option for developers</li>
<li>Affordable licensed version for testing teams; 30-day free trial available with full functionality</li>
</ul>
</div>
</div>
</article>
</div>
<footer>
<div class="container pt-3">
<div class="row">
<div class="col-md-4 col">
<ul class="list-unstyled">
<li><a class="text-muted" href="http://www.lemonce.net">
帮助
</a></li>
<li><a class="text-muted" href="/zh-cn/docs/lemoncase2/index.html">
文档
</a></li>
<li><a class="text-muted" href="http://www.lemonce.net">
下载
</a></li>
</ul>
</div>
<div class="col-md-4 col">
<ul class="list-unstyled">
<li><a class="text-muted" href="/zh-cn/">
关于
</a></li>
<li><a class="text-muted" href="http://www.lemonce.net">
用户协议
</a></li>
<li><a class="text-muted" href="/contact.html">
联系我们
</a></li>
</ul>
</div>
<div class="col-md-4 col">
<ul class="list-unstyled">
<li><a class="text-muted" href="/zh-cn/feature.html">
特性
</a></li>
<li><a class="text-muted" href="/zh-cn/compare.html">
对比
</a></li>
<li><a class="text-muted" href="/zh-cn/news.html">
新闻
</a></li>
</ul>
</div>
</div>
<div>
<span>
博客
</span>
<a href=" http://www.seleniumalternatives.com" class="blog-item">Selenium Alternatives</a>
<a href="/footer/blog/selenium-iframe-element-testing.html" class="blog-item">Lemonce vs Selenium:Iframe Element Testing</a>
<a href="/footer/blog/compare-selenium-selectors.html" class="blog-item">Compare Lemonce and Selenium Selectors</a>
<a href="/footer/blog/automation-testing-tools.html" class="blog-item">Automation Testing Tools for Web Applications</a>
<a href="/footer/blog/selenium-testing-tool.html" class="blog-item"> Selenium Testing Tool Download</a>
</div>
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between py-4">
<div class="btn-group dropup flex-md-last mb-3 mb-md-0">
<button class="btn btn-secondary dropdown-toggle" data-toggle="dropdown">
Language
</button>
<div class="dropdown-menu">
<a href="/" class="dropdown-item">English</a>
<a href="/zh-cn" class="dropdown-item">Chinese</a>
</div>
</div>
<span class="flex-md-first">
©2014-2019
Tianjin Or-Change Tech, Co., Ltd. All rights reserved.
<a class="text-faded-grey small" href="http://www.miitbeian.gov.cn/publish/query/indexFirst.action"> 津ICP备14003159号-2</a>
</span>
</div>
</div>
</footer>
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91537224-1', 'auto');
ga('send', 'pageview');
</script>
<script src="/js/jquery.min.js"></script>
<script src="/js/tether.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/smooth-scroll.min.js"></script>
<script src="/js/sublemon.min.js"></script>
<script src="/js/common.js"></script>
<script>(function(win,doc){win.YYRUM={};YYRUM.info={appId:'GrjyCPbMDfY7wKrvWLFSjGj5dD3iO5ZP',beacon:'https://web.uyun.cn/connect',agent:'https://web.uyun.cn/buriedPoint/YYRUM.js'};var loadSource={createScript:function(src){var d=doc,f=d.getElementsByTagName('script')[0],s=d.createElement('script');s.type='text/javascript';s.src=src; f.parentNode.insertBefore(s,f);return s;}};var script=loadSource.createScript(YYRUM.info.agent);win.onerror=function(msg, url,line,col,error){YYRUM.info.errorData={msg:msg,url:url,line:line,col:col,error:error}};if(script.readyState){script.onreadystatechange=function(){if(script.readyState=='loaded'||script.readyState=='complete'){script.onreadystatechange=null; YYRUM.report.installGlobalHandler()}};}else{script.onload=function(){YYRUM.report.installGlobalHandler()};}})(window,document)</script>
</body>
</html>