Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit432b6db

Browse files
author
Antti Karjalainen
committed
Update page content with latest changes from the original web page
1 parenta9ba8fc commit432b6db

File tree

10 files changed

+109
-36
lines changed

10 files changed

+109
-36
lines changed

‎sources/src/App.vue‎

Lines changed: 109 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ export default {
163163
text:
164164
"Windows GUI testing library that uses AutoIt freeware tool as a driver."
165165
},
166+
{
167+
title:"CncLibrary",
168+
href:
169+
"https://github.com/eficode/robotframework-cnclibrary",
170+
text:
171+
"Library for driving a CNC milling machine."
172+
},
166173
{
167174
title:"Database Library (Java)",
168175
href:"https://github.com/Hi-Fi/robotframework-dblibrary",
@@ -267,20 +274,19 @@ export default {
267274
text:
268275
"Generic network protocol test library that offers easy way to specify network packets and inspect the results of sent and received packets."
269276
},
270-
{
271-
title:"SikuliLibrary",
272-
href:
273-
"https://github.com/rainmanwy/robotframework-SikuliLibrary#readme",
274-
text:
275-
'Sikuli Robot Framework Library provide keywords to test UI through <a href="http://sikulix.com/" target="_blank">Sikulix</a>. This library supports Python 2.x and 3.x.'
276-
},
277277
{
278278
title:"RemoteSwingLibrary",
279279
href:
280280
"https://github.com/robotframework/remoteswinglibrary",
281281
text:
282282
"Library for testing and connecting to a java process and using SwingLibrary, especially Java Web Start applications."
283283
},
284+
{
285+
title:"RESTinstance",
286+
href:"https://github.com/asyrjasalo/RESTinstance/",
287+
text:
288+
"Robot Framework test library for HTTP JSON APIs."
289+
},
284290
{
285291
title:"SeleniumLibrary",
286292
href:"http://github.com/robotframework/SeleniumLibrary/",
@@ -306,6 +312,13 @@ export default {
306312
text:
307313
"Web testing library that uses Selenium2Library internally, providing AngularJS support on top of it."
308314
},
315+
{
316+
title:"SikuliLibrary",
317+
href:
318+
"https://github.com/rainmanwy/robotframework-SikuliLibrary#readme",
319+
text:
320+
'Sikuli Robot Framework Library provide keywords to test UI through <a href="http://sikulix.com/" target="_blank">Sikulix</a>. This library supports Python 2.x and 3.x.'
321+
},
309322
{
310323
title:"SSHLibrary",
311324
href:"https://github.com/robotframework/SSHLibrary",
@@ -325,6 +338,12 @@ export default {
325338
text:
326339
"Library for testing Java applications with Swing GUI."
327340
},
341+
{
342+
title:"TestFX Library",
343+
href:"https://github.com/Altran-PT-GDC/Robot-Framework-Test-FX-Library",
344+
text:
345+
'Library to enable to test Java FX applications using the <a href="https://github.com/TestFX/TestFX" target="_blank">TestFX framework</a>.'
346+
},
328347
{
329348
title:"TFTPLibrary",
330349
href:
@@ -573,29 +592,23 @@ export default {
573592
{
574593
title:"OTHER",
575594
items: [
576-
{
577-
title:"DbBot",
578-
href:"https://github.com/robotframework/DbBot",
579-
text:
580-
"Tool for serializing Robot Framework test results, i.e. output.xml files, into a SQLite database. It serves a good starting point to create your own reporting and analyzing tools."
581-
},
582595
{
583596
title:"Fixml",
584597
href:"https://bitbucket.org/robotframework/fixml",
585598
text:
586599
"Tool for fixing Robot Framework output files that are broken."
587600
},
601+
{
602+
title:"Pabot",
603+
href:"https://github.com/mkorpela/pabot",
604+
text:"A parallel executor for Robot Framework test cases."
605+
},
588606
{
589607
title:"Mabot",
590608
href:"http://github.com/robotframework/mabot/",
591609
text:
592610
"Tool for reporting manual tests in format compatible with Robot Framework outputs."
593611
},
594-
{
595-
title:"Pabot",
596-
href:"https://github.com/mkorpela/pabot",
597-
text:"A parallel executor for Robot Framework test cases."
598-
},
599612
{
600613
title:"RFDoc",
601614
href:"http://github.com/robotframework/rfdoc",
@@ -608,17 +621,35 @@ export default {
608621
text:
609622
"Lightweight web server that provides access to the Robot Framework test assets via browser."
610623
},
624+
{
625+
title:"Robot Tools",
626+
href:"https://bitbucket.org/robotframework/robottools",
627+
text:
628+
"Collection of supporting tools that can be used with Robot Framework."
629+
},
630+
{
631+
title:"SAGE Framework",
632+
href:"https://www.nrl.navy.mil/itd/imda/products/sage",
633+
text:
634+
"Multi-agent based extension to Robot Framework. Agent based systems make it possible to test distributed systems such as Service Oriented Architecture systems. SAGE Provides a library of Robot Framework keywords for creating and managing SAGE agent networks as well as collecting and reporting results from remote agents."
635+
},
636+
{
637+
title:"Robot Corder",
638+
href:"https://github.com/sohwendy/Robotcorder",
639+
text:
640+
"Robot Corder generates Robot Framework test script by recording user interactions and scanning the html page in your Chrome browser. It aims to be equivalent of Selenium IDE for RobotFramework browser test automation."
641+
},
611642
{
612643
title:"Robot Framework Lexer",
613644
href:"https://bitbucket.org/robotframework/pygmentslexer",
614645
text:
615646
"Robot Framework syntax highlighting with Pygments. Link is to the lexer project itself, but the lexer is part of Pygments from version 1.6 onwards."
616647
},
617648
{
618-
title:"Robot Tools",
619-
href:"https://bitbucket.org/robotframework/robottools",
649+
title:"DbBot",
650+
href:"https://github.com/robotframework/DbBot",
620651
text:
621-
"Collection of supporting tools that can be used with Robot Framework."
652+
"Tool for serializing Robot Framework test results, i.e. output.xml files, into a SQLite database. It serves a good starting point to create your own reporting and analyzing tools."
622653
},
623654
{
624655
title:"StatusChecker",
@@ -1059,6 +1090,34 @@ export default {
10591090
text:
10601091
"Robot Framework was initially developed at Nokia Networks and it is used extensively around the whole company. It is used for testing different devices, software systems and protocols via GUIs, APIs and various other interfaces."
10611092
},
1093+
{
1094+
title:"KONE",
1095+
href:"http://www.kone.com",
1096+
img:require("@/assets/img/users/kone.png"),
1097+
text:
1098+
"KONE is widely using Robot Framework in software development for testing embedded systems in elevators and escalators."
1099+
},
1100+
{
1101+
title:"Finnair",
1102+
href:"http://www.finnair.com",
1103+
img:require("@/assets/img/users/finnair.png"),
1104+
text:
1105+
'Finnair is using Robot Framework to support Finnair digital platform development.'
1106+
},
1107+
{
1108+
title:"ABB",
1109+
href:"http://www.abb.com",
1110+
img:require("@/assets/img/users/abb.png"),
1111+
text:
1112+
"ABB is using Robot Framework in software development for testing distribution automation related configuration tools, web interfaces and embedded devices."
1113+
},
1114+
{
1115+
title:"metso",
1116+
href:"http://www.metso.com",
1117+
img:require("@/assets/img/users/metso.png"),
1118+
text:
1119+
'Metso has had good results using Robot Framework in various domains. This includes testing embedded software in valve positioners and <a href="https://www.eficode.com/work/metso" target="_blank">web testing of their Manufacturing Resource Planning system</a>.'
1120+
},
10621121
{
10631122
title:"FICOSA",
10641123
href:"http://www.ficosa.com",
@@ -1074,18 +1133,11 @@ export default {
10741133
'OpenDaylight is a software-defined network (SDN) platform that uses Robot Framework for unit- and integration tests between different services. If you are interested how, <a href="https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Create_System_Test_Environment#Install_Robot_Framework" target="_blank"> check the wiki</a>.'
10751134
},
10761135
{
1077-
title:"ABB",
1078-
href:"http://www.abb.com",
1079-
img:require("@/assets/img/users/abb.png"),
1136+
title:"Adwisit",
1137+
href:"http://www.adwisit.se",
1138+
img:require("@/assets/img/users/adwisit.png"),
10801139
text:
1081-
"ABB is using Robot Framework in software development for testing distribution automation related configuration tools, web interfaces and embedded devices."
1082-
},
1083-
{
1084-
title:"kone",
1085-
href:"http://www.kone.com",
1086-
img:require("@/assets/img/users/kone.png"),
1087-
text:
1088-
"KONE is widely using Robot Framework in software development for testing embedded systems in elevators and escalators."
1140+
'Adwisit uses Robot Framework to automate end-to-end testing of business processes for customers with a complex structure of third-party products, handling both web and desktop applications.'
10891141
},
10901142
{
10911143
title:"ryerson",
@@ -1103,11 +1155,25 @@ export default {
11031155
"Axon is using Robot Framework in testing embedded software and hardware development of broadcast equipment. We automate testing as much as possible in order to speed up development while guarantee quality. Robot Framework is the perfect tool for this job."
11041156
},
11051157
{
1106-
title:"metso",
1107-
href:"http://www.metso.com",
1108-
img:require("@/assets/img/users/metso.png"),
1158+
title:"CENX",
1159+
href:"http://www.cenx.com",
1160+
img:require("@/assets/img/users/cenx.png"),
11091161
text:
1110-
'Metso has had good results using Robot Framework in various domains. This includes testing embedded software in valve positioners and <a href="https://www.eficode.com/work/metso" target="_blank">web testing of their Manufacturing Resource Planning system</a>.'
1162+
"CENX is using Robot Framework, within a Docker environment, for feature and integration testing of a product that empowers network- and service operation centers."
1163+
},
1164+
{
1165+
title:"Conde Nast",
1166+
href:"https://technology.condenast.com/",
1167+
img:require("@/assets/img/users/condenast.png"),
1168+
text:
1169+
'Cond&eacute; Nast <a href="https://technology.condenast.com/story/automated-testing-qa-brand-sites-robot-framework" target="_blank">transformed their quality assurance for their brand sites</a>, such as Brides, Wired and Architectural Digest, from an entirely manual process to automated one with Robot Framework.'
1170+
},
1171+
{
1172+
title:"Opuscapita",
1173+
href:"https://www.opuscapita.com/",
1174+
img:require("@/assets/img/users/opuscapita.png"),
1175+
text:
1176+
'OpusCapita is using Robot Framework in software development for regression testing automation of web applications, API and internal software components.'
11111177
},
11121178
{
11131179
title:"steeri",
@@ -1116,6 +1182,13 @@ export default {
11161182
text:
11171183
"Steeri wanted to automate its test runs and chose the keyword-driven and user-friendly Robot Framework as the tool for the job."
11181184
},
1185+
{
1186+
title:"NRL",
1187+
href:"https://www.nrl.navy.mil",
1188+
img:require("@/assets/img/users/nrl.png"),
1189+
text:
1190+
'The Naval Research Laboratory extends Robot Framework to provide a seamless integration with the <a href="https://www.nrl.navy.mil/itd/imda/products/sage" target="_blank">SAGE</a> multi-agent system. This integration enables Robot Framework to drive distributed simulation and monitoring for test automation of SOA systems.'
1191+
},
11191192
{
11201193
title:"zilogic",
11211194
href:"http://www.zilogic.com",
2.79 KB
Loading
12.2 KB
Loading
3.49 KB
Loading
7 KB
Loading
8.04 KB
Loading
11.2 KB
Loading
7.85 KB
Loading
4.39 KB
Loading
-145 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp