-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathusers.js
303 lines (302 loc) · 13.3 KB
/
users.js
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
export default () => ([
{
title: 'ABB',
href: 'https://www.abb.com',
imgName: 'abb.png',
text: `ABB is using Robot Framework in software development for testing distribution
automation related configuration tools, web interfaces and embedded devices.`
},
{
title: 'Accruent',
href: 'https://www.accruent.com/',
imgName: 'accruent.png',
text: `Accruent has been using Robot Framework since 2015 to drive API, GUI, mobile,
and desktop automation testing throughout the company. Accruent has since made its
<a href="https://github.com/Accruent/robotframework-zoomba" target="_blank">Zoomba</a>
library open source to help other teams make the move to Robot Framework.`
},
{
title: 'Adwisit',
href: 'https://www.adwisit.se',
imgName: 'adwisit.png',
text: `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.`
},
{
title: 'Alfastrahovanie',
href: 'https://www.alfastrah.ru/',
imgName: 'alfastrahovanie.png',
text: `Alfastrahovanie is using Robot Framework as a main regression testing tool for
SAP FS CM system. Alfastrahovanie is in the beginning of ATDD path and Robot Framework
is the main vehicle there as well.`
},
{
title: 'Alpha',
href: 'https://www.alpha.company/',
imgName: 'alpha.png',
text: `At Alpha, we are developing the future of mobile apps for Health, with the latest
advances in neuroscience, AI and mobile computing. Robot Framework is a key part of our
Health Moonshot development process to help us automatize testing and guarantee the best quality.`
},
{
title: 'Altran',
href: 'https://www.altran.com/',
imgName: 'altran.png',
text: `Altran is a world leader in engineering solutions and R&D, and is using extensively
RobotFramework mainly in it's Global Engineering Centers. Altran is also an active contributor
for the RobotFramework community and is the main developer of several RobotFramework libraries.`
},
{
title: 'Axon',
href: 'https://www.axon.tv',
imgName: 'axon.png',
text: `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.`
},
{
title: 'CENX',
href: 'https://www.cenx.com',
imgName: 'cenx.png',
text: `CENX is using Robot Framework, within a Docker environment, for feature and integration
testing of a product that empowers network- and service operation centers.`
},
{
title: 'Charter Communications',
href: 'https://www.spectrum.com/',
imgName: 'spectrum.png',
text: `Charter uses Robot Framework for automating feature and protocol testing on network
devices like routers and firewalls for device certification, QA and network monitoring.`
},
{
title: 'Cisco',
href: 'https://www.cisco.com/',
imgName: 'cisco.jpg',
text: `Cisco’s Customer Experience (CX) supports the testing & validation of Cisco and
3rd party solutions deployed by our customers. This includes Solution Validation Services
(SVS) delivered both on Cisco-premise and customer-premise as part of a NetDevOps (CI/CD)
process where continuous validation accelerates technology adoption, de-risks IT deployments,
changes and upgrades, and ensures complex migrations are transparent.`
},
{
title: 'Conde Nast',
href: 'https://technology.condenast.com/',
imgName: 'condenast.png',
text: `Condé 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.`
},
{
title: 'FICOSA',
href: 'https://www.ficosa.com',
imgName: 'ficosa.png',
text: `FICOSA has been using Robot Framework for the last years in the automotive industry.
It's being used for the automated testing of
<a href="https://www.ficosa.com/products/advanced-communication-systems/communication-modules-tcu/" target="_blank">
embedded software for in-vehicle telematic units</a> with very good results. We have
implemented several Robot Framework libraries to control complex hardware environments in an scalable way.`
},
{
title: 'Finnair',
href: 'https://www.finnair.com',
imgName: 'finnair.png',
text: 'Finnair is using Robot Framework to support Finnair digital platform development.'
},
{
title: 'Finnish Tax Administration',
href: 'https://www.vero.fi/en/individuals/',
imgName: 'vero.png',
text: `Finnish Tax Administration is using Robot Framework in multiple projects.
Robot Framework is one of the core tools in their development to make Quality Assurance and Automation.`
},
{
title: 'Flipdish',
href: 'https://www.flipdish.com/',
imgName: 'flipdish.png',
text: `Flipdish are using Robot Framework for web, mobile and api, to enable us to test
and release multiple white label products used for online ordering platforms across the globe.`
},
{
title: 'HeyMath',
href: 'https://plp.heymath.com/',
imgName: 'heymath.png',
text: `HeyMath! is a comprehensive E-learning program with world-class creative digital content.
We use Robot Framework for end-to-end automation testing for our Products and ensuring the
quality before delivering to the end users.`
},
{
title: 'Juniper Networks',
href: 'https://www.juniper.net/',
imgName: 'juniper.png',
text: `Juniper Networks has built an extensive automation framework on top of Robot Framework
for end-to-end qualification of Juniper products to maintain our commitment to quality for our
customers and users. It is used extensively in multiple groups including engineering and
support amongst others. We have also worked with third-party test tool vendors to provide
Robot Framework friendly APIs to integrate with our framework.`
},
{
title: 'Kistler',
href: 'https://www.kistler.com',
imgName: 'kistler.svg',
text: `Kistler is using the Robot Framework for automated system tests of backend and frontend
applications for various, very accurate and highly precise
<a href="https://www.kistler.com/en/products/systems/" target="_blank">measurement systems</a>.`
},
{
title: 'KONE',
href: 'https://www.kone.com',
imgName: 'kone.png',
text: `KONE is widely using Robot Framework in software development for testing embedded
systems in elevators and escalators.`
},
{
title: 'Lucid Software',
href: 'https://www.kovidndt.com/',
imgName: 'lucid.png',
text: `Lucid Software is using Robot Framework for complete system automation testing of
its NDT software products. Necessary unique libraries are created to test the applications
in both Windows and WPF formats.`
},
{
title: 'Metso',
href: 'https://www.metso.com',
imgName: 'metso.png',
text: `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>.`
},
{
title: 'Mews',
href: 'https://www.mews.com',
imgName: 'mews.png',
text: `Mews builds modern hospitality software. Mews uses Robot Framework
as part of CI/CD process to ensure system reliability and reduce manual testing efforts
across multiple products in both browser and desktop apps.`
},
{
title: 'Nokia',
href: 'https://www.nokia.com',
imgName: 'nokia.png',
text: `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.`
},
{
title: 'NRL',
href: 'https://www.nrl.navy.mil',
imgName: 'nrl.png',
text: `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.`
},
{
title: 'OpenDaylight',
href: 'https://www.opendaylight.org',
imgName: 'opendaylight.png',
text: `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>.`
},
{
title: 'Opuscapita',
href: 'https://www.opuscapita.com/',
imgName: 'opuscapita.png',
text: `OpusCapita is using Robot Framework in software development for regression testing
automation of web applications, API and internal software components.`
},
{
title: 'Oriental Pearl New Media Co, Ltd',
href: 'https://www.opg.cn/',
imgName: 'oriental.png',
text: 'Oriental Pearl New Media Co, Ltd is using Robot Framework for API and UI testing.'
},
{
title: 'QA Hive',
href: 'https://www.qahive.com',
imgName: 'qahive.png',
text: `QA Hive is using Robot Framework for automation tests and automation tasks
for reduce overall manual process and improve system reliability.`
},
{
title: 'Rocla',
href: 'https://rocla.com/',
imgName: 'rocla.png',
text: `Rocla is using Robot Framework widely in development and testing of the
software for Trucks and Automated Guided Vehicles (AGV’s).`
},
{
title: 'Ryerson',
href: 'https://www.ryerson.ca/',
imgName: 'ryerson.png',
text: `Ryerson University uses Robot Framework to conduct desktop and mobile
browser testing for its suite of applications that serve both students and staff.`
},
{
title: 'Salicru',
href: 'https://www.salicru.com',
imgName: 'salicru.png',
text: `Salicru has been using Robot Framework in testing embedded software and hardware
development of power electronic equipment since 2011. We use Robot Framework along with
our proprietary embedded software architecture
<a href="https://www.salicru.com/en/white-papers-eng.html" target="_blank">Odyssey</a>
to assure the quality of our products and it has become one of the most important tools for us.`
},
{
title: 'Segron',
href: 'https://www.segron.com/',
imgName: 'segron.png',
text: `Segron is a Bratislava-based company offering beyond end-to-end testing solution
for Telecommunications. Our tool is based on Robot Framework and is the first true end-to-end
solution for testing multiple interfaces and technologies with a single tool.`
},
{
title: 'Testmo',
href: 'https://www.testmo.com/',
imgName: 'testmo.png',
text: `Testmo is a test management tool for modern software teams. The Testmo team uses
Robot Framework for acceptance testing and to support its customers' QA.`
},
{
title: 'Tesena',
href: 'https://www.tesena.com/',
imgName: 'tesena.png',
text: `Testing is not just something we do. It is everything we do.
We help companies reveal bugs in their software and save costs thanks to our know-how.
We are leaders in the testing community, providing training courses, events and inspiration in the field of software testing.`
},
{
title: 'TMA Solutions',
href: 'https://www.tmasolutions.com',
imgName: 'TMAlogo.png',
text: `TMA Solutions is using Robot Framework to automate not only single product but also
complex interoperability testing, involving API, desktop, mobile, web, network devices and
special hardware. With this framework, we can easily expand testing scopes, improve automation
run speed while still keeping high reliability.`
},
{
title: 'Wärtsilä Digital Technologies',
href: 'https://www.wartsila.com/',
imgName: 'wartsila.png',
text: `Wärtsilä Digital Technologies uses Robot to automate various types of testing. API
testing, component testing, functional and system tests are used to ensure the highest quality
of a wide variety of software. The Robot Framework helps us automate testing of mobile
applications, web applications and cross-platform desktop applications.`
},
{
title: 'Zilogic',
href: 'https://www.zilogic.com',
imgName: 'zilogic.png',
text: `Zilogic Systems is using Robot Framework for integration testing of embedded products.
We convert requirements into test cases,write necessary libraries to test the Device Under Test.`
},
{
title: 'Zymr Inc',
href: 'https://www.zymr.com',
imgName: 'zymr.png',
text: `Zymr has deep expertise in the Robot Framework and using it extensively for automating
the test cases for the clients in various industries. It has been used within Docker and other containers.`
}
])