From b47e936d82fc70d28c2bc83fd68fd3bcce633ba4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9?= Die Robot Framework Foundation ist ein gemeinnütziger Verein, der das Wachstum von Robot Framework fördert.
+ Er wurde von Unternehmen gegründet, die ein gemeinsames Interesse daran haben, die Entwicklung von Robot Framework jetzt und in Zukunft sicherzustellen. Wir sind immer auf der Suche nach neuen Mitgliedern. Wenn Ihr Unternehmen Mitglied wird, werden Sie: Die Jahresgebühr richtet sich nach der Anzahl der Robot Framework-Nutzer in Ihrem Unternehmen: Wenn Sie Mitglied der Robot Framework Foundation werden möchten, dann Wenn Sie Fragen zur Mitgliedschaft haben, senden Sie bitte eine E-Mail an
+ board{at}{'@'}{at}robotframework.org
+ und wir werden uns bei Ihnen melden. Wenn sich Ihre Kontaktperson ändert und für andere derartige Angelegenheiten, kontaktieren Sie bitte admin{at}{'@'}{at}robotframework.org Wir sponsern die Entwicklung von Robot Framework. Auch das Sponsoring anderer Projekte im weiteren Robot Framework-Ökosystem kann in Betracht gezogen werden. Wir kümmern uns um die gesamte Robot Framework-Infrastruktur, einschließlich öffentlicher Webseiten, E-Mail-Listen und CI-Server. Wir fördern Robot Framework, indem wir Meetups und die jährliche Konferenz RoboCon organisieren.
+
+ Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
+ It is supported by the Robot Framework Foundation and widely used in the industry.
+
+ Its human-friendly and versalite syntax uses keywords and supports extending through libraries in
+ Python, Java, and other languages.
+
+ It integrates with other tools for comprehensive automation without licensing fees,
+ bolstered by a rich community with hundreds of 3rd party libraries.
+ Below you'll find a live Robot Framework editor.
+ Feel free to experiment with it! If you find bugs,
+ please report them in Github issues. To start using Robot Framework in a project of your own, please check tabs "Install" and "Learn". Also be sure to visit the new Robot Framework Docs! Robot Framework is implemented with Python, so you need to have
+ Python installed.
+ Installing Robot Framework with pip is simple:
+
-
- Robot Framework is actively supported, with many industry-leading companies using it in their software development.
-
- Robot Framework is open and extensible and can be integrated with virtually any other tool to create powerful and flexible automation solutions.
- Being open source also means that Robot Framework is free to use without licensing costs.
- Robot Framework has easy syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries implemented with Python or Java.
- The framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects.`,
- companies: [
- {
- name: 'ABB',
- description: 'ABB is using Robot Framework in software development for testing distribution automation related configuration tools, web interfaces and embedded devices.',
- imgName: 'ABB.svg'
- },
- {
- name: 'Cisco',
- description: '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.',
- imgName: 'Cisco.svg'
- },
- {
- name: 'Condé Nast',
- description: 'Condé Nast transformed their quality assurance for their brand sites, such as Brides, Wired and Architectural Digest, from an entirely manual process to automated one with Robot Framework.',
- imgName: 'Condé_Nast.svg'
- },
- {
- name: 'KONE',
- description: 'KONE is widely using Robot Framework in software development for testing embedded systems in elevators and escalators.',
- imgName: 'Kone.svg'
- }
- ]
- },
- gettingStarted: {
- title: 'Getting Started',
- body:
- `Robot Framework is a generic open source automation framework.
- It can be used for test automation and robotic process automation (RPA).
-
- Robot Framework is actively supported, with many industry-leading companies using it in their software development.
-
- Robot Framework is open and extensible and can be integrated with virtually any other tool to create powerful and flexible automation solutions.
- Being open source also means that Robot Framework is free to use without licensing costs.
- Robot Framework has easy syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries implemented with Python or Java.
- The framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects.
-
- Robot Framework project is hosted on GitHub where you can find further documentation, source code, and issue tracker. Downloads are hosted at PyPI.
-
- Robot Framework is operating system and application independent.
- The core framework is implemented using Python and also runs on Jython (JVM) and IronPython (.NET).
-
- Robot Framework itself is open source software released under Apache License 2.0, and most of the libraries and tools in the ecosystem are also open source.
- The framework was initially developed at Nokia Networks and was open sourced in 2008.`
- }
-})
diff --git a/src/content/german/foundation.js b/src/content/german/foundation.js
new file mode 100644
index 000000000..a2187dc63
--- /dev/null
+++ b/src/content/german/foundation.js
@@ -0,0 +1,65 @@
+export default () => ({
+ foundation: {
+ lead: `
+
+ Jahresgebühren
+
+
`
+ },
+ howToJoin: {
+ title: 'Wie man beitritt',
+ body: `
+
+ Nutzer
+ Gebühr
+
+ 1-2
+ 500€
+
+
+ 3-10
+ 1500€
+
+
+ 11-50
+ 3000€
+
+
+ 51-250
+ 6000€
+
+
+ 251-
+ 12000€
+
+
+ Für bestehende Mitglieder
+
Mehr erfahren..Mitglieder der Robot Framework Foundation
`
+ }
+ }
+})
diff --git a/src/content/german/main.js b/src/content/german/main.js
new file mode 100644
index 000000000..807bd8e87
--- /dev/null
+++ b/src/content/german/main.js
@@ -0,0 +1,244 @@
+import foundation from './foundation'
+import rpa from './rpa'
+import testautomation from './testautomation'
+
+export default () => ({
+ ...foundation(),
+ ...rpa(),
+ ...testautomation(),
+ langName: 'German',
+ newsBanner: '',
+ navbar: {
+ items: [
+ {
+ name: 'Get started',
+ id: 'getting-started'
+ },
+ {
+ name: 'Resources',
+ id: 'resources'
+ },
+ {
+ name: 'Community',
+ id: 'community'
+ },
+ {
+ name: 'Development',
+ id: 'development'
+ }
+ ],
+ dropdownDocs: {
+ name: 'Docs',
+ items: [
+ {
+ name: 'Guides',
+ url: 'https://docs.robotframework.org/docs',
+ description: 'Start here'
+ },
+ {
+ name: 'User Guide',
+ url: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html',
+ description: 'Original handbook'
+ },
+ {
+ name: 'Keywords',
+ url: 'https://robotframework.org/robotframework/latest/libraries/BuiltIn.html',
+ description: 'Built-in keywords'
+ },
+ {
+ name: 'Libraries',
+ url: 'https://robotframework.org/robotframework/#standard-libraries',
+ description: 'Standard libraries'
+ },
+ {
+ name: 'Public API',
+ url: 'https://robot-framework.readthedocs.io/en/stable/',
+ description: 'Write extensions'
+ }
+ ]
+ }
+ },
+ introduction: {
+ title: 'Introduction',
+ body: `
+
On Windows machines, make sure to add
+ Python to PATH
+ during installation.pip install robotframework
To check that the installation was successful, run +
robot --version+
For a full guide, please see + Installation instructions. + It also covers topics such as running Robot Framework on Jython (JVM) and IronPython (.NET).
+Now you are ready to write your first tests!
+ ` + }, + { + name: 'Learn' + } + ] + }, + community: { + title: 'Community', + body: + `Robot Framework has a vibrant community of testing enthusiasts around it. Feel free to + stop by if you have any questions, need advice or would just like to connect with like-minded people!
+There is also an annual RoboCon conference that is hosted in Helsinki, Finland. + For more information and to watch previous years' talks, visit + robocon.io or our + YouTube Channel.
+To support Robot Framework you can find a 👕 T-shirt + and a ☕ coffee cup + from our Shop.
+`, + links: { + forum: { + title: 'Forum', + description: 'Official Robot Framework forum.' + }, + slack: { + title: 'Slack', + description: 'Community team chat.Robot Framework is open source and supported by Robot Framework Foundation. + There is a huge community of contributors around the tool. + The software is built with expandability in mind and there are numerous ways to extend + it's use cases for various needs.
+If you have created or found a library that you think should be listed here, please + let us know + by submitting a pull request or an issue. You are also welcome to report unmaintained + ones that shouldn't be listed anymore.`, + tabs: [ + { + name: 'Libraries', + key: 'libraries', + description: `Separately developed external libraries that + can be installed based on your needs. Creating your own libraries is a breeze. For instructions, see + + creating test libraries in Robot Framework User Guide.` + }, + { + name: 'Built-in', + key: 'builtin', + description: `Libraries and tools that are bundled with the framework. Libraries provide + the actual automation and testing capabilities to Robot Framework by providing keywords.` + }, + { + name: 'Tools', + key: 'tools', + description: `Supporting tools ease automation: editing, running, building and so on. + Most of these tools are developed as separate projects, but some are built into the framework itself.` + } + ], + mobileTitles: [ + 'Standard', + 'External' + ] + }, + development: { + title: 'Development', + body: `
Development of Robot Framework is funded by the non-profit + Robot Framework Foundation. It consists + of companies and organizations that want to ensure the continuity of Robot Framework now and + in the future.
+Project is hosted at GitHub
+Thanks to the sponsors, Robot Framework remains completely + free to use while being actively maintained and developed. Foundation also covers other + related expenses such as the development of this website and organizing various meetups.`, + sponsorBoxTitle: 'Members of Robot Framework Foundation', + howToJoin: 'Join' + }, + usersPage: { + title: 'Users of Robot Framework', + body: `If you'd like your company added here, please submit a + pull request or an + issue.` + // list of users is found in ./resources/users.js + } +}) diff --git a/src/content/german/rpa.js b/src/content/german/rpa.js new file mode 100644 index 000000000..c285e3429 --- /dev/null +++ b/src/content/german/rpa.js @@ -0,0 +1,139 @@ +export default () => ({ + rpa: { + hero: { + description: ` +
curl -o rcc.exe https://downloads.robocorp.com/rcc/releases/latest/windows64/rcc.exe
+ rcc create example
+ cd example
+ rcc run`
+ }, {
+ name: 'macOS',
+ description: `
+brew install robocorp/tools/rcc
+ rcc create example
+ cd example
+ rcc run`
+ }, {
+ name: 'Linux',
+ description: `
+curl -o rcc https://downloads.robocorp.com/rcc/releases/latest/linux64/rcc
+ chmod a+x rcc
+ rcc create example
+ cd example
+ rcc run`
+ }
+ ]
+ },
+ intro: {
+ title: 'What is Robot Framework RPA?',
+ body: `RPA stands for Robotic Process Automation and it’s a method for automating routine + tasks and processes through user interfaces, APIs, and other interactions that mimic the way + a human user performs tasks. The power of RPA lies in how you can automate tasks without having + to change the underlying systems.
+ +Robot Framework is a keyword-driven automation framework that sits on top of Python. It is an + abstraction that lets you write powerful automations with simple human-readable commands and minimum overhead.
+ +The power of Robot Framework comes from its ecosystem of tools, libraries, and community. It is + the world’s most popular and widely used framework for open-source RPA.
` + }, + benefits: { + title: 'Why use it and what can you do with it?', + body: `Robot Framework and its ecosystem projects are 100% free and open-source. It is used + by thousands of developers worldwide and the core Robot Framework is supported by dozens of + companies through the Robot Framework foundation. Hundreds of companies globally offer support + and services in the Robot Framework ecosystem.
+ +Robot Framework is natively extendable through libraries that are built on Python. + Creating new extensions is extremely simple, so you never run out of capabilities. Community-built + libraries around Robot Framework provide the functionality to perform virtually any RPA task imaginable.
+ +There are literally tens of thousands of use-cases for RPA with Robot Framework. Anything + from automating financial processes like accounts payable, order to cash, procure to pay, + to healthcare applications around electronic health records, or HR applications such as new employee + onboarding. You can complete any routine task that a human would do through digital workers built on the Robot Framework.
` + }, + quickstart: { + title: 'Quickstart', + body: `Quickstart is still work in progress and will be released later this year. + Meanwhile, check User Guide for general task creation instructions!
` + }, + resources: { + title: 'Resources', + body: `Robot Framework itself provides the language to describe automations. To create an RPA + bot with Robot Framework, you’ll combine tooling (develop, package, run) with libraries (bot capabilities.) + This list is a collection of RPA resources to get you started
`, + tooling: { + title: 'Tooling', + description: 'Tools for developing and running bots with Robot Framework', + list: [ + { + name: 'RCC', + href: 'https://github.com/robocorp/rcc#readme', + description: 'Toolchain for creating, packaging, and running bots with Robot Framework and Python' + }, { + name: 'Robot Framework Language Server for VS Code', + href: 'https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp', + description: 'VS Code extension for Robot Framework language' + }, { + name: 'RCC features for VS Code', + href: 'https://marketplace.visualstudio.com/items?itemName=robocorp.robocorp-code', + description: 'VS Code extension for RCC' + } + ] + }, + libraries: { + title: 'Libraries', + description: 'RPA focused / useful libraries', + list: [ + { + name: 'RPA framework', + href: 'https://rpaframework.org/', + description: 'Common RPA functionality in a single library - includes desktop, browser, Excel, PDF, email, and many more capabilities' + }, { + name: 'Playwright', + href: 'https://robotframework-browser.org/', + description: 'Powerful browser automation library utilizing Playwright. It comes with a built-in browser.' + }, { + name: 'SAP GUI Library', + href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary', + description: 'GUI automation for SAP' + }, { + name: 'Mainframe 3270 Library', + href: 'https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library', + description: 'Automating 3270 mainframes' + }, { + name: 'DataDriver Libary', + href: 'https://github.com/Snooz82/robotframework-datadriver', + description: 'Data-driven automation through tables (csv, xls, xlsx, etc.)' + } + ] + }, + tutorials: { + title: 'Examples and tutorials for RPA', + description: '', + list: [ + { + name: 'Robocorp Portal', + href: 'https://robocorp.com/portal/', + description: 'Examples and templates for RPA projects' + }, { + name: 'Robocorp RPA certifications', + href: 'https://robocorp.com/docs/courses', + description: 'Robocorp certification trainings for RPA (free)' + } + ] + } + } + } +}) diff --git a/src/content/german/testautomation.js b/src/content/german/testautomation.js new file mode 100644 index 000000000..964f4da3d --- /dev/null +++ b/src/content/german/testautomation.js @@ -0,0 +1,12 @@ +export default () => ({ + testautomation: { + lead: '"In software testing, test automation is the use of software separate ' + + 'from the software being tested to control the execution of tests and the comparison ' + + 'of actual outcomes with predicted outcomes. Test automation can automate some ' + + 'repetitive but necessary tasks in a formalized testing process already in place, ' + + 'or perform additional testing that would be difficult to do manually. Test automation ' + + 'is critical for continuous delivery and continuous testing." - ' + + 'Wikipedia
' + + 'Here are some examples of Robot Framework usage in test automation from robocons:
' + } +}) diff --git a/src/content/index.js b/src/content/index.js index 6e9309716..5ca98cf51 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -1,5 +1,5 @@ import english from './english/main.js' -import german from './german.js' +import german from './german/main.js' import portugese from './portugese.js' import french from './french.js' import russian from './russian.js' diff --git a/src/main.js b/src/main.js index 9b57d541c..913a1fea1 100644 --- a/src/main.js +++ b/src/main.js @@ -10,12 +10,12 @@ import hljsVuePlugin from '@highlightjs/vue-plugin' import { english, german, - portugese, - spanish, - russian, - chinese, - french, - ach, + // portugese, + // spanish, + // russian, + // chinese, + // french, + // ach, builtin, libraries, tools, @@ -36,19 +36,19 @@ const resourcesList = { sponsors: sponsors() } -// const lang = window.localStorage.getItem('lang') +const lang = window.localStorage.getItem('lang') || 'en-US' const i18n = createI18n({ - locale: 'en-US', + locale: lang, messages: { 'en-US': { ...english(), resourcesList }, - 'de-DE': { ...german(), resourcesList }, - 'pt-PT': { ...portugese(), resourcesList }, - 'es-ES': { ...spanish(), resourcesList }, - 'ru-RU': { ...russian(), resourcesList }, - 'zh-CN': { ...chinese(), resourcesList }, - 'fr-FR': { ...french(), resourcesList }, - 'ach-UG': { ...ach(), resourcesList } + 'de-DE': { ...german(), resourcesList } + // 'pt-PT': { ...portugese(), resourcesList }, + // 'es-ES': { ...spanish(), resourcesList }, + // 'ru-RU': { ...russian(), resourcesList }, + // 'zh-CN': { ...chinese(), resourcesList }, + // 'fr-FR': { ...french(), resourcesList }, + // 'ach-UG': { ...ach(), resourcesList } }, warnHtmlInMessage: 'off' }) From 9f8c1f5fc71d4a1bb4bcf1de4362bb59750bbd0f Mon Sep 17 00:00:00 2001 From: Olga K- Robot Framework is an open source automation framework for test automation and robotic process automation (RPA). + Änderung: Robot Framework is an open source automation framework for test automation and robotic process automation (RPA). It is supported by the Robot Framework Foundation and widely used in the industry.
From dfe7794820a9421dfae684ea5804fb864341d3fe Mon Sep 17 00:00:00 2001
From: Olga K
- Änderung: Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
+ Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
It is supported by the Robot Framework Foundation and widely used in the industry.
From 77ea825702f869428fa240bfc00c2fe91adcb604 Mon Sep 17 00:00:00 2001
From: olgaimb
- Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
+ Änderung 1: Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
It is supported by the Robot Framework Foundation and widely used in the industry.
From 580f528b120a08c880accaf7fee971c2dc16448c Mon Sep 17 00:00:00 2001
From: olgaimb
- Änderung 1: Robot Framework is an open source automation framework for test automation and robotic process automation (RPA).
- It is supported by the Robot Framework Foundation and widely used in the industry.
+ Robot Framework ist ein Open-Source Automatisierungsframework für die Testautomatisierung und die robotergestützte Prozessautomatisierung (RPA).
+ Es erhält Unterstützung von der Robot Framework Foundation und in der Industrie weitverbreitet.
- Its human-friendly and versalite syntax uses keywords and supports extending through libraries in
- Python, Java, and other languages.
+ Die benutzerfreundliche und universelle Syntax nutzt Keywords und unterstützt Erweiterungen durch Bibliotheken in
+ Python, Java und anderen Programmiersprachen.
- It integrates with other tools for comprehensive automation without licensing fees,
- bolstered by a rich community with hundreds of 3rd party libraries.
+ Es integriert sich mit anderen Tools für umfassende Automatisierung ohne Lizenzgebühren,
+ wird durch eine starke Community mit hunderten von Drittanbieter-Bibliotheken unterstützt.
Below you'll find a live Robot Framework editor.
- Feel free to experiment with it! If you find bugs,
- please report them in Github issues. To start using Robot Framework in a project of your own, please check tabs "Install" and "Learn". Also be sure to visit the new Robot Framework Docs! Unten findest du einen Live-Editor für Robot Framework.
+ Du kannst gerne damit experimentieren! Falls du Fehler findest, melde sie bitte unter
+ Github Probleme. Um mit der Nutzung von Robot Framework in deinem eigenen Projekt zu beginnen, schau bitte unter den Tabs 'Installieren' und 'Lernen' nach. Schau dir auch unbedingt die neuen Robot Framework Doku an! Unten findest du einen Live-Editor für Robot Framework.
Du kannst gerne damit experimentieren! Falls du Fehler findest, melde sie bitte unter
Github Probleme. Robot Framework is implemented with Python, so you need to have
+ "Robot Framework ist in Python implementiert, so you need to have
Python installed.
Unten findest du einen Live-Editor für Robot Framework.
- Du kannst gerne damit experimentieren! Falls du Fehler findest, melde sie bitte unter
+ Unten finden Sie einen Live-Editor für Robot Framework.
+ Sie können gerne damit experimentieren! Falls Sie Fehler finden, melden Sie diese bitte unter
Github Probleme. Um mit der Nutzung von Robot Framework in deinem eigenen Projekt zu beginnen, schau bitte unter den Tabs 'Installieren' und 'Lernen' nach. Schau dir auch unbedingt die neuen Robot Framework Doku an! Um mit der Nutzung von Robot Framework in Ihrem eigenen Projekt zu beginnen, schauen Sie bitte unter den Tabs 'Installieren' und 'Lernen' nach. Schauen Sie sich auch unbedingt die neuen Robot Framework Doku an! "Robot Framework ist in Python implementiert, so you need to have
- Python installed.
- Installing Robot Framework with pip is simple:
+ "Robot Framework ist in Python implementiert, daher müssen Sie Python installiert
+ Python installiert haben.
+ Die Installation von Robot Framework mit pip ist unkompliziert:
To check that the installation was successful, run
+ Um zu überprüfen, ob die Installation erfolgreich war, führen Sie den folgenden Befehl aus:
For a full guide, please see
- Installation instructions.
- It also covers topics such as running Robot Framework on Jython (JVM) and IronPython (.NET). Now you are ready to write your first tests! Für eine vollständige Anleitung siehe
+ Installationsanweisungen.
+ Es behandelt auch Themen wie das Ausführen von Robot Framework auf Jython (JVM) und IronPython (.NET). Jetzt sind Sie bereit, Ihre ersten Tests zu schreiben! Robot Framework has a vibrant community of testing enthusiasts around it. Feel free to
- stop by if you have any questions, need advice or would just like to connect with like-minded people! There is also an annual RoboCon conference that is hosted in Helsinki, Finland.
- For more information and to watch previous years' talks, visit
- robocon.io or our
- YouTube Channel. To support Robot Framework you can find a 👕 T-shirt
- and a ☕ coffee cup
- from our Shop. Robot Framework hat eine lebendige Gemeinschaft von Testbegeisterten. Zögern Sie nicht, vorbeizuschauen, wenn Sie Fragen haben,
+ Ratschläge benötigen oder einfach nur mit Gleichgesinnten in Kontakt treten möchten! Es gibt auch eine jährliche RoboCon-Konferenz, die in Helsinki, Finnland, stattfindet.
+ Für weitere Informationen und um Vorträge der letzten Jahre anzusehen, besuchen Sie
+ robocon.io oder unseren
+ YouTube-Kanal. Um Robot Framework zu unterstützen, finden Sie ein 👕 T-Shirt
+ und eine ☕ Kaffeetasse
+ unserem Shop. Robot Framework hat eine lebendige Gemeinschaft von Testbegeisterten. Zögern Sie nicht, vorbeizuschauen, wenn Sie Fragen haben,
+ ` Robot Framework hat eine lebendige Community von Testbegeisterten. Zögern Sie nicht, vorbeizuschauen, wenn Sie Fragen haben,
Ratschläge benötigen oder einfach nur mit Gleichgesinnten in Kontakt treten möchten! Es gibt auch eine jährliche RoboCon-Konferenz, die in Helsinki, Finnland, stattfindet.
Für weitere Informationen und um Vorträge der letzten Jahre anzusehen, besuchen Sie
@@ -175,25 +175,25 @@ export default () => ({
links: {
forum: {
title: 'Forum',
- description: 'Official Robot Framework forum.'
+ description: '"Offizielles Robot Framework Forum.'
},
slack: {
title: 'Slack',
- description: 'Community team chat. Robot Framework is open source and supported by Robot Framework Foundation.
- There is a huge community of contributors around the tool.
- The software is built with expandability in mind and there are numerous ways to extend
- it's use cases for various needs. If you have created or found a library that you think should be listed here, please
- let us know
- by submitting a pull request or an issue. You are also welcome to report unmaintained
- ones that shouldn't be listed anymore.`,
+ ` Robot Framework ist Open Source und wird unterstützt von Robot Framework Foundation.
+ Es gibt eine große Community von Mitwirkenden rund um das Tool.
+ Die Software ist auf Erweiterbarkeit ausgelegt, und es gibt zahlreiche Möglichkeiten,
+ ihre Anwendungsfälle an verschiedene Bedürfnisse anzupassen. Wenn Sie eine Bibliothek erstellt oder gefunden haben, die Ihrer Meinung nach hier aufgeführt werden sollte,
+ lassen Sie es uns bitte wissen,
+ indem Sie eine Pull Request oder ein Issue einreichen. Sie können uns auch gerne Bibliotheken melden,
+ die nicht mehr gewartet werden und daher nicht mehr aufgeführt werden sollten.`,
tabs: [
{
name: 'Libraries',
From f0bdba211bf9d7898cbff01508e758ca0faf3240 Mon Sep 17 00:00:00 2001
From: olgaimb Development of Robot Framework is funded by the non-profit
- Robot Framework Foundation. It consists
- of companies and organizations that want to ensure the continuity of Robot Framework now and
- in the future. Project is hosted at GitHub Thanks to the sponsors, Robot Framework remains completely
- free to use while being actively maintained and developed. Foundation also covers other
- related expenses such as the development of this website and organizing various meetups.`,
- sponsorBoxTitle: 'Members of Robot Framework Foundation',
+ title: 'Entwicklung',
+ body: ` Die Entwicklung von Robot Framework wird von der gemeinnützigen Organisation
+ Robot Framework Foundation gefördert. Es besteht aus Unternehmen und Organisationen,
+ die die Kontinuität von Robot Framework jetzt und in Zukunft sicherstellen möchten. Das Projekt ist gehostet bei GitHub Dank der Sponsoren bleibt Robot Framework völlig kostenlos nutzbar und wird gleichzeitig aktiv gewartet und weiterentwickelt.
+ Die Foundation deckt auch andere damit verbundene Ausgaben ab, wie die Entwicklung dieser Website und die Organisation verschiedener Meetups.`,
+ sponsorBoxTitle: 'Mitglieder der Robot Framework Foundation',
howToJoin: 'Join'
},
usersPage: {
- title: 'Users of Robot Framework',
- body: `If you'd like your company added here, please submit a
- pull request or an
- issue.`
+ title: 'Benutzer von Robot Framework',
+ body: `Wenn Sie Ihr Unternehmen hier hinzufügen möchten, reichen Sie bitte eine
+ Pull Request oder ein
+ Issue ein.`
// list of users is found in ./resources/users.js
}
})
From e74dff99c306a7351904259dcc173382191de4aa Mon Sep 17 00:00:00 2001
From: olgaimb "Robot Framework ist in Python implementiert, daher müssen Sie Python installiert
+ Robot Framework ist in Python implementiert, daher müssen Sie
Python installiert haben.
Dank der Sponsoren bleibt Robot Framework völlig kostenlos nutzbar und wird gleichzeitig aktiv gewartet und weiterentwickelt.
Die Foundation deckt auch andere damit verbundene Ausgaben ab, wie die Entwicklung dieser Website und die Organisation verschiedener Meetups.`,
sponsorBoxTitle: 'Mitglieder der Robot Framework Foundation',
- howToJoin: 'Join'
+ howToJoin: 'Beitreten'
},
usersPage: {
title: 'Benutzer von Robot Framework',
From 56a6a542259d3af7c3ae7cf07492787c11007c42 Mon Sep 17 00:00:00 2001
From: olgaimb
Robot Framework ist ein Open-Source Automatisierungsframework für die Testautomatisierung und die robotergestützte Prozessautomatisierung (RPA).
- Es erhält Unterstützung von der Robot Framework Foundation und in der Industrie weitverbreitet.
+ Es erhält Unterstützung von der Robot Framework Foundation und ist in der Industrie weitverbreitet.
Die benutzerfreundliche und universelle Syntax nutzt Keywords und unterstützt Erweiterungen durch Bibliotheken in
Python, Java und anderen Programmiersprachen.
- Es integriert sich mit anderen Tools für umfassende Automatisierung ohne Lizenzgebühren,
+ Es integriert andere Tools für umfassende Automatisierung ohne Lizenzgebühren,
wird durch eine starke Community mit hunderten von Drittanbieter-Bibliotheken unterstützt.
Um Robot Framework zu unterstützen, finden Sie ein 👕 T-Shirt
und eine ☕ Kaffeetasse
- unserem Shop. Robot Framework ist Open Source und wird unterstützt von Robot Framework Foundation.
+ ` Robot Framework ist Open Source und wird unterstützt von der Robot Framework Foundation.
Es gibt eine große Community von Mitwirkenden rund um das Tool.
Die Software ist auf Erweiterbarkeit ausgelegt, und es gibt zahlreiche Möglichkeiten,
ihre Anwendungsfälle an verschiedene Bedürfnisse anzupassen. Wenn Sie eine Bibliothek erstellt oder gefunden haben, die Ihrer Meinung nach hier aufgeführt werden sollte,
lassen Sie es uns bitte wissen,
- indem Sie eine Pull Request oder ein Issue einreichen. Sie können uns auch gerne Bibliotheken melden,
+ indem Sie einen Pull Request oder ein Issue einreichen. Sie können uns auch gerne Bibliotheken melden,
die nicht mehr gewartet werden und daher nicht mehr aufgeführt werden sollten.`,
tabs: [
{
@@ -223,9 +223,9 @@ export default () => ({
development: {
title: 'Entwicklung',
body: ` Die Entwicklung von Robot Framework wird von der gemeinnützigen Organisation
- Robot Framework Foundation gefördert. Es besteht aus Unternehmen und Organisationen,
+ Robot Framework Foundation gefördert. Sie besteht aus Unternehmen und Organisationen,
die die Kontinuität von Robot Framework jetzt und in Zukunft sicherstellen möchten. Das Projekt ist gehostet bei GitHub Das Projekt ist gehostet bei GitHub. Dank der Sponsoren bleibt Robot Framework völlig kostenlos nutzbar und wird gleichzeitig aktiv gewartet und weiterentwickelt.
Die Foundation deckt auch andere damit verbundene Ausgaben ab, wie die Entwicklung dieser Website und die Organisation verschiedener Meetups.`,
sponsorBoxTitle: 'Mitglieder der Robot Framework Foundation',
From 44d37f0c700da045d9e10534d8c88def48a3eb60 Mon Sep 17 00:00:00 2001
From: olgaimb
On Windows machines, make sure to add
Python to PATH
@@ -155,7 +155,7 @@ export default () => ({
`
},
{
- name: 'Learn'
+ name: 'Lernen'
}
]
},
From 868e4d045b28301f9f6c7d0c4e43d4d8bd32ce27 Mon Sep 17 00:00:00 2001
From: olgaimb
On Windows machines, make sure to add
- Python to PATH
- during installation.
Auf Windows-Rechnern stellen Sie sicher, dass Sie während der Installation
+ Python zum PATH
+ hinzufügen.pip install robotframework
robot --version
Click for invite!'
+ description: 'Community Team Chat.
Klicken Sie hier für die Einladung!'
}
}
},
resources: {
- title: 'Resources',
+ title: 'Ressourcen',
body:
- `
Auf Windows-Rechnern stellen Sie sicher, dass Sie während der Installation
Python zum PATH
@@ -175,7 +175,7 @@ export default () => ({
links: {
forum: {
title: 'Forum',
- description: '"Offizielles Robot Framework Forum.'
+ description: 'Offizielles Robot Framework Forum.'
},
slack: {
title: 'Slack',
From fe9655673a171e29bc39251b0746267c845401c9 Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
+ },
+ {
+ title: 'gofore',
+ href: 'https://gofore.com/en/',
+ img: 'gofore.png',
+ description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
+ },
+ {
+ title: 'henix',
+ href: 'https://www.henix.com/',
+ img: 'henix.png',
+ description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
+ },
+ {
+ title: 'humanitec',
+ href: 'https://humanitec.com/',
+ img: 'humanitec.png',
+ description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
+ },
+ {
+ title: 'igventure',
+ href: 'https://www.igventure.com/index.html',
+ img: 'igventure.png',
+ description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
+ },
+ {
+ title: 'imbus',
+ href: 'https://www.imbus.de/softwaretest/',
+ img: 'imbus.png',
+ description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
+ },
+ {
+ title: 'ing group',
+ href: 'https://www.ing.com/Home.htm',
+ img: 'ing.png',
+ description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
+ },
+ {
+ title: 'it@M',
+ href: 'https://opensource.muenchen.de/',
+ img: 'itm.png',
+ description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
+ },
+ {
+ title: 'knowit',
+ href: 'https://www.knowit.fi/',
+ img: 'knowit.png',
+ description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
+ },
+ {
+ title: 'kuka',
+ href: 'https://www.kuka.com/',
+ img: 'kuka.png',
+ description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
+ },
+ {
+ title: 'luoto',
+ href: 'https://www.luotocompany.fi/',
+ img: 'luoto.png',
+ description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
+ },
+ {
+ title: 'nexi',
+ href: 'https://www.nexigroup.com/en/',
+ img: 'nexi.png',
+ description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
+ },
+ {
+ title: 'niceproject',
+ href: 'https://niceproject.eu/',
+ img: 'niceproject.png',
+ description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
+ },
+ {
+ title: 'nokia',
+ href: 'https://www.nokia.com/',
+ img: 'nokia.png',
+ description: `
+ Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
+ },
+ {
+ title: 'nordea',
+ href: 'https://www.nordea.com/en/',
+ img: 'nordea.png',
+ description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
+ },
+ {
+ title: 'northcode',
+ href: 'https://www.northcode.fi/',
+ img: 'northcode.png',
+ description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
+ },
+ {
+ title: 'op',
+ href: 'https://www.op.fi/op-ryhma',
+ img: 'op.png',
+ description: `
+ OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
+ },
+ {
+ title: 'posti',
+ href: 'https://www.posti.com/',
+ img: 'posti.png',
+ description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
+ },
+ {
+ title: 'prove',
+ href: 'https://www.prove.fi/',
+ img: 'prove.png',
+ description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
+ },
+ {
+ title: 'provinzial',
+ href: 'https://www.provinzial.de/',
+ img: 'provinzial.png',
+ description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
+ },
+ {
+ title: 'qfactory',
+ href: 'https://www.q-factory.fi/',
+ img: 'qfactory.png',
+ description: `
+ Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
+ },
+ {
+ title: 'qubilea',
+ href: 'https://qubilea.fi/en/',
+ img: 'qubilea.png',
+ description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
+ },
+ {
+ title: 'reaktor',
+ href: 'https://reaktor.fi/',
+ img: 'reaktor.png',
+ description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
+ },
+ {
+ title: 'relex',
+ href: 'https://www.relexsolutions.com/',
+ img: 'relex.png',
+ description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
+ },
+ {
+ title: 'rpamaker',
+ href: 'https://www.rpamaker.com/',
+ img: 'rpamaker.png',
+ description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
+ },
+ {
+ title: 'SANAE',
+ href: 'https://sanae.sk/',
+ img: 'SANAE.png',
+ description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
+ },
+ {
+ title: 'segron',
+ href: 'https://www.segron.com/',
+ img: 'segron.png',
+ description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
+ },
+ {
+ title: 'sepp.med',
+ href: 'https://www.seppmed.de/en/',
+ img: 'seppmed.png',
+ description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
+ },
+ {
+ title: 'signant health',
+ href: 'https://signanthealth.com/',
+ img: 'signant.png',
+ description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
+ },
+ {
+ title: 'siili',
+ href: 'https://www.siili.com/',
+ img: 'siili.png',
+ description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
+ },
+ {
+ title: 'simplr',
+ href: 'https://simplr.company/',
+ img: 'simplr.png',
+ description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
+ },
+ {
+ title: 'Slovenská sporiteľňa',
+ href: 'https://www.slsp.sk/',
+ img: 'slsp.png',
+ description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
+ },
+ {
+ title: 'smartdocs',
+ href: 'https://www.smartdocs.ai/',
+ img: 'smartdocs.png',
+ description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
+ },
+ {
+ title: 'smart synergies',
+ href: 'https://www.smart-synergies.eu/',
+ img: 'smartsynergies.png',
+ description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ title: 'symbio',
+ href: 'https://fi.symbio.com/',
+ img: 'symbio.png',
+ description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
+ },
+ {
+ title: 'tesena',
+ href: 'https://www.tesena.com/en',
+ img: 'tesena.png',
+ description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
+ },
+ {
+ title: 'testcoders',
+ href: 'https://testcoders.nl/',
+ img: 'testcoders.png',
+ description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
+ },
+ {
+ title: 'testimate',
+ href: 'https://www.testimate.fi/',
+ img: 'testimate.png',
+ description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
+ },
+ {
+ title: 'tietoevry',
+ href: 'https://www.tietoevry.com/',
+ img: 'tietoevry.png',
+ description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
+ },
+ {
+ title: 'vala',
+ href: 'https://www.valagroup.com/',
+ img: 'vala.png',
+ description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
+ },
+ {
+ title: 'veikkaus',
+ href: 'https://www.veikkaus.fi/',
+ img: 'veikkaus.png',
+ description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
+ },
+ {
+ title: 'viadee',
+ href: 'https://www.viadee.de/',
+ img: 'viadee.png',
+ description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
+ }
+])
diff --git a/src/content/english/resources/tools.mjs b/src/content/english/resources/tools.mjs
new file mode 100644
index 000000000..68e371427
--- /dev/null
+++ b/src/content/english/resources/tools.mjs
@@ -0,0 +1,237 @@
+export default () => ([
+ {
+ name: 'RIDE',
+ description: 'Standalone Robot Framework test data editor.',
+ href: 'https://github.com/robotframework/RIDE/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'Atom plugin',
+ description: 'Robot Framework plugin for Atom.',
+ href: 'https://github.com/wingyplus/language-robot-framework',
+ tags: ['editor']
+ },
+ {
+ name: 'Brackets plugin',
+ description: 'Robot Framework plugin for Brackets.',
+ href: 'https://github.com/boakley/brackets-robotframework/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'RobotCode',
+ description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
+ href: 'https://github.com/d-biehl/robotcode',
+ tags: ['editor', 'vscode']
+ },
+ {
+ name: 'Emacs major mode',
+ description: 'Emacs major mode for editing tests.',
+ href: 'https://github.com/sakari/robot-mode',
+ tags: ['editor']
+ },
+ {
+ name: 'Gedit',
+ description: 'Syntax highlighting for Gedit.',
+ href: 'https://github.com/vkosuri/gedit-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Plugin for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by JIVE Software.',
+ href: 'https://plugins.jetbrains.com/plugin/7430',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Support for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
+ href: 'https://plugins.jetbrains.com/plugin/7415',
+ tags: ['editor']
+ },
+ {
+ name: 'Notepad++',
+ description: 'Syntax highlighting for Notepad++.',
+ href: 'https://github.com/vkosuri/npp-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Language Server for PyCharm',
+ description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
+ href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime assistant',
+ description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
+ href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime plugin',
+ description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
+ href: 'https://github.com/shellderp/sublime-robot-plugin',
+ tags: ['editor']
+ },
+ {
+ name: 'Vim plugin',
+ description: 'Vim plugin for development with Robot Framework.',
+ href: 'https://github.com/mfukar/robotframework-vim',
+ tags: ['editor']
+ },
+ {
+ name: 'Intellisense for Visual Studio Code',
+ description: 'A Visual Studio Code extension that supports Robot Framework development.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
+ tags: ['editor']
+ },
+ {
+ name: 'Debugger for Visual Studio Code',
+ description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
+ tags: ['editor']
+ },
+ {
+ name: 'Jenkins plugin',
+ description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
+ href: 'https://github.com/jenkinsci/robot-plugin',
+ tags: ['build']
+ },
+ {
+ name: 'Maven plugin',
+ description: 'Maven plugin for using Robot Framework.',
+ href: 'https://github.com/robotframework/MavenPlugin',
+ tags: ['build']
+ },
+ {
+ name: 'Ant task',
+ description: 'Ant task for running Robot Framework tests.',
+ href: 'https://github.com/lcarbonn/robotframework-ant',
+ tags: ['build']
+ },
+ {
+ name: 'DbBot',
+ description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
+ href: 'https://github.com/robotframework/DbBot',
+ tags: ['']
+ },
+ {
+ name: 'Distbot',
+ description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
+ href: 'https://github.com/rajeevnaikte/distbot',
+ tags: ['']
+ },
+ {
+ name: 'Fixml',
+ description: 'Tool for fixing Robot Framework output files that are broken.',
+ href: 'https://bitbucket.org/robotframework/fixml',
+ tags: ['']
+ },
+ {
+ name: 'Mabot',
+ description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
+ href: 'https://github.com/robotframework/mabot/',
+ tags: ['']
+ },
+ {
+ name: 'Oxygen',
+ description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
+ href: 'https://github.com/eficode/robotframework-oxygen',
+ tags: ['']
+ },
+ {
+ name: 'Pabot',
+ description: 'A parallel executor for Robot Framework tests and tasks.',
+ href: 'https://github.com/mkorpela/pabot',
+ tags: ['']
+ },
+ {
+ name: 'RCC',
+ description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
+ href: 'https://github.com/robocorp/rcc',
+ tags: ['']
+ },
+ {
+ name: 'RFDoc',
+ description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
+ href: 'https://github.com/robotframework/rfdoc',
+ tags: ['']
+ },
+ {
+ name: 'rfswarm',
+ description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
+ href: 'https://github.com/damies13/rfswarm',
+ tags: ['']
+ },
+ {
+ name: 'Robot Corder',
+ description: '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.',
+ href: 'https://github.com/sohwendy/Robotcorder',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Hub',
+ description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
+ href: 'https://github.com/boakley/robotframework-hub/wiki',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Lexer',
+ description: '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.',
+ href: 'https://bitbucket.org/robotframework/pygmentslexer',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Tools',
+ description: 'Collection of supporting tools that can be used with Robot Framework.',
+ href: 'https://bitbucket.org/robotframework/robottools',
+ tags: ['']
+ },
+ {
+ name: 'Robocop linter',
+ description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
+ href: 'https://github.com/MarketSquare/robotframework-robocop',
+ tags: ['']
+ },
+ {
+ name: 'Robotmk',
+ description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
+ href: 'https://github.com/elabit/robotmk/',
+ tags: ['']
+ },
+ {
+ name: 'SAGE Framework',
+ description: '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.',
+ href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
+ tags: ['']
+ },
+
+ {
+ name: 'StatusChecker',
+ description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
+ href: 'https://github.com/robotframework/statuschecker/',
+ tags: ['']
+ },
+ {
+ name: 'Test Assistant',
+ description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
+ href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
+ tags: ['']
+ },
+ {
+ name: 'TestDataTable',
+ description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
+ href: 'https://github.com/damies13/TestDataTable',
+ tags: ['']
+ },
+ {
+ name: 'Tesults Listener',
+ description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
+ href: 'https://www.tesults.com/docs?doc=robot',
+ tags: ['']
+ },
+ {
+ name: 'Xray Test Management',
+ description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
+ href: 'https://www.getxray.app/',
+ tags: ['']
+ }
+])
diff --git a/src/content/english/resources/users.js b/src/content/english/resources/users.js
new file mode 100644
index 000000000..33eff90f8
--- /dev/null
+++ b/src/content/english/resources/users.js
@@ -0,0 +1,318 @@
+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
+ Zoomba
+ 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 transformed their quality assurance for their brand sites, 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
+
+ embedded software for in-vehicle telematic units 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
+ measurement systems.`
+ },
+ {
+ 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
+ web testing of their Manufacturing
+ Resource Planning system.`
+ },
+ {
+ 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 SAGE
+ 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,
+ check the wiki.`
+ },
+ {
+ 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: 'RunWhen',
+ href: 'https://www.runwhen.com/',
+ imgName: 'runwhen.png',
+ text: `RunWhen has built a platform for Social Reliability Engineering that allows
+ organizations to collaboratively build and scale their Site Reliability Engineering practices.
+ The RunWhen platform uses Robot Framework to power its open source & community-driven
+ Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
+ },
+ {
+ title: 'Toronto Metropolitan University',
+ href: 'https://www.torontomu.ca/',
+ imgName: 'tmu_logo.png',
+ text: `Toronto Metropolitan 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
+ Odyssey
+ 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: 'Smart Synergies',
+ href: 'https://www.smart-synergies.eu/',
+ imgName: 'smartsynergies.png',
+ text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ 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: '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.`
+ },
+ {
+ title: 'Medical Billing Wholesalers',
+ href: 'https://www.medicalbillingwholesalers.com/',
+ imgName: 'medical_billing.png',
+ text: `Consumed by our purpose of being the most agile healthcare services company in the world,
+ we have created a strong delivery model combining the knowledge of our people with market-leading
+ technologies to deliver great revenue cycle outcomes to our customers.`
+ }
+])
diff --git a/src/content/index.js b/src/content/index.js
index 5ca98cf51..c91917046 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -7,13 +7,6 @@ import spanish from './spanish.js'
import chinese from './chinese.js'
import ach from './ach.js'
-import builtin from './resources/builtin.js'
-import libraries from './resources/libraries.mjs'
-import tools from './resources/tools.mjs'
-import learning from './resources/learning.js'
-import users from './resources/users.js'
-import sponsors from './resources/sponsors.js'
-
export {
english,
german,
@@ -22,12 +15,5 @@ export {
russian,
spanish,
chinese,
- ach,
-
- builtin,
- libraries,
- tools,
- learning,
- users,
- sponsors
+ ach
}
From 53e73090306a01cfa56d469d2a38fc59aa332429 Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
+ },
+ {
+ title: 'gofore',
+ href: 'https://gofore.com/en/',
+ img: 'gofore.png',
+ description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
+ },
+ {
+ title: 'henix',
+ href: 'https://www.henix.com/',
+ img: 'henix.png',
+ description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
+ },
+ {
+ title: 'humanitec',
+ href: 'https://humanitec.com/',
+ img: 'humanitec.png',
+ description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
+ },
+ {
+ title: 'igventure',
+ href: 'https://www.igventure.com/index.html',
+ img: 'igventure.png',
+ description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
+ },
+ {
+ title: 'imbus',
+ href: 'https://www.imbus.de/softwaretest/',
+ img: 'imbus.png',
+ description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
+ },
+ {
+ title: 'ing group',
+ href: 'https://www.ing.com/Home.htm',
+ img: 'ing.png',
+ description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
+ },
+ {
+ title: 'it@M',
+ href: 'https://opensource.muenchen.de/',
+ img: 'itm.png',
+ description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
+ },
+ {
+ title: 'knowit',
+ href: 'https://www.knowit.fi/',
+ img: 'knowit.png',
+ description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
+ },
+ {
+ title: 'kuka',
+ href: 'https://www.kuka.com/',
+ img: 'kuka.png',
+ description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
+ },
+ {
+ title: 'luoto',
+ href: 'https://www.luotocompany.fi/',
+ img: 'luoto.png',
+ description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
+ },
+ {
+ title: 'nexi',
+ href: 'https://www.nexigroup.com/en/',
+ img: 'nexi.png',
+ description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
+ },
+ {
+ title: 'niceproject',
+ href: 'https://niceproject.eu/',
+ img: 'niceproject.png',
+ description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
+ },
+ {
+ title: 'nokia',
+ href: 'https://www.nokia.com/',
+ img: 'nokia.png',
+ description: `
+ Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
+ },
+ {
+ title: 'nordea',
+ href: 'https://www.nordea.com/en/',
+ img: 'nordea.png',
+ description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
+ },
+ {
+ title: 'northcode',
+ href: 'https://www.northcode.fi/',
+ img: 'northcode.png',
+ description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
+ },
+ {
+ title: 'op',
+ href: 'https://www.op.fi/op-ryhma',
+ img: 'op.png',
+ description: `
+ OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
+ },
+ {
+ title: 'posti',
+ href: 'https://www.posti.com/',
+ img: 'posti.png',
+ description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
+ },
+ {
+ title: 'prove',
+ href: 'https://www.prove.fi/',
+ img: 'prove.png',
+ description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
+ },
+ {
+ title: 'provinzial',
+ href: 'https://www.provinzial.de/',
+ img: 'provinzial.png',
+ description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
+ },
+ {
+ title: 'qfactory',
+ href: 'https://www.q-factory.fi/',
+ img: 'qfactory.png',
+ description: `
+ Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
+ },
+ {
+ title: 'qubilea',
+ href: 'https://qubilea.fi/en/',
+ img: 'qubilea.png',
+ description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
+ },
+ {
+ title: 'reaktor',
+ href: 'https://reaktor.fi/',
+ img: 'reaktor.png',
+ description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
+ },
+ {
+ title: 'relex',
+ href: 'https://www.relexsolutions.com/',
+ img: 'relex.png',
+ description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
+ },
+ {
+ title: 'rpamaker',
+ href: 'https://www.rpamaker.com/',
+ img: 'rpamaker.png',
+ description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
+ },
+ {
+ title: 'SANAE',
+ href: 'https://sanae.sk/',
+ img: 'SANAE.png',
+ description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
+ },
+ {
+ title: 'segron',
+ href: 'https://www.segron.com/',
+ img: 'segron.png',
+ description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
+ },
+ {
+ title: 'sepp.med',
+ href: 'https://www.seppmed.de/en/',
+ img: 'seppmed.png',
+ description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
+ },
+ {
+ title: 'signant health',
+ href: 'https://signanthealth.com/',
+ img: 'signant.png',
+ description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
+ },
+ {
+ title: 'siili',
+ href: 'https://www.siili.com/',
+ img: 'siili.png',
+ description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
+ },
+ {
+ title: 'simplr',
+ href: 'https://simplr.company/',
+ img: 'simplr.png',
+ description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
+ },
+ {
+ title: 'Slovenská sporiteľňa',
+ href: 'https://www.slsp.sk/',
+ img: 'slsp.png',
+ description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
+ },
+ {
+ title: 'smartdocs',
+ href: 'https://www.smartdocs.ai/',
+ img: 'smartdocs.png',
+ description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
+ },
+ {
+ title: 'smart synergies',
+ href: 'https://www.smart-synergies.eu/',
+ img: 'smartsynergies.png',
+ description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ title: 'symbio',
+ href: 'https://fi.symbio.com/',
+ img: 'symbio.png',
+ description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
+ },
+ {
+ title: 'tesena',
+ href: 'https://www.tesena.com/en',
+ img: 'tesena.png',
+ description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
+ },
+ {
+ title: 'testcoders',
+ href: 'https://testcoders.nl/',
+ img: 'testcoders.png',
+ description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
+ },
+ {
+ title: 'testimate',
+ href: 'https://www.testimate.fi/',
+ img: 'testimate.png',
+ description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
+ },
+ {
+ title: 'tietoevry',
+ href: 'https://www.tietoevry.com/',
+ img: 'tietoevry.png',
+ description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
+ },
+ {
+ title: 'vala',
+ href: 'https://www.valagroup.com/',
+ img: 'vala.png',
+ description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
+ },
+ {
+ title: 'veikkaus',
+ href: 'https://www.veikkaus.fi/',
+ img: 'veikkaus.png',
+ description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
+ },
+ {
+ title: 'viadee',
+ href: 'https://www.viadee.de/',
+ img: 'viadee.png',
+ description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
+ }
+])
diff --git a/src/content/english/resources/tools.mjs b/src/content/english/resources/tools.mjs
new file mode 100644
index 000000000..68e371427
--- /dev/null
+++ b/src/content/english/resources/tools.mjs
@@ -0,0 +1,237 @@
+export default () => ([
+ {
+ name: 'RIDE',
+ description: 'Standalone Robot Framework test data editor.',
+ href: 'https://github.com/robotframework/RIDE/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'Atom plugin',
+ description: 'Robot Framework plugin for Atom.',
+ href: 'https://github.com/wingyplus/language-robot-framework',
+ tags: ['editor']
+ },
+ {
+ name: 'Brackets plugin',
+ description: 'Robot Framework plugin for Brackets.',
+ href: 'https://github.com/boakley/brackets-robotframework/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'RobotCode',
+ description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
+ href: 'https://github.com/d-biehl/robotcode',
+ tags: ['editor', 'vscode']
+ },
+ {
+ name: 'Emacs major mode',
+ description: 'Emacs major mode for editing tests.',
+ href: 'https://github.com/sakari/robot-mode',
+ tags: ['editor']
+ },
+ {
+ name: 'Gedit',
+ description: 'Syntax highlighting for Gedit.',
+ href: 'https://github.com/vkosuri/gedit-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Plugin for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by JIVE Software.',
+ href: 'https://plugins.jetbrains.com/plugin/7430',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Support for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
+ href: 'https://plugins.jetbrains.com/plugin/7415',
+ tags: ['editor']
+ },
+ {
+ name: 'Notepad++',
+ description: 'Syntax highlighting for Notepad++.',
+ href: 'https://github.com/vkosuri/npp-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Language Server for PyCharm',
+ description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
+ href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime assistant',
+ description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
+ href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime plugin',
+ description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
+ href: 'https://github.com/shellderp/sublime-robot-plugin',
+ tags: ['editor']
+ },
+ {
+ name: 'Vim plugin',
+ description: 'Vim plugin for development with Robot Framework.',
+ href: 'https://github.com/mfukar/robotframework-vim',
+ tags: ['editor']
+ },
+ {
+ name: 'Intellisense for Visual Studio Code',
+ description: 'A Visual Studio Code extension that supports Robot Framework development.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
+ tags: ['editor']
+ },
+ {
+ name: 'Debugger for Visual Studio Code',
+ description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
+ tags: ['editor']
+ },
+ {
+ name: 'Jenkins plugin',
+ description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
+ href: 'https://github.com/jenkinsci/robot-plugin',
+ tags: ['build']
+ },
+ {
+ name: 'Maven plugin',
+ description: 'Maven plugin for using Robot Framework.',
+ href: 'https://github.com/robotframework/MavenPlugin',
+ tags: ['build']
+ },
+ {
+ name: 'Ant task',
+ description: 'Ant task for running Robot Framework tests.',
+ href: 'https://github.com/lcarbonn/robotframework-ant',
+ tags: ['build']
+ },
+ {
+ name: 'DbBot',
+ description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
+ href: 'https://github.com/robotframework/DbBot',
+ tags: ['']
+ },
+ {
+ name: 'Distbot',
+ description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
+ href: 'https://github.com/rajeevnaikte/distbot',
+ tags: ['']
+ },
+ {
+ name: 'Fixml',
+ description: 'Tool for fixing Robot Framework output files that are broken.',
+ href: 'https://bitbucket.org/robotframework/fixml',
+ tags: ['']
+ },
+ {
+ name: 'Mabot',
+ description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
+ href: 'https://github.com/robotframework/mabot/',
+ tags: ['']
+ },
+ {
+ name: 'Oxygen',
+ description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
+ href: 'https://github.com/eficode/robotframework-oxygen',
+ tags: ['']
+ },
+ {
+ name: 'Pabot',
+ description: 'A parallel executor for Robot Framework tests and tasks.',
+ href: 'https://github.com/mkorpela/pabot',
+ tags: ['']
+ },
+ {
+ name: 'RCC',
+ description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
+ href: 'https://github.com/robocorp/rcc',
+ tags: ['']
+ },
+ {
+ name: 'RFDoc',
+ description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
+ href: 'https://github.com/robotframework/rfdoc',
+ tags: ['']
+ },
+ {
+ name: 'rfswarm',
+ description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
+ href: 'https://github.com/damies13/rfswarm',
+ tags: ['']
+ },
+ {
+ name: 'Robot Corder',
+ description: '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.',
+ href: 'https://github.com/sohwendy/Robotcorder',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Hub',
+ description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
+ href: 'https://github.com/boakley/robotframework-hub/wiki',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Lexer',
+ description: '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.',
+ href: 'https://bitbucket.org/robotframework/pygmentslexer',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Tools',
+ description: 'Collection of supporting tools that can be used with Robot Framework.',
+ href: 'https://bitbucket.org/robotframework/robottools',
+ tags: ['']
+ },
+ {
+ name: 'Robocop linter',
+ description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
+ href: 'https://github.com/MarketSquare/robotframework-robocop',
+ tags: ['']
+ },
+ {
+ name: 'Robotmk',
+ description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
+ href: 'https://github.com/elabit/robotmk/',
+ tags: ['']
+ },
+ {
+ name: 'SAGE Framework',
+ description: '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.',
+ href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
+ tags: ['']
+ },
+
+ {
+ name: 'StatusChecker',
+ description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
+ href: 'https://github.com/robotframework/statuschecker/',
+ tags: ['']
+ },
+ {
+ name: 'Test Assistant',
+ description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
+ href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
+ tags: ['']
+ },
+ {
+ name: 'TestDataTable',
+ description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
+ href: 'https://github.com/damies13/TestDataTable',
+ tags: ['']
+ },
+ {
+ name: 'Tesults Listener',
+ description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
+ href: 'https://www.tesults.com/docs?doc=robot',
+ tags: ['']
+ },
+ {
+ name: 'Xray Test Management',
+ description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
+ href: 'https://www.getxray.app/',
+ tags: ['']
+ }
+])
diff --git a/src/content/english/resources/users.js b/src/content/english/resources/users.js
new file mode 100644
index 000000000..33eff90f8
--- /dev/null
+++ b/src/content/english/resources/users.js
@@ -0,0 +1,318 @@
+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
+ Zoomba
+ 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 transformed their quality assurance for their brand sites, 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
+
+ embedded software for in-vehicle telematic units 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
+ measurement systems.`
+ },
+ {
+ 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
+ web testing of their Manufacturing
+ Resource Planning system.`
+ },
+ {
+ 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 SAGE
+ 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,
+ check the wiki.`
+ },
+ {
+ 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: 'RunWhen',
+ href: 'https://www.runwhen.com/',
+ imgName: 'runwhen.png',
+ text: `RunWhen has built a platform for Social Reliability Engineering that allows
+ organizations to collaboratively build and scale their Site Reliability Engineering practices.
+ The RunWhen platform uses Robot Framework to power its open source & community-driven
+ Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
+ },
+ {
+ title: 'Toronto Metropolitan University',
+ href: 'https://www.torontomu.ca/',
+ imgName: 'tmu_logo.png',
+ text: `Toronto Metropolitan 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
+ Odyssey
+ 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: 'Smart Synergies',
+ href: 'https://www.smart-synergies.eu/',
+ imgName: 'smartsynergies.png',
+ text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ 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: '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.`
+ },
+ {
+ title: 'Medical Billing Wholesalers',
+ href: 'https://www.medicalbillingwholesalers.com/',
+ imgName: 'medical_billing.png',
+ text: `Consumed by our purpose of being the most agile healthcare services company in the world,
+ we have created a strong delivery model combining the knowledge of our people with market-leading
+ technologies to deliver great revenue cycle outcomes to our customers.`
+ }
+])
diff --git a/src/content/index.js b/src/content/index.js
index 5ca98cf51..c91917046 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -7,13 +7,6 @@ import spanish from './spanish.js'
import chinese from './chinese.js'
import ach from './ach.js'
-import builtin from './resources/builtin.js'
-import libraries from './resources/libraries.mjs'
-import tools from './resources/tools.mjs'
-import learning from './resources/learning.js'
-import users from './resources/users.js'
-import sponsors from './resources/sponsors.js'
-
export {
english,
german,
@@ -22,12 +15,5 @@ export {
russian,
spanish,
chinese,
- ach,
-
- builtin,
- libraries,
- tools,
- learning,
- users,
- sponsors
+ ach
}
From d04797337d77f2317682829f2692722085d9a6fb Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
+ },
+ {
+ title: 'gofore',
+ href: 'https://gofore.com/en/',
+ img: 'gofore.png',
+ description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
+ },
+ {
+ title: 'henix',
+ href: 'https://www.henix.com/',
+ img: 'henix.png',
+ description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
+ },
+ {
+ title: 'humanitec',
+ href: 'https://humanitec.com/',
+ img: 'humanitec.png',
+ description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
+ },
+ {
+ title: 'igventure',
+ href: 'https://www.igventure.com/index.html',
+ img: 'igventure.png',
+ description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
+ },
+ {
+ title: 'imbus',
+ href: 'https://www.imbus.de/softwaretest/',
+ img: 'imbus.png',
+ description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
+ },
+ {
+ title: 'ing group',
+ href: 'https://www.ing.com/Home.htm',
+ img: 'ing.png',
+ description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
+ },
+ {
+ title: 'it@M',
+ href: 'https://opensource.muenchen.de/',
+ img: 'itm.png',
+ description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
+ },
+ {
+ title: 'knowit',
+ href: 'https://www.knowit.fi/',
+ img: 'knowit.png',
+ description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
+ },
+ {
+ title: 'kuka',
+ href: 'https://www.kuka.com/',
+ img: 'kuka.png',
+ description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
+ },
+ {
+ title: 'luoto',
+ href: 'https://www.luotocompany.fi/',
+ img: 'luoto.png',
+ description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
+ },
+ {
+ title: 'nexi',
+ href: 'https://www.nexigroup.com/en/',
+ img: 'nexi.png',
+ description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
+ },
+ {
+ title: 'niceproject',
+ href: 'https://niceproject.eu/',
+ img: 'niceproject.png',
+ description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
+ },
+ {
+ title: 'nokia',
+ href: 'https://www.nokia.com/',
+ img: 'nokia.png',
+ description: `
+ Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
+ },
+ {
+ title: 'nordea',
+ href: 'https://www.nordea.com/en/',
+ img: 'nordea.png',
+ description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
+ },
+ {
+ title: 'northcode',
+ href: 'https://www.northcode.fi/',
+ img: 'northcode.png',
+ description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
+ },
+ {
+ title: 'op',
+ href: 'https://www.op.fi/op-ryhma',
+ img: 'op.png',
+ description: `
+ OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
+ },
+ {
+ title: 'posti',
+ href: 'https://www.posti.com/',
+ img: 'posti.png',
+ description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
+ },
+ {
+ title: 'prove',
+ href: 'https://www.prove.fi/',
+ img: 'prove.png',
+ description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
+ },
+ {
+ title: 'provinzial',
+ href: 'https://www.provinzial.de/',
+ img: 'provinzial.png',
+ description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
+ },
+ {
+ title: 'qfactory',
+ href: 'https://www.q-factory.fi/',
+ img: 'qfactory.png',
+ description: `
+ Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
+ },
+ {
+ title: 'qubilea',
+ href: 'https://qubilea.fi/en/',
+ img: 'qubilea.png',
+ description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
+ },
+ {
+ title: 'reaktor',
+ href: 'https://reaktor.fi/',
+ img: 'reaktor.png',
+ description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
+ },
+ {
+ title: 'relex',
+ href: 'https://www.relexsolutions.com/',
+ img: 'relex.png',
+ description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
+ },
+ {
+ title: 'rpamaker',
+ href: 'https://www.rpamaker.com/',
+ img: 'rpamaker.png',
+ description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
+ },
+ {
+ title: 'SANAE',
+ href: 'https://sanae.sk/',
+ img: 'SANAE.png',
+ description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
+ },
+ {
+ title: 'segron',
+ href: 'https://www.segron.com/',
+ img: 'segron.png',
+ description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
+ },
+ {
+ title: 'sepp.med',
+ href: 'https://www.seppmed.de/en/',
+ img: 'seppmed.png',
+ description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
+ },
+ {
+ title: 'signant health',
+ href: 'https://signanthealth.com/',
+ img: 'signant.png',
+ description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
+ },
+ {
+ title: 'siili',
+ href: 'https://www.siili.com/',
+ img: 'siili.png',
+ description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
+ },
+ {
+ title: 'simplr',
+ href: 'https://simplr.company/',
+ img: 'simplr.png',
+ description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
+ },
+ {
+ title: 'Slovenská sporiteľňa',
+ href: 'https://www.slsp.sk/',
+ img: 'slsp.png',
+ description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
+ },
+ {
+ title: 'smartdocs',
+ href: 'https://www.smartdocs.ai/',
+ img: 'smartdocs.png',
+ description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
+ },
+ {
+ title: 'smart synergies',
+ href: 'https://www.smart-synergies.eu/',
+ img: 'smartsynergies.png',
+ description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ title: 'symbio',
+ href: 'https://fi.symbio.com/',
+ img: 'symbio.png',
+ description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
+ },
+ {
+ title: 'tesena',
+ href: 'https://www.tesena.com/en',
+ img: 'tesena.png',
+ description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
+ },
+ {
+ title: 'testcoders',
+ href: 'https://testcoders.nl/',
+ img: 'testcoders.png',
+ description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
+ },
+ {
+ title: 'testimate',
+ href: 'https://www.testimate.fi/',
+ img: 'testimate.png',
+ description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
+ },
+ {
+ title: 'tietoevry',
+ href: 'https://www.tietoevry.com/',
+ img: 'tietoevry.png',
+ description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
+ },
+ {
+ title: 'vala',
+ href: 'https://www.valagroup.com/',
+ img: 'vala.png',
+ description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
+ },
+ {
+ title: 'veikkaus',
+ href: 'https://www.veikkaus.fi/',
+ img: 'veikkaus.png',
+ description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
+ },
+ {
+ title: 'viadee',
+ href: 'https://www.viadee.de/',
+ img: 'viadee.png',
+ description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
+ }
+])
diff --git a/src/content/resources/german/tools.mjs b/src/content/resources/german/tools.mjs
new file mode 100644
index 000000000..68e371427
--- /dev/null
+++ b/src/content/resources/german/tools.mjs
@@ -0,0 +1,237 @@
+export default () => ([
+ {
+ name: 'RIDE',
+ description: 'Standalone Robot Framework test data editor.',
+ href: 'https://github.com/robotframework/RIDE/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'Atom plugin',
+ description: 'Robot Framework plugin for Atom.',
+ href: 'https://github.com/wingyplus/language-robot-framework',
+ tags: ['editor']
+ },
+ {
+ name: 'Brackets plugin',
+ description: 'Robot Framework plugin for Brackets.',
+ href: 'https://github.com/boakley/brackets-robotframework/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'RobotCode',
+ description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
+ href: 'https://github.com/d-biehl/robotcode',
+ tags: ['editor', 'vscode']
+ },
+ {
+ name: 'Emacs major mode',
+ description: 'Emacs major mode for editing tests.',
+ href: 'https://github.com/sakari/robot-mode',
+ tags: ['editor']
+ },
+ {
+ name: 'Gedit',
+ description: 'Syntax highlighting for Gedit.',
+ href: 'https://github.com/vkosuri/gedit-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Plugin for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by JIVE Software.',
+ href: 'https://plugins.jetbrains.com/plugin/7430',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Support for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
+ href: 'https://plugins.jetbrains.com/plugin/7415',
+ tags: ['editor']
+ },
+ {
+ name: 'Notepad++',
+ description: 'Syntax highlighting for Notepad++.',
+ href: 'https://github.com/vkosuri/npp-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Language Server for PyCharm',
+ description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
+ href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime assistant',
+ description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
+ href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime plugin',
+ description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
+ href: 'https://github.com/shellderp/sublime-robot-plugin',
+ tags: ['editor']
+ },
+ {
+ name: 'Vim plugin',
+ description: 'Vim plugin for development with Robot Framework.',
+ href: 'https://github.com/mfukar/robotframework-vim',
+ tags: ['editor']
+ },
+ {
+ name: 'Intellisense for Visual Studio Code',
+ description: 'A Visual Studio Code extension that supports Robot Framework development.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
+ tags: ['editor']
+ },
+ {
+ name: 'Debugger for Visual Studio Code',
+ description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
+ tags: ['editor']
+ },
+ {
+ name: 'Jenkins plugin',
+ description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
+ href: 'https://github.com/jenkinsci/robot-plugin',
+ tags: ['build']
+ },
+ {
+ name: 'Maven plugin',
+ description: 'Maven plugin for using Robot Framework.',
+ href: 'https://github.com/robotframework/MavenPlugin',
+ tags: ['build']
+ },
+ {
+ name: 'Ant task',
+ description: 'Ant task for running Robot Framework tests.',
+ href: 'https://github.com/lcarbonn/robotframework-ant',
+ tags: ['build']
+ },
+ {
+ name: 'DbBot',
+ description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
+ href: 'https://github.com/robotframework/DbBot',
+ tags: ['']
+ },
+ {
+ name: 'Distbot',
+ description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
+ href: 'https://github.com/rajeevnaikte/distbot',
+ tags: ['']
+ },
+ {
+ name: 'Fixml',
+ description: 'Tool for fixing Robot Framework output files that are broken.',
+ href: 'https://bitbucket.org/robotframework/fixml',
+ tags: ['']
+ },
+ {
+ name: 'Mabot',
+ description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
+ href: 'https://github.com/robotframework/mabot/',
+ tags: ['']
+ },
+ {
+ name: 'Oxygen',
+ description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
+ href: 'https://github.com/eficode/robotframework-oxygen',
+ tags: ['']
+ },
+ {
+ name: 'Pabot',
+ description: 'A parallel executor for Robot Framework tests and tasks.',
+ href: 'https://github.com/mkorpela/pabot',
+ tags: ['']
+ },
+ {
+ name: 'RCC',
+ description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
+ href: 'https://github.com/robocorp/rcc',
+ tags: ['']
+ },
+ {
+ name: 'RFDoc',
+ description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
+ href: 'https://github.com/robotframework/rfdoc',
+ tags: ['']
+ },
+ {
+ name: 'rfswarm',
+ description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
+ href: 'https://github.com/damies13/rfswarm',
+ tags: ['']
+ },
+ {
+ name: 'Robot Corder',
+ description: '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.',
+ href: 'https://github.com/sohwendy/Robotcorder',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Hub',
+ description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
+ href: 'https://github.com/boakley/robotframework-hub/wiki',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Lexer',
+ description: '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.',
+ href: 'https://bitbucket.org/robotframework/pygmentslexer',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Tools',
+ description: 'Collection of supporting tools that can be used with Robot Framework.',
+ href: 'https://bitbucket.org/robotframework/robottools',
+ tags: ['']
+ },
+ {
+ name: 'Robocop linter',
+ description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
+ href: 'https://github.com/MarketSquare/robotframework-robocop',
+ tags: ['']
+ },
+ {
+ name: 'Robotmk',
+ description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
+ href: 'https://github.com/elabit/robotmk/',
+ tags: ['']
+ },
+ {
+ name: 'SAGE Framework',
+ description: '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.',
+ href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
+ tags: ['']
+ },
+
+ {
+ name: 'StatusChecker',
+ description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
+ href: 'https://github.com/robotframework/statuschecker/',
+ tags: ['']
+ },
+ {
+ name: 'Test Assistant',
+ description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
+ href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
+ tags: ['']
+ },
+ {
+ name: 'TestDataTable',
+ description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
+ href: 'https://github.com/damies13/TestDataTable',
+ tags: ['']
+ },
+ {
+ name: 'Tesults Listener',
+ description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
+ href: 'https://www.tesults.com/docs?doc=robot',
+ tags: ['']
+ },
+ {
+ name: 'Xray Test Management',
+ description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
+ href: 'https://www.getxray.app/',
+ tags: ['']
+ }
+])
diff --git a/src/content/resources/german/users.js b/src/content/resources/german/users.js
new file mode 100644
index 000000000..33eff90f8
--- /dev/null
+++ b/src/content/resources/german/users.js
@@ -0,0 +1,318 @@
+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
+ Zoomba
+ 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 transformed their quality assurance for their brand sites, 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
+
+ embedded software for in-vehicle telematic units 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
+ measurement systems.`
+ },
+ {
+ 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
+ web testing of their Manufacturing
+ Resource Planning system.`
+ },
+ {
+ 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 SAGE
+ 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,
+ check the wiki.`
+ },
+ {
+ 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: 'RunWhen',
+ href: 'https://www.runwhen.com/',
+ imgName: 'runwhen.png',
+ text: `RunWhen has built a platform for Social Reliability Engineering that allows
+ organizations to collaboratively build and scale their Site Reliability Engineering practices.
+ The RunWhen platform uses Robot Framework to power its open source & community-driven
+ Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
+ },
+ {
+ title: 'Toronto Metropolitan University',
+ href: 'https://www.torontomu.ca/',
+ imgName: 'tmu_logo.png',
+ text: `Toronto Metropolitan 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
+ Odyssey
+ 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: 'Smart Synergies',
+ href: 'https://www.smart-synergies.eu/',
+ imgName: 'smartsynergies.png',
+ text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ 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: '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.`
+ },
+ {
+ title: 'Medical Billing Wholesalers',
+ href: 'https://www.medicalbillingwholesalers.com/',
+ imgName: 'medical_billing.png',
+ text: `Consumed by our purpose of being the most agile healthcare services company in the world,
+ we have created a strong delivery model combining the knowledge of our people with market-leading
+ technologies to deliver great revenue cycle outcomes to our customers.`
+ }
+])
From 3d193ff0b2fbf0a818d6dbf35cf265caf6aa7da9 Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
+ },
+ {
+ title: 'gofore',
+ href: 'https://gofore.com/en/',
+ img: 'gofore.png',
+ description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
+ },
+ {
+ title: 'henix',
+ href: 'https://www.henix.com/',
+ img: 'henix.png',
+ description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
+ },
+ {
+ title: 'humanitec',
+ href: 'https://humanitec.com/',
+ img: 'humanitec.png',
+ description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
+ },
+ {
+ title: 'igventure',
+ href: 'https://www.igventure.com/index.html',
+ img: 'igventure.png',
+ description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
+ },
+ {
+ title: 'imbus',
+ href: 'https://www.imbus.de/softwaretest/',
+ img: 'imbus.png',
+ description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
+ },
+ {
+ title: 'ing group',
+ href: 'https://www.ing.com/Home.htm',
+ img: 'ing.png',
+ description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
+ },
+ {
+ title: 'it@M',
+ href: 'https://opensource.muenchen.de/',
+ img: 'itm.png',
+ description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
+ },
+ {
+ title: 'knowit',
+ href: 'https://www.knowit.fi/',
+ img: 'knowit.png',
+ description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
+ },
+ {
+ title: 'kuka',
+ href: 'https://www.kuka.com/',
+ img: 'kuka.png',
+ description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
+ },
+ {
+ title: 'luoto',
+ href: 'https://www.luotocompany.fi/',
+ img: 'luoto.png',
+ description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
+ },
+ {
+ title: 'nexi',
+ href: 'https://www.nexigroup.com/en/',
+ img: 'nexi.png',
+ description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
+ },
+ {
+ title: 'niceproject',
+ href: 'https://niceproject.eu/',
+ img: 'niceproject.png',
+ description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
+ },
+ {
+ title: 'nokia',
+ href: 'https://www.nokia.com/',
+ img: 'nokia.png',
+ description: `
+ Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
+ },
+ {
+ title: 'nordea',
+ href: 'https://www.nordea.com/en/',
+ img: 'nordea.png',
+ description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
+ },
+ {
+ title: 'northcode',
+ href: 'https://www.northcode.fi/',
+ img: 'northcode.png',
+ description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
+ },
+ {
+ title: 'op',
+ href: 'https://www.op.fi/op-ryhma',
+ img: 'op.png',
+ description: `
+ OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
+ },
+ {
+ title: 'posti',
+ href: 'https://www.posti.com/',
+ img: 'posti.png',
+ description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
+ },
+ {
+ title: 'prove',
+ href: 'https://www.prove.fi/',
+ img: 'prove.png',
+ description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
+ },
+ {
+ title: 'provinzial',
+ href: 'https://www.provinzial.de/',
+ img: 'provinzial.png',
+ description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
+ },
+ {
+ title: 'qfactory',
+ href: 'https://www.q-factory.fi/',
+ img: 'qfactory.png',
+ description: `
+ Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
+ },
+ {
+ title: 'qubilea',
+ href: 'https://qubilea.fi/en/',
+ img: 'qubilea.png',
+ description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
+ },
+ {
+ title: 'reaktor',
+ href: 'https://reaktor.fi/',
+ img: 'reaktor.png',
+ description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
+ },
+ {
+ title: 'relex',
+ href: 'https://www.relexsolutions.com/',
+ img: 'relex.png',
+ description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
+ },
+ {
+ title: 'rpamaker',
+ href: 'https://www.rpamaker.com/',
+ img: 'rpamaker.png',
+ description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
+ },
+ {
+ title: 'SANAE',
+ href: 'https://sanae.sk/',
+ img: 'SANAE.png',
+ description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
+ },
+ {
+ title: 'segron',
+ href: 'https://www.segron.com/',
+ img: 'segron.png',
+ description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
+ },
+ {
+ title: 'sepp.med',
+ href: 'https://www.seppmed.de/en/',
+ img: 'seppmed.png',
+ description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
+ },
+ {
+ title: 'signant health',
+ href: 'https://signanthealth.com/',
+ img: 'signant.png',
+ description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
+ },
+ {
+ title: 'siili',
+ href: 'https://www.siili.com/',
+ img: 'siili.png',
+ description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
+ },
+ {
+ title: 'simplr',
+ href: 'https://simplr.company/',
+ img: 'simplr.png',
+ description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
+ },
+ {
+ title: 'Slovenská sporiteľňa',
+ href: 'https://www.slsp.sk/',
+ img: 'slsp.png',
+ description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
+ },
+ {
+ title: 'smartdocs',
+ href: 'https://www.smartdocs.ai/',
+ img: 'smartdocs.png',
+ description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
+ },
+ {
+ title: 'smart synergies',
+ href: 'https://www.smart-synergies.eu/',
+ img: 'smartsynergies.png',
+ description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ title: 'symbio',
+ href: 'https://fi.symbio.com/',
+ img: 'symbio.png',
+ description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
+ },
+ {
+ title: 'tesena',
+ href: 'https://www.tesena.com/en',
+ img: 'tesena.png',
+ description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
+ },
+ {
+ title: 'testcoders',
+ href: 'https://testcoders.nl/',
+ img: 'testcoders.png',
+ description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
+ },
+ {
+ title: 'testimate',
+ href: 'https://www.testimate.fi/',
+ img: 'testimate.png',
+ description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
+ },
+ {
+ title: 'tietoevry',
+ href: 'https://www.tietoevry.com/',
+ img: 'tietoevry.png',
+ description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
+ },
+ {
+ title: 'vala',
+ href: 'https://www.valagroup.com/',
+ img: 'vala.png',
+ description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
+ },
+ {
+ title: 'veikkaus',
+ href: 'https://www.veikkaus.fi/',
+ img: 'veikkaus.png',
+ description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
+ },
+ {
+ title: 'viadee',
+ href: 'https://www.viadee.de/',
+ img: 'viadee.png',
+ description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
+ }
+])
diff --git a/src/content/resources/german/german_tools.mjs b/src/content/resources/german/german_tools.mjs
new file mode 100644
index 000000000..68e371427
--- /dev/null
+++ b/src/content/resources/german/german_tools.mjs
@@ -0,0 +1,237 @@
+export default () => ([
+ {
+ name: 'RIDE',
+ description: 'Standalone Robot Framework test data editor.',
+ href: 'https://github.com/robotframework/RIDE/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'Atom plugin',
+ description: 'Robot Framework plugin for Atom.',
+ href: 'https://github.com/wingyplus/language-robot-framework',
+ tags: ['editor']
+ },
+ {
+ name: 'Brackets plugin',
+ description: 'Robot Framework plugin for Brackets.',
+ href: 'https://github.com/boakley/brackets-robotframework/wiki',
+ tags: ['editor']
+ },
+ {
+ name: 'RobotCode',
+ description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
+ href: 'https://github.com/d-biehl/robotcode',
+ tags: ['editor', 'vscode']
+ },
+ {
+ name: 'Emacs major mode',
+ description: 'Emacs major mode for editing tests.',
+ href: 'https://github.com/sakari/robot-mode',
+ tags: ['editor']
+ },
+ {
+ name: 'Gedit',
+ description: 'Syntax highlighting for Gedit.',
+ href: 'https://github.com/vkosuri/gedit-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Plugin for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by JIVE Software.',
+ href: 'https://plugins.jetbrains.com/plugin/7430',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Support for IntelliJ IDEA',
+ description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
+ href: 'https://plugins.jetbrains.com/plugin/7415',
+ tags: ['editor']
+ },
+ {
+ name: 'Notepad++',
+ description: 'Syntax highlighting for Notepad++.',
+ href: 'https://github.com/vkosuri/npp-robot',
+ tags: ['editor']
+ },
+ {
+ name: 'Language Server for PyCharm',
+ description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
+ href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime assistant',
+ description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
+ href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
+ tags: ['editor']
+ },
+ {
+ name: 'Sublime plugin',
+ description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
+ href: 'https://github.com/shellderp/sublime-robot-plugin',
+ tags: ['editor']
+ },
+ {
+ name: 'Vim plugin',
+ description: 'Vim plugin for development with Robot Framework.',
+ href: 'https://github.com/mfukar/robotframework-vim',
+ tags: ['editor']
+ },
+ {
+ name: 'Intellisense for Visual Studio Code',
+ description: 'A Visual Studio Code extension that supports Robot Framework development.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
+ tags: ['editor']
+ },
+ {
+ name: 'Debugger for Visual Studio Code',
+ description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
+ href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
+ tags: ['editor']
+ },
+ {
+ name: 'Jenkins plugin',
+ description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
+ href: 'https://github.com/jenkinsci/robot-plugin',
+ tags: ['build']
+ },
+ {
+ name: 'Maven plugin',
+ description: 'Maven plugin for using Robot Framework.',
+ href: 'https://github.com/robotframework/MavenPlugin',
+ tags: ['build']
+ },
+ {
+ name: 'Ant task',
+ description: 'Ant task for running Robot Framework tests.',
+ href: 'https://github.com/lcarbonn/robotframework-ant',
+ tags: ['build']
+ },
+ {
+ name: 'DbBot',
+ description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
+ href: 'https://github.com/robotframework/DbBot',
+ tags: ['']
+ },
+ {
+ name: 'Distbot',
+ description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
+ href: 'https://github.com/rajeevnaikte/distbot',
+ tags: ['']
+ },
+ {
+ name: 'Fixml',
+ description: 'Tool for fixing Robot Framework output files that are broken.',
+ href: 'https://bitbucket.org/robotframework/fixml',
+ tags: ['']
+ },
+ {
+ name: 'Mabot',
+ description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
+ href: 'https://github.com/robotframework/mabot/',
+ tags: ['']
+ },
+ {
+ name: 'Oxygen',
+ description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
+ href: 'https://github.com/eficode/robotframework-oxygen',
+ tags: ['']
+ },
+ {
+ name: 'Pabot',
+ description: 'A parallel executor for Robot Framework tests and tasks.',
+ href: 'https://github.com/mkorpela/pabot',
+ tags: ['']
+ },
+ {
+ name: 'RCC',
+ description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
+ href: 'https://github.com/robocorp/rcc',
+ tags: ['']
+ },
+ {
+ name: 'RFDoc',
+ description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
+ href: 'https://github.com/robotframework/rfdoc',
+ tags: ['']
+ },
+ {
+ name: 'rfswarm',
+ description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
+ href: 'https://github.com/damies13/rfswarm',
+ tags: ['']
+ },
+ {
+ name: 'Robot Corder',
+ description: '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.',
+ href: 'https://github.com/sohwendy/Robotcorder',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Hub',
+ description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
+ href: 'https://github.com/boakley/robotframework-hub/wiki',
+ tags: ['']
+ },
+ {
+ name: 'Robot Framework Lexer',
+ description: '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.',
+ href: 'https://bitbucket.org/robotframework/pygmentslexer',
+ tags: ['editor']
+ },
+ {
+ name: 'Robot Tools',
+ description: 'Collection of supporting tools that can be used with Robot Framework.',
+ href: 'https://bitbucket.org/robotframework/robottools',
+ tags: ['']
+ },
+ {
+ name: 'Robocop linter',
+ description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
+ href: 'https://github.com/MarketSquare/robotframework-robocop',
+ tags: ['']
+ },
+ {
+ name: 'Robotmk',
+ description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
+ href: 'https://github.com/elabit/robotmk/',
+ tags: ['']
+ },
+ {
+ name: 'SAGE Framework',
+ description: '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.',
+ href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
+ tags: ['']
+ },
+
+ {
+ name: 'StatusChecker',
+ description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
+ href: 'https://github.com/robotframework/statuschecker/',
+ tags: ['']
+ },
+ {
+ name: 'Test Assistant',
+ description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
+ href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
+ tags: ['']
+ },
+ {
+ name: 'TestDataTable',
+ description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
+ href: 'https://github.com/damies13/TestDataTable',
+ tags: ['']
+ },
+ {
+ name: 'Tesults Listener',
+ description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
+ href: 'https://www.tesults.com/docs?doc=robot',
+ tags: ['']
+ },
+ {
+ name: 'Xray Test Management',
+ description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
+ href: 'https://www.getxray.app/',
+ tags: ['']
+ }
+])
diff --git a/src/content/resources/german/german_users.js b/src/content/resources/german/german_users.js
new file mode 100644
index 000000000..33eff90f8
--- /dev/null
+++ b/src/content/resources/german/german_users.js
@@ -0,0 +1,318 @@
+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
+ Zoomba
+ 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 transformed their quality assurance for their brand sites, 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
+
+ embedded software for in-vehicle telematic units 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
+ measurement systems.`
+ },
+ {
+ 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
+ web testing of their Manufacturing
+ Resource Planning system.`
+ },
+ {
+ 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 SAGE
+ 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,
+ check the wiki.`
+ },
+ {
+ 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: 'RunWhen',
+ href: 'https://www.runwhen.com/',
+ imgName: 'runwhen.png',
+ text: `RunWhen has built a platform for Social Reliability Engineering that allows
+ organizations to collaboratively build and scale their Site Reliability Engineering practices.
+ The RunWhen platform uses Robot Framework to power its open source & community-driven
+ Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
+ },
+ {
+ title: 'Toronto Metropolitan University',
+ href: 'https://www.torontomu.ca/',
+ imgName: 'tmu_logo.png',
+ text: `Toronto Metropolitan 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
+ Odyssey
+ 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: 'Smart Synergies',
+ href: 'https://www.smart-synergies.eu/',
+ imgName: 'smartsynergies.png',
+ text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
+ and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
+ },
+ {
+ 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: '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.`
+ },
+ {
+ title: 'Medical Billing Wholesalers',
+ href: 'https://www.medicalbillingwholesalers.com/',
+ imgName: 'medical_billing.png',
+ text: `Consumed by our purpose of being the most agile healthcare services company in the world,
+ we have created a strong delivery model combining the knowledge of our people with market-leading
+ technologies to deliver great revenue cycle outcomes to our customers.`
+ }
+])
From 681353ae54b7d05fcd9fb5635550b41130b4fc08 Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
- },
- {
- title: 'gofore',
- href: 'https://gofore.com/en/',
- img: 'gofore.png',
- description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
- },
- {
- title: 'henix',
- href: 'https://www.henix.com/',
- img: 'henix.png',
- description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
- },
- {
- title: 'humanitec',
- href: 'https://humanitec.com/',
- img: 'humanitec.png',
- description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
- },
- {
- title: 'igventure',
- href: 'https://www.igventure.com/index.html',
- img: 'igventure.png',
- description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
- },
- {
- title: 'imbus',
- href: 'https://www.imbus.de/softwaretest/',
- img: 'imbus.png',
- description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
- },
- {
- title: 'ing group',
- href: 'https://www.ing.com/Home.htm',
- img: 'ing.png',
- description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
- },
- {
- title: 'it@M',
- href: 'https://opensource.muenchen.de/',
- img: 'itm.png',
- description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
- },
- {
- title: 'knowit',
- href: 'https://www.knowit.fi/',
- img: 'knowit.png',
- description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
- },
- {
- title: 'kuka',
- href: 'https://www.kuka.com/',
- img: 'kuka.png',
- description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
- },
- {
- title: 'luoto',
- href: 'https://www.luotocompany.fi/',
- img: 'luoto.png',
- description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
- },
- {
- title: 'nexi',
- href: 'https://www.nexigroup.com/en/',
- img: 'nexi.png',
- description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
- },
- {
- title: 'niceproject',
- href: 'https://niceproject.eu/',
- img: 'niceproject.png',
- description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
- },
- {
- title: 'nokia',
- href: 'https://www.nokia.com/',
- img: 'nokia.png',
- description: `
- Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
- },
- {
- title: 'nordea',
- href: 'https://www.nordea.com/en/',
- img: 'nordea.png',
- description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
- },
- {
- title: 'northcode',
- href: 'https://www.northcode.fi/',
- img: 'northcode.png',
- description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
- },
- {
- title: 'op',
- href: 'https://www.op.fi/op-ryhma',
- img: 'op.png',
- description: `
- OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
- },
- {
- title: 'posti',
- href: 'https://www.posti.com/',
- img: 'posti.png',
- description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
- },
- {
- title: 'prove',
- href: 'https://www.prove.fi/',
- img: 'prove.png',
- description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
- },
- {
- title: 'provinzial',
- href: 'https://www.provinzial.de/',
- img: 'provinzial.png',
- description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
- },
- {
- title: 'qfactory',
- href: 'https://www.q-factory.fi/',
- img: 'qfactory.png',
- description: `
- Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
- },
- {
- title: 'qubilea',
- href: 'https://qubilea.fi/en/',
- img: 'qubilea.png',
- description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
- },
- {
- title: 'reaktor',
- href: 'https://reaktor.fi/',
- img: 'reaktor.png',
- description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
- },
- {
- title: 'relex',
- href: 'https://www.relexsolutions.com/',
- img: 'relex.png',
- description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
- },
- {
- title: 'rpamaker',
- href: 'https://www.rpamaker.com/',
- img: 'rpamaker.png',
- description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
- },
- {
- title: 'SANAE',
- href: 'https://sanae.sk/',
- img: 'SANAE.png',
- description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
- },
- {
- title: 'segron',
- href: 'https://www.segron.com/',
- img: 'segron.png',
- description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
- },
- {
- title: 'sepp.med',
- href: 'https://www.seppmed.de/en/',
- img: 'seppmed.png',
- description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
- },
- {
- title: 'signant health',
- href: 'https://signanthealth.com/',
- img: 'signant.png',
- description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
- },
- {
- title: 'siili',
- href: 'https://www.siili.com/',
- img: 'siili.png',
- description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
- },
- {
- title: 'simplr',
- href: 'https://simplr.company/',
- img: 'simplr.png',
- description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
- },
- {
- title: 'Slovenská sporiteľňa',
- href: 'https://www.slsp.sk/',
- img: 'slsp.png',
- description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
- },
- {
- title: 'smartdocs',
- href: 'https://www.smartdocs.ai/',
- img: 'smartdocs.png',
- description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
- },
- {
- title: 'smart synergies',
- href: 'https://www.smart-synergies.eu/',
- img: 'smartsynergies.png',
- description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
- and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
- },
- {
- title: 'symbio',
- href: 'https://fi.symbio.com/',
- img: 'symbio.png',
- description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
- },
- {
- title: 'tesena',
- href: 'https://www.tesena.com/en',
- img: 'tesena.png',
- description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
- },
- {
- title: 'testcoders',
- href: 'https://testcoders.nl/',
- img: 'testcoders.png',
- description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
- },
- {
- title: 'testimate',
- href: 'https://www.testimate.fi/',
- img: 'testimate.png',
- description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
- },
- {
- title: 'tietoevry',
- href: 'https://www.tietoevry.com/',
- img: 'tietoevry.png',
- description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
- },
- {
- title: 'vala',
- href: 'https://www.valagroup.com/',
- img: 'vala.png',
- description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
- },
- {
- title: 'veikkaus',
- href: 'https://www.veikkaus.fi/',
- img: 'veikkaus.png',
- description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
- },
- {
- title: 'viadee',
- href: 'https://www.viadee.de/',
- img: 'viadee.png',
- description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
- }
-])
diff --git a/src/content/resources/german/tools.mjs b/src/content/resources/german/tools.mjs
deleted file mode 100644
index 68e371427..000000000
--- a/src/content/resources/german/tools.mjs
+++ /dev/null
@@ -1,237 +0,0 @@
-export default () => ([
- {
- name: 'RIDE',
- description: 'Standalone Robot Framework test data editor.',
- href: 'https://github.com/robotframework/RIDE/wiki',
- tags: ['editor']
- },
- {
- name: 'Atom plugin',
- description: 'Robot Framework plugin for Atom.',
- href: 'https://github.com/wingyplus/language-robot-framework',
- tags: ['editor']
- },
- {
- name: 'Brackets plugin',
- description: 'Robot Framework plugin for Brackets.',
- href: 'https://github.com/boakley/brackets-robotframework/wiki',
- tags: ['editor']
- },
- {
- name: 'RobotCode',
- description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
- href: 'https://github.com/d-biehl/robotcode',
- tags: ['editor', 'vscode']
- },
- {
- name: 'Emacs major mode',
- description: 'Emacs major mode for editing tests.',
- href: 'https://github.com/sakari/robot-mode',
- tags: ['editor']
- },
- {
- name: 'Gedit',
- description: 'Syntax highlighting for Gedit.',
- href: 'https://github.com/vkosuri/gedit-robot',
- tags: ['editor']
- },
- {
- name: 'Robot Plugin for IntelliJ IDEA',
- description: 'For IntelliJ IDEA-based editors by JIVE Software.',
- href: 'https://plugins.jetbrains.com/plugin/7430',
- tags: ['editor']
- },
- {
- name: 'Robot Support for IntelliJ IDEA',
- description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
- href: 'https://plugins.jetbrains.com/plugin/7415',
- tags: ['editor']
- },
- {
- name: 'Notepad++',
- description: 'Syntax highlighting for Notepad++.',
- href: 'https://github.com/vkosuri/npp-robot',
- tags: ['editor']
- },
- {
- name: 'Language Server for PyCharm',
- description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
- href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
- tags: ['editor']
- },
- {
- name: 'Sublime assistant',
- description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
- href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
- tags: ['editor']
- },
- {
- name: 'Sublime plugin',
- description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
- href: 'https://github.com/shellderp/sublime-robot-plugin',
- tags: ['editor']
- },
- {
- name: 'Vim plugin',
- description: 'Vim plugin for development with Robot Framework.',
- href: 'https://github.com/mfukar/robotframework-vim',
- tags: ['editor']
- },
- {
- name: 'Intellisense for Visual Studio Code',
- description: 'A Visual Studio Code extension that supports Robot Framework development.',
- href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
- tags: ['editor']
- },
- {
- name: 'Debugger for Visual Studio Code',
- description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
- href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
- tags: ['editor']
- },
- {
- name: 'Jenkins plugin',
- description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
- href: 'https://github.com/jenkinsci/robot-plugin',
- tags: ['build']
- },
- {
- name: 'Maven plugin',
- description: 'Maven plugin for using Robot Framework.',
- href: 'https://github.com/robotframework/MavenPlugin',
- tags: ['build']
- },
- {
- name: 'Ant task',
- description: 'Ant task for running Robot Framework tests.',
- href: 'https://github.com/lcarbonn/robotframework-ant',
- tags: ['build']
- },
- {
- name: 'DbBot',
- description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
- href: 'https://github.com/robotframework/DbBot',
- tags: ['']
- },
- {
- name: 'Distbot',
- description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
- href: 'https://github.com/rajeevnaikte/distbot',
- tags: ['']
- },
- {
- name: 'Fixml',
- description: 'Tool for fixing Robot Framework output files that are broken.',
- href: 'https://bitbucket.org/robotframework/fixml',
- tags: ['']
- },
- {
- name: 'Mabot',
- description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
- href: 'https://github.com/robotframework/mabot/',
- tags: ['']
- },
- {
- name: 'Oxygen',
- description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
- href: 'https://github.com/eficode/robotframework-oxygen',
- tags: ['']
- },
- {
- name: 'Pabot',
- description: 'A parallel executor for Robot Framework tests and tasks.',
- href: 'https://github.com/mkorpela/pabot',
- tags: ['']
- },
- {
- name: 'RCC',
- description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
- href: 'https://github.com/robocorp/rcc',
- tags: ['']
- },
- {
- name: 'RFDoc',
- description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
- href: 'https://github.com/robotframework/rfdoc',
- tags: ['']
- },
- {
- name: 'rfswarm',
- description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
- href: 'https://github.com/damies13/rfswarm',
- tags: ['']
- },
- {
- name: 'Robot Corder',
- description: '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.',
- href: 'https://github.com/sohwendy/Robotcorder',
- tags: ['']
- },
- {
- name: 'Robot Framework Hub',
- description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
- href: 'https://github.com/boakley/robotframework-hub/wiki',
- tags: ['']
- },
- {
- name: 'Robot Framework Lexer',
- description: '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.',
- href: 'https://bitbucket.org/robotframework/pygmentslexer',
- tags: ['editor']
- },
- {
- name: 'Robot Tools',
- description: 'Collection of supporting tools that can be used with Robot Framework.',
- href: 'https://bitbucket.org/robotframework/robottools',
- tags: ['']
- },
- {
- name: 'Robocop linter',
- description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
- href: 'https://github.com/MarketSquare/robotframework-robocop',
- tags: ['']
- },
- {
- name: 'Robotmk',
- description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
- href: 'https://github.com/elabit/robotmk/',
- tags: ['']
- },
- {
- name: 'SAGE Framework',
- description: '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.',
- href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
- tags: ['']
- },
-
- {
- name: 'StatusChecker',
- description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
- href: 'https://github.com/robotframework/statuschecker/',
- tags: ['']
- },
- {
- name: 'Test Assistant',
- description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
- href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
- tags: ['']
- },
- {
- name: 'TestDataTable',
- description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
- href: 'https://github.com/damies13/TestDataTable',
- tags: ['']
- },
- {
- name: 'Tesults Listener',
- description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
- href: 'https://www.tesults.com/docs?doc=robot',
- tags: ['']
- },
- {
- name: 'Xray Test Management',
- description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
- href: 'https://www.getxray.app/',
- tags: ['']
- }
-])
diff --git a/src/content/resources/german/users.js b/src/content/resources/german/users.js
deleted file mode 100644
index 33eff90f8..000000000
--- a/src/content/resources/german/users.js
+++ /dev/null
@@ -1,318 +0,0 @@
-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
- Zoomba
- 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 transformed their quality assurance for their brand sites, 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
-
- embedded software for in-vehicle telematic units 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
- measurement systems.`
- },
- {
- 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
- web testing of their Manufacturing
- Resource Planning system.`
- },
- {
- 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 SAGE
- 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,
- check the wiki.`
- },
- {
- 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: 'RunWhen',
- href: 'https://www.runwhen.com/',
- imgName: 'runwhen.png',
- text: `RunWhen has built a platform for Social Reliability Engineering that allows
- organizations to collaboratively build and scale their Site Reliability Engineering practices.
- The RunWhen platform uses Robot Framework to power its open source & community-driven
- Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
- },
- {
- title: 'Toronto Metropolitan University',
- href: 'https://www.torontomu.ca/',
- imgName: 'tmu_logo.png',
- text: `Toronto Metropolitan 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
- Odyssey
- 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: 'Smart Synergies',
- href: 'https://www.smart-synergies.eu/',
- imgName: 'smartsynergies.png',
- text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
- and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
- },
- {
- 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: '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.`
- },
- {
- title: 'Medical Billing Wholesalers',
- href: 'https://www.medicalbillingwholesalers.com/',
- imgName: 'medical_billing.png',
- text: `Consumed by our purpose of being the most agile healthcare services company in the world,
- we have created a strong delivery model combining the knowledge of our people with market-leading
- technologies to deliver great revenue cycle outcomes to our customers.`
- }
-])
From f3f56b181d0143d845f335a5142c64e5f073d532 Mon Sep 17 00:00:00 2001
From: olgaimb
"At Fresenius Medical, we leverage the power of Robot Framework for our product verification processes Robot Framework empowers us to achieve faster and more reliable testing, ultimately contributing to the enhancement of our product development processes."`
- },
- {
- title: 'gofore',
- href: 'https://gofore.com/en/',
- img: 'gofore.png',
- description: 'Gofore Plc is a Finnish digitalisation specialist with international growth plans. We’re made up of over 700 people across Finland, Germany, Spain, and Estonia – top experts in our industry who are our company’s heart, brain, and hands. We use consulting, coding and design as tools to incite positive change. We care for our people, our customers, and the surrounding world. We rely on RobotFramework at our consulting, coding, design and quality assurance. Learn to know us better at www.gofore.com.'
- },
- {
- title: 'henix',
- href: 'https://www.henix.com/',
- img: 'henix.png',
- description: 'Henix is a French consulting company specializing in software quality assurance. By offering a wide range of services including test automation using Robot Framework, it has become the leading pure player test company in France. Since 2011, Henix is the publisher of the Squash Open Source testing suite. Made by testers for testers, it interfaces natively with Robot Framework to ease test automation management as efficiently as manual tests.'
- },
- {
- title: 'humanitec',
- href: 'https://humanitec.com/',
- img: 'humanitec.png',
- description: 'Humanitec is a VC-financed company that drives developer productivity by radically simplifying how organizations deliver software at scale. The Humanitec Platform Orchestrator is the fastest, most reliable way to build an enterprise-grade Internal Developer Platform (IDP). The orchestrator dynamically generates app and infra configurations with every new deployment, driving standardization across the entire software delivery lifecycle. This means no more ticket ops or waiting times for developers, resulting 4x higher deployment frequency and 30% faster time to market.'
- },
- {
- title: 'igventure',
- href: 'https://www.igventure.com/index.html',
- img: 'igventure.png',
- description: 'Igventure is providing ERP and automation consulting for the industry leading companies. We have introduced most agile concept for data driven management in the markets. Methods, processes and tools are managed as information accounts, similar kind of way as in financial management with chart of accounts. ᗩccounts is highly adaptive, scalalable and independent of business domains or sectors. We use Robot Framework automating ᗩccounts and ERP like SAP.'
- },
- {
- title: 'imbus',
- href: 'https://www.imbus.de/softwaretest/',
- img: 'imbus.png',
- description: 'imbus is a German leading solution partner for professional software testing and intelligent software quality assurance. The portfolio includes consulting for process improvement as well as test automation, test tools, and training. Since 1992, imbus has been synonymous with smart test automation.'
- },
- {
- title: 'ing group',
- href: 'https://www.ing.com/Home.htm',
- img: 'ing.png',
- description: 'The ING Group is a Dutch multinational banking and financial services corporation headquartered in Amsterdam. Its primary businesses are retail banking, direct banking, commercial banking, investment banking, wholesale banking, private banking, asset management, and insurance services. At the heart of the bank in the Netherlands, NL Corebank we use Robot Framework to test our applications.'
- },
- {
- title: 'it@M',
- href: 'https://opensource.muenchen.de/',
- img: 'itm.png',
- description: 'it@M is an in-house operation within the IT department of the City of Munich. The Robot Framework is used for various tasks. For example as a test framework in our Digital Twin or as an automatic tool for Windows client installation, furthermore it is also integrated into our Checkmk.'
- },
- {
- title: 'knowit',
- href: 'https://www.knowit.fi/',
- img: 'knowit.png',
- description: 'Knowit is a consulting company that helps its clients succeed by operating close and in an innovative, business-oriented way. With our large pool of test automation professionals, we can ensure highest software quality and gain immediate and future savings.'
- },
- {
- title: 'kuka',
- href: 'https://www.kuka.com/',
- img: 'kuka.png',
- description: 'There is a good reason why KUKA products can be found in virtually every industry: our portfolio offers perfectly matched automation solutions for more efficient manufacturing processes – from just a single robot to specialized cells through to complete system concepts.'
- },
- {
- title: 'luoto',
- href: 'https://www.luotocompany.fi/',
- img: 'luoto.png',
- description: 'Full-stack software development company that focus on high quality. Interest in data and AI/ML also. Luoto has one of a kind, modern organization structure through full partner program, with lean management and sharp focus on customer experience. Our customers will get best 10% of IT specialist in market, who own the customer experience.'
- },
- {
- title: 'nexi',
- href: 'https://www.nexigroup.com/en/',
- img: 'nexi.png',
- description: 'Nexi Digital Finland is a software development and innovation centre for Nexi Group located in Espoo, Finland.
As a part of one of the biggest European PayTech companies, we drive the product development of digital in-store payment products and services. First of its kind in the Nordics, Nexi Digital Finland development hub aims to bring pioneering solutions to support Nexi Group shape the future of the payment industry.
Nexi Group is the merger and integration of Nexi, Nets and Sia and has operations in over 25 European countries. More than 10 000 professionals in Nexi Group work towards the transition of a cashless Europe by making every payment digital.'
- },
- {
- title: 'niceproject',
- href: 'https://niceproject.eu/',
- img: 'niceproject.png',
- description: 'NiceProject is a dynamic IT company focused on delivering top-notch project solutions. Emphasising a customer-centric approach, they specialise in delivering end-to-end project solutions that not only meet but exceed customer expectations. Their core values of innovation, creativity, and efficiency are reflected in their commitment to achieving exceptional results for long-term success. Furthermore, NiceProject is playing a pivotal role in fostering the Robot Framework community in Poland by organising conferences since 2022. Wrobocon conference aims at unleashing the potential of intelligent automation. This partnership with the Robot Framework Foundation highlights their dedication to advancing the field of test automation and their contribution to building a vibrant professional community.'
- },
- {
- title: 'nokia',
- href: 'https://www.nokia.com/',
- img: 'nokia.png',
- description: `
- Nokia develops and delivers the telecommunications industry's only end-to-end portfolio of network equipment, software, services and licensing that is available globally. Nokia also serves consumers with technology and devices. First versions of Robot Framework were developed in Nokia and Robot Framework is extensively used and developed further in Nokia today.`
- },
- {
- title: 'nordea',
- href: 'https://www.nordea.com/en/',
- img: 'nordea.png',
- description: 'Nordea is a leading Nordic universal bank. We are helping our customers realise their dreams and aspirations – and we have done that for 200 years. We want to make a real difference for our customers and the communities where we operate – by being a strong and personal financial partner. The Nordea share is listed on the Nasdaq Helsinki, Nasdaq Copenhagen and Nasdaq Stockholm exchanges.'
- },
- {
- title: 'northcode',
- href: 'https://www.northcode.fi/',
- img: 'northcode.png',
- description: 'We are a consulting company that offers DevSecOps services.
The foundation of our operations is our epic ownership model, where every employee is also a shareholder in the company.'
- },
- {
- title: 'op',
- href: 'https://www.op.fi/op-ryhma',
- img: 'op.png',
- description: `
- OP Financial Group is Finland's largest financial services group whose mission is to promote the sustainable prosperity, security and wellbeing of its owner-customers and business environment. The Group has a staff of 12,000 and almost 2 million owner-customers. OP uses Robot Framework for improving our agile testing quality and CI/CD, as well for bringing more customer satisfaction with the RPA capabilities.`
- },
- {
- title: 'posti',
- href: 'https://www.posti.com/',
- img: 'posti.png',
- description: 'Posti is one of the leading delivery and fulfillment companies in Finland, Sweden and Baltics. We tend to the smoothness of our customers’ everyday lives and business by offering a wide range of postal, logistics, freight, and eCommerce services. We have the widest network coverage in Finland, and we visit around three million households and companies every weekday. We actively use Robot Framework in the test automation suites, improving quality and allowing for increased speed of developing new features for our many products.'
- },
- {
- title: 'prove',
- href: 'https://www.prove.fi/',
- img: 'prove.png',
- description: "Prove is a trailblazer in the wildly unpredictable and fast-paced world of tech, where we excel as leaders in software testing. Specializing in those high-stakes moments characterized by tight deadlines and limited information, Prove delivers state-of-the-art software testing results. Our philosophy is simple: software quality is mental health. Everybody, from coder to client, is happier when software works. Everyone wants to play on the winning team. With Prove on your side, you're not just ensuring that your software development soars—you're also investing in peace of mind for your team and your customers."
- },
- {
- title: 'provinzial',
- href: 'https://www.provinzial.de/',
- img: 'provinzial.png',
- description: 'The Provinzial Holding AG is the second largest insurance group in Germany. We ensure what is dear to our customers. We gain our strength from the regional ties of our subsidiaries. For more than 300 years, we are where our customers are. Today, more than five million private and corporate customers place their trust in us. What makes us special is our regionality and proximity. Our advisors are at most a few minutes away from our customers and can be reached through our many digital channels at any time. Furthermore, we put great importance on sustainability and commitment to the regions that are firmly anchored in our corporate values. Whether in the field of art and culture, sports sponsorship or security: We engage ourselves - and we do so in many different areas. '
- },
- {
- title: 'qfactory',
- href: 'https://www.q-factory.fi/',
- img: 'qfactory.png',
- description: `
- Q-Factory is specialized in test automation and quality assurance services. Our expertise is based on strong project experience, and extensive testing and test tool knowledge. We emphasize on early software quality and we help fixing quality issues when it's most economical – before they are made.`
- },
- {
- title: 'qubilea',
- href: 'https://qubilea.fi/en/',
- img: 'qubilea.png',
- description: 'Qubilea is Finnish software quality assurance company, offering consulting services in software testing and test automation solutions.'
- },
- {
- title: 'reaktor',
- href: 'https://reaktor.fi/',
- img: 'reaktor.png',
- description: 'Reaktor is a creative technology house that constructs exceptional digital services. We build services for clients specializing in finance, retail, media, telecommunications, in-flight services and the public sector.'
- },
- {
- title: 'relex',
- href: 'https://www.relexsolutions.com/',
- img: 'relex.png',
- description: 'RELEX Solutions provides market-leading software optimising supply chain and retail planning to reduce the carbon footprint. Our QA teams use Robot Framework in test automation against APIs and user interfaces, among other good test automation tools the teams find valuable.'
- },
- {
- title: 'rpamaker',
- href: 'https://www.rpamaker.com/',
- img: 'rpamaker.png',
- description: 'RPAMAKER provides end to end process automation services. We are a client-centric company focused on helping clients confidently walk through the automation journey. We drive our clients to discover, evaluate, develop, host, maintain, support and improve their automations.'
- },
- {
- title: 'SANAE',
- href: 'https://sanae.sk/',
- img: 'SANAE.png',
- description: 'SANAE is a well-established provider of software testing and QA solutions. This includes audit of test processes, test management, and support of test automation approaches using robotic testing. We believe that true success can be reached by cooperation and networking rather than through competition. Therefore apart from the main area of business, we are working hard to build, maintain, and enlarge a community of testers in the Bratislava region and beyond. This effort resulted in SANAE Software Testing BEER.EX, a conference focused on QA and software testing that has been running since 2019.'
- },
- {
- title: 'segron',
- href: 'https://www.segron.com/',
- img: 'segron.png',
- description: 'SEGRON provides Beyond End2End Test Automation solutions for communication networks. Our unique Automated Test Framework approach can orchestrate real-time testing with Out-of-the-Box end-user devices (iOS and Android smartphones and IoT devices). We strive to offer the industry expertise and reliable service that businesses look for in a long-term test automation partner.'
- },
- {
- title: 'sepp.med',
- href: 'https://www.seppmed.de/en/',
- img: 'seppmed.png',
- description: 'Digitalization boosted by sepp.med quality Software development, quality assurance and testing for security-critical fields – for more than 40 years. sepp.med is an it-consultancy, an it-service provider and also a tool manufacturer. With and for our customers, we shape the digitalization of the future. This starts with consulting on possible regulatory requirements, standards and guidelines (ISO/IEC, SPICE, FDA or MDR), includes requirements and project management and covers also the whole development process including reliable test concepts and test execution. Using the expertise and scalability of our agile software factory or our agile test factory we also take over entire development or test projects. Furthermore, we are happy to share our knowledge about software development and test processes in open or individual trainings within our ISTQB® accredited training academy.'
- },
- {
- title: 'signant health',
- href: 'https://signanthealth.com/',
- img: 'signant.png',
- description: 'Signant Health (formerly known as CRF Health, the 4th unicorn from Finland) is a Product Company creating eCOA product platform in regulated business area. We use Robot Framework and Python for our test automation in our offices in Helsinki and Iasi, Romania. We understand the importance of quality in software development. We are good, but we want to be the best in our industry.'
- },
- {
- title: 'siili',
- href: 'https://www.siili.com/',
- img: 'siili.png',
- description: 'We are a modern, full-service technology company. We help you create better business and meaningful digital experiences by combining strategic insight, creative design, data management, and technology expertise.'
- },
- {
- title: 'simplr',
- href: 'https://simplr.company/',
- img: 'simplr.png',
- description: 'Simplr is a software development company focused on creating applications and tooling to best match the requirements of users. At Simplr we value open-source culture and endorse our employees to create and contribute to projects they use and enjoy. In addition to working on open source, we deliver high quality solutions matching the needs of our clients.'
- },
- {
- title: 'Slovenská sporiteľňa',
- href: 'https://www.slsp.sk/',
- img: 'slsp.png',
- description: 'Slovenská sporiteľňa is the largest commercial bank in Slovakia, servicing more than 2.2 million clients. For a long time, it keeps its leadership in the area of total assets, credits, client‘s deposits, number of branches and ATMs. It offers its comprehensive services in more than 190 branches and 8 commercial centers in Slovakia. The long-term tradition, trust, and customer satisfaction combined with the know-how and experience of its owner have created good prerequisites for the bank´s success in the Slovak and European banking market. From 2001 on, Slovenská sporiteľňa became a member of Erste Group, that operates in 7 European countries. Slovenská sporiteľňa focuses on digital innovations and value-added services. Robot Framework plays a key role in test automation and RPA solutions.'
- },
- {
- title: 'smartdocs',
- href: 'https://www.smartdocs.ai/',
- img: 'smartdocs.png',
- description: 'Smart Docs Procurement Platform empowers companies around the world to help optimize and streamline their procurement processes. SmartDocs uses Al/ML models and provides a comprehensive set of controls to help Enterprise Procurement teams to monitor and manage procurement operations. By providing an awesome user experience, SmartDocs eliminates the hurdles and complexities of enterprise procurement processes.'
- },
- {
- title: 'smart synergies',
- href: 'https://www.smart-synergies.eu/',
- img: 'smartsynergies.png',
- description: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
- and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
- },
- {
- title: 'symbio',
- href: 'https://fi.symbio.com/',
- img: 'symbio.png',
- description: 'Symbio is international co-creation innovation partner. We help our customers create high quality products and future services in digital world. Our core capabilities include software development, test automation, IoT and Connected Car development, QA, embedded development, interoperability and globalization services.'
- },
- {
- title: 'tesena',
- href: 'https://www.tesena.com/en',
- img: 'tesena.png',
- description: 'Tesena is based in the Czech Republic, with offices in both Slovakia and Austria. We have been helping our clients with their software testing and quality engineering challenges through both consulting and training services for over 10 years. We love Robot Framework.'
- },
- {
- title: 'testcoders',
- href: 'https://testcoders.nl/',
- img: 'testcoders.png',
- description: 'At TestCoders we believe that test automation contributes to the accelerated development and delivery of valuable software for our customers. This requires a powerful vision, a proven approach and specialists who can successfully roll out (test) automation in Agile/DevOps environments. TestCoders has that vision, the experience, and a team of highly skilled and dedicated test automation engineers. As grateful users of various open-source test automation frameworks, we encourage our professionals to actively contribute to the development of these frameworks.'
- },
- {
- title: 'testimate',
- href: 'https://www.testimate.fi/',
- img: 'testimate.png',
- description: 'Testimate provides comprehensive and independent high-quality software testing services for small and large systems or products. Our employees are versatile testing experts with several years of experience in testing, managing and leading testing and test automation using commercial and open source tools. We know we are good at what we do - and our clients agree!'
- },
- {
- title: 'tietoevry',
- href: 'https://www.tietoevry.com/',
- img: 'tietoevry.png',
- description: 'TietoEVRY creates digital advantage for businesses and society. We are a leading digital services and software company with local presence and global capabilities. Our Nordic values and heritage steer our success.
Headquartered in Finland, TietoEVRY employs around 24 000 experts globally. The company serves thousands of enterprise and public sector customers in more than 90 countries.'
- },
- {
- title: 'vala',
- href: 'https://www.valagroup.com/',
- img: 'vala.png',
- description: 'VALA Group provides outstanding software development and quality assurance services by utilizing automation, co-operation and intelligent tool selection for companies ranging from start-ups to major publicly listed companies. Our greatest strenghts include Test Automation, QA Process Consultation and Quality Driven Software Development.'
- },
- {
- title: 'veikkaus',
- href: 'https://www.veikkaus.fi/',
- img: 'veikkaus.png',
- description: 'Almost all adult Finns play our games; at Veikkaus we have over two million loyal customers. Thanks to the players, over one billion euros a year are accumulated for the common good. Robot Framework plays a key role in our test automation and RPA.'
- },
- {
- title: 'viadee',
- href: 'https://www.viadee.de/',
- img: 'viadee.png',
- description: 'With over 30 years of experience and a team of 200+ experts, viadee excels in holistic IT consulting and software development. Spanning fields including software development, data science & AI, test automation, process management, and organizational development, viadee tailors IT solutions for clients in banking, insurance, logistics, energy, trade, and the public sector. Rooted in values of trust, humanity, and fairness, our focus on resarch and most importantly the high satisfaction of our employees drive our success.'
- }
-])
diff --git a/src/content/english/resources/tools.mjs b/src/content/english/resources/tools.mjs
deleted file mode 100644
index 68e371427..000000000
--- a/src/content/english/resources/tools.mjs
+++ /dev/null
@@ -1,237 +0,0 @@
-export default () => ([
- {
- name: 'RIDE',
- description: 'Standalone Robot Framework test data editor.',
- href: 'https://github.com/robotframework/RIDE/wiki',
- tags: ['editor']
- },
- {
- name: 'Atom plugin',
- description: 'Robot Framework plugin for Atom.',
- href: 'https://github.com/wingyplus/language-robot-framework',
- tags: ['editor']
- },
- {
- name: 'Brackets plugin',
- description: 'Robot Framework plugin for Brackets.',
- href: 'https://github.com/boakley/brackets-robotframework/wiki',
- tags: ['editor']
- },
- {
- name: 'RobotCode',
- description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
- href: 'https://github.com/d-biehl/robotcode',
- tags: ['editor', 'vscode']
- },
- {
- name: 'Emacs major mode',
- description: 'Emacs major mode for editing tests.',
- href: 'https://github.com/sakari/robot-mode',
- tags: ['editor']
- },
- {
- name: 'Gedit',
- description: 'Syntax highlighting for Gedit.',
- href: 'https://github.com/vkosuri/gedit-robot',
- tags: ['editor']
- },
- {
- name: 'Robot Plugin for IntelliJ IDEA',
- description: 'For IntelliJ IDEA-based editors by JIVE Software.',
- href: 'https://plugins.jetbrains.com/plugin/7430',
- tags: ['editor']
- },
- {
- name: 'Robot Support for IntelliJ IDEA',
- description: 'For IntelliJ IDEA-based editors by Valerio Angelini.',
- href: 'https://plugins.jetbrains.com/plugin/7415',
- tags: ['editor']
- },
- {
- name: 'Notepad++',
- description: 'Syntax highlighting for Notepad++.',
- href: 'https://github.com/vkosuri/npp-robot',
- tags: ['editor']
- },
- {
- name: 'Language Server for PyCharm',
- description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
- href: 'https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server',
- tags: ['editor']
- },
- {
- name: 'Sublime assistant',
- description: 'A plugin for Sublime Text 2 & 3 by Andriy Hrytskiv.',
- href: 'https://github.com/andriyko/sublime-robot-framework-assistant',
- tags: ['editor']
- },
- {
- name: 'Sublime plugin',
- description: 'A plugin for Sublime Text 2 by Mike Gershunovsky.',
- href: 'https://github.com/shellderp/sublime-robot-plugin',
- tags: ['editor']
- },
- {
- name: 'Vim plugin',
- description: 'Vim plugin for development with Robot Framework.',
- href: 'https://github.com/mfukar/robotframework-vim',
- tags: ['editor']
- },
- {
- name: 'Intellisense for Visual Studio Code',
- description: 'A Visual Studio Code extension that supports Robot Framework development.',
- href: 'https://marketplace.visualstudio.com/items?itemName=TomiTurtiainen.rf-intellisense',
- tags: ['editor']
- },
- {
- name: 'Debugger for Visual Studio Code',
- description: 'A Visual Studio Code extension that lets you debug robot files with call stack, breakpoints, etc.',
- href: 'https://marketplace.visualstudio.com/items?itemName=JacobPhilip.danfoss-robotframework-debug',
- tags: ['editor']
- },
- {
- name: 'Jenkins plugin',
- description: 'Plugin to collect and publish Robot Framework execution results in Jenkins.',
- href: 'https://github.com/jenkinsci/robot-plugin',
- tags: ['build']
- },
- {
- name: 'Maven plugin',
- description: 'Maven plugin for using Robot Framework.',
- href: 'https://github.com/robotframework/MavenPlugin',
- tags: ['build']
- },
- {
- name: 'Ant task',
- description: 'Ant task for running Robot Framework tests.',
- href: 'https://github.com/lcarbonn/robotframework-ant',
- tags: ['build']
- },
- {
- name: 'DbBot',
- description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
- href: 'https://github.com/robotframework/DbBot',
- tags: ['']
- },
- {
- name: 'Distbot',
- description: 'A bot for self distribution of Robot Framework tests into multiple machines/docker and execute in parallel (without need of master node).',
- href: 'https://github.com/rajeevnaikte/distbot',
- tags: ['']
- },
- {
- name: 'Fixml',
- description: 'Tool for fixing Robot Framework output files that are broken.',
- href: 'https://bitbucket.org/robotframework/fixml',
- tags: ['']
- },
- {
- name: 'Mabot',
- description: 'Tool for reporting manual tests in format compatible with Robot Framework outputs.',
- href: 'https://github.com/robotframework/mabot/',
- tags: ['']
- },
- {
- name: 'Oxygen',
- description: "Tool for consolidating other test tools' reporting to Robot Framework outputs.",
- href: 'https://github.com/eficode/robotframework-oxygen',
- tags: ['']
- },
- {
- name: 'Pabot',
- description: 'A parallel executor for Robot Framework tests and tasks.',
- href: 'https://github.com/mkorpela/pabot',
- tags: ['']
- },
- {
- name: 'RCC',
- description: 'Share your Robot projects with ease. RCC allows you to create, manage, and distribute Python-based self-contained automation packages.',
- href: 'https://github.com/robocorp/rcc',
- tags: ['']
- },
- {
- name: 'RFDoc',
- description: 'Web based system for storing and searching Robot Framework library and resource file documentations.',
- href: 'https://github.com/robotframework/rfdoc',
- tags: ['']
- },
- {
- name: 'rfswarm',
- description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.',
- href: 'https://github.com/damies13/rfswarm',
- tags: ['']
- },
- {
- name: 'Robot Corder',
- description: '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.',
- href: 'https://github.com/sohwendy/Robotcorder',
- tags: ['']
- },
- {
- name: 'Robot Framework Hub',
- description: 'Lightweight web server that provides access to the Robot Framework test assets via browser.',
- href: 'https://github.com/boakley/robotframework-hub/wiki',
- tags: ['']
- },
- {
- name: 'Robot Framework Lexer',
- description: '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.',
- href: 'https://bitbucket.org/robotframework/pygmentslexer',
- tags: ['editor']
- },
- {
- name: 'Robot Tools',
- description: 'Collection of supporting tools that can be used with Robot Framework.',
- href: 'https://bitbucket.org/robotframework/robottools',
- tags: ['']
- },
- {
- name: 'Robocop linter',
- description: 'Static code analysis tool for Robot Framework with use of latest robot API and many built-in rules that can be easily configured or switched off.',
- href: 'https://github.com/MarketSquare/robotframework-robocop',
- tags: ['']
- },
- {
- name: 'Robotmk',
- description: 'With Robotmk, arbitrary Robot Framework tests can be seamlessly integrated into the Checkmk monitoring tool. In addition to server and network metrics, Checkmk administrators also get worthful insights about on how well business applications are performing from the users point of view ("End-2-End Monitoring"). Robotmk can flexibly monitor and graph the runtimes of tests and keywords, and also alert when related SLAs are violated.',
- href: 'https://github.com/elabit/robotmk/',
- tags: ['']
- },
- {
- name: 'SAGE Framework',
- description: '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.',
- href: 'https://www.nrl.navy.mil/itd/imda/products/sage',
- tags: ['']
- },
-
- {
- name: 'StatusChecker',
- description: 'A tool for validation that executed Robot Framework test cases have expected statuses and log messages. Mainly targeted for test library developers.',
- href: 'https://github.com/robotframework/statuschecker/',
- tags: ['']
- },
- {
- name: 'Test Assistant',
- description: "Control test processes and RPA tasks with your voice or with a text message sent directly to the assistant through leon-ai's UI..",
- href: 'https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant',
- tags: ['']
- },
- {
- name: 'TestDataTable',
- description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.',
- href: 'https://github.com/damies13/TestDataTable',
- tags: ['']
- },
- {
- name: 'Tesults Listener',
- description: 'A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults.',
- href: 'https://www.tesults.com/docs?doc=robot',
- tags: ['']
- },
- {
- name: 'Xray Test Management',
- description: 'Test management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements.',
- href: 'https://www.getxray.app/',
- tags: ['']
- }
-])
diff --git a/src/content/english/resources/users.js b/src/content/english/resources/users.js
deleted file mode 100644
index 33eff90f8..000000000
--- a/src/content/english/resources/users.js
+++ /dev/null
@@ -1,318 +0,0 @@
-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
- Zoomba
- 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 transformed their quality assurance for their brand sites, 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
-
- embedded software for in-vehicle telematic units 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
- measurement systems.`
- },
- {
- 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
- web testing of their Manufacturing
- Resource Planning system.`
- },
- {
- 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 SAGE
- 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,
- check the wiki.`
- },
- {
- 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: 'RunWhen',
- href: 'https://www.runwhen.com/',
- imgName: 'runwhen.png',
- text: `RunWhen has built a platform for Social Reliability Engineering that allows
- organizations to collaboratively build and scale their Site Reliability Engineering practices.
- The RunWhen platform uses Robot Framework to power its open source & community-driven
- Service Level Indicator, Service Level Objective, and Task Automation codebundles.`
- },
- {
- title: 'Toronto Metropolitan University',
- href: 'https://www.torontomu.ca/',
- imgName: 'tmu_logo.png',
- text: `Toronto Metropolitan 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
- Odyssey
- 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: 'Smart Synergies',
- href: 'https://www.smart-synergies.eu/',
- imgName: 'smartsynergies.png',
- text: `Smart Synergies promotes Robotframework as the "Swiss Army Knife" of Software testing tools in the wide and open seas of commercial
- and open-source software testing tools and applies it since 2014 with great success to its customer's test automation projects. Smart Synergies delivers end-2-end test automation services from building pilots demoing Robotframeworks powers to making it part of the continuous integration pipeline, from creating test automation strategies to designing and implementing test scenarios and cases.`
- },
- {
- 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: '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.`
- },
- {
- title: 'Medical Billing Wholesalers',
- href: 'https://www.medicalbillingwholesalers.com/',
- imgName: 'medical_billing.png',
- text: `Consumed by our purpose of being the most agile healthcare services company in the world,
- we have created a strong delivery model combining the knowledge of our people with market-leading
- technologies to deliver great revenue cycle outcomes to our customers.`
- }
-])
diff --git a/src/content/index.js b/src/content/index.js
index 2c0abc086..2eab3554d 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -16,7 +16,6 @@ import users from './resources/users.js'
import sponsors from './resources/sponsors.js'
*/
-/*
// Resources for German
import builtin from './resources/german/builtin.js'
import libraries from './resources/german/libraries.mjs'
@@ -24,9 +23,8 @@ import tools from './resources/german/tools.mjs'
import learning from './resources/german/learning.js'
import users from './resources/german/users.js'
import sponsors from './resources/german/sponsors.js'
-*/
-//Resources for English
+// Resources for English
import builtin from './resources/english/builtin.js'
import libraries from './resources/english/libraries.mjs'
import tools from './resources/english/tools.mjs'
diff --git a/src/content/resources/learning.js b/src/content/resources/learning.js
index d33c3f8cf..895794cfe 100644
--- a/src/content/resources/learning.js
+++ b/src/content/resources/learning.js
@@ -1,7 +1,7 @@
export default () => ([
{
name: 'Robot Framework Docs',
- description: 'Test in general! Learn with guides and examples that cover Robot Framework all the way from installation to advanced usage.',
+ description: 'Testin German!!! Learn with guides and examples that cover Robot Framework all the way from installation to advanced usage.',
href: 'https://docs.robotframework.org/'
},
{
From c88279f9ca66badd72652d4eb35c80883a298fc1 Mon Sep 17 00:00:00 2001
From: olgaimb
Jahresgebühren
diff --git a/src/content/german/main.js b/src/content/german/main.js
index 45bd5c381..8f3d1e0bf 100644
--- a/src/content/german/main.js
+++ b/src/content/german/main.js
@@ -63,14 +63,14 @@ export default () => ({
body: `