Devops for Growth
116.7K views | +2 today
Devops for Growth
For Product Owners/Product Managers and Scrum Teams: Growth Hacking, Devops, Agile, Lean for IT, Lean Startup, customer centric, software quality...
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'robot framework'. Clear
Scooped by Mickael Ruau
December 18, 2017 1:52 AM
Scoop.it!

Robot Framework

This is a basic level robot framework presentation. You can install robot framework without any problem and start your first test with this presentation.
No comment yet.
Scooped by Mickael Ruau
December 16, 2017 6:27 AM
Scoop.it!

RoboCon 2018

RoboCon is the first, annual, gathering for the Robot Framework community. It provides a great possibility to learn from the experts, hear how the framework is used in different places, and, most importantly, meet fellow Robot Framework users as well as its developers.

Date: 18.1.2018, klo 09:00 – 18:00
Place: Valkoinen sali, Aleksanterinkatu 16-18, 00170 Helsinki

Tickets available here!

RoboCon is organized by Robot Framework Foundation, a non-profit consortium that also sponsors the development of Robot Framework.

No comment yet.
Scooped by Mickael Ruau
December 15, 2017 11:45 AM
Scoop.it!

Robot Framework - Test Automation the Smart Way!

Robot Framework - Test Automation the Smart Way! | Devops for Growth | Scoop.it
Robot Framework is a keyword-driven test automation framework, written in Python. Features include: high-level architecture, simple tabular syntax, data-driven test cases, separate test data editor, clear reports. It's functionality can be extended through self-developed and Remote libraries.
No comment yet.
Scooped by Mickael Ruau
June 22, 2017 9:43 AM
Scoop.it!

rainmanwy/robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.

No comment yet.
Scooped by Mickael Ruau
June 20, 2017 8:16 AM
Scoop.it!

Robotframework

Robotframework | Devops for Growth | Scoop.it
Présentation de Robotframework pour l'écriture de tests
No comment yet.
Scooped by Mickael Ruau
June 16, 2017 8:15 AM
Scoop.it!

Robot Framework Tutorial 2- First Script

 

Check out my Robot Framework Tutorial website to see the whole course: http://www.robotframeworktutorial.com.

In this video, I'll show you how to create your first script using the Selenium2 library.

Robot Framework is an excellent, free, open source test automation framework. Learn how to create & run automated test scripts with PyCharm, Selenium library, and more!

All course materials © 2015 Bryan Lamb. All rights reserved.

No comment yet.
Scooped by Mickael Ruau
December 16, 2017 7:26 AM
Scoop.it!

Robot Framework - Software Testing Automation Tool

Robot Framework - Software Testing Automation Tool | Devops for Growth | Scoop.it
  • Students will be able to read and write tests using Robot Framework and Selenium
  • Students will be able to contribute to existing Robot Framework for Selenium and Backend tests
  • Students will be able to write test libraries and implement it with Robot Framework
  • As a bonus students will learn to install a webserver and database locally
  • As a bonus students will learn to install a Wordpress locally and create ecommerce site
  • As a bonus students will learn to to package custom python code
  • Students will learn how to have both Python 2 and Python 3 installed at the same time

 

Mickael Ruau's insight:
Exigences
  • You should know basic Python language
  • You should have basic understanding of software testing and test cases
  • Should be comfortable installing software on your computer
No comment yet.
Scooped by Mickael Ruau
December 16, 2017 6:24 AM
Scoop.it!

Robot Framework – Level 1 | RobotFrameworkTutorial.com

No comment yet.
Scooped by Mickael Ruau
December 15, 2017 7:15 AM
Scoop.it!

Robot Framework Tutorial - Overview - codecentric AG Blog

Robot Framework Tutorial - Overview - codecentric AG Blog | Devops for Growth | Scoop.it
Robot Framework Tutorial Part I: Robot Framework Tutorial – Overview Part II: Robot Framework – A complete example Part III: Robot Framework IDE Part IV: How to Structure a Scalable And Maintainable Acceptance Test Suite Part V: Robot Framework Tutorial – Writing Keyword Libraries in Java Part VI: Robot Framework Tutorial – Loops, Conditional Execution... Read more
No comment yet.
Scooped by Mickael Ruau
June 21, 2017 9:42 AM
Scoop.it!

Sikuli Selenium Robot Framework Tutorial

Sikuli Selenium Robot Framework Tutorial | Devops for Growth | Scoop.it

You can find below all the steps needed to develop and execute a Robot Framework test case using both Sikuli and Selenium at the same time. Note that Selenium library runs on Python (does not support Jython) however Sikuli needs Jython so using one Python interpreter is not going to work for both at the same time. The trick is to use Python (works fine with Selenium library) and run Jython on a remote machine (localhost simulating remote machine). This way we execute Selenium keywords using Python on the local machine and call Sikuli keywords on the remote machine using RPC-xml sever.

No comment yet.
Scooped by Mickael Ruau
June 19, 2017 9:40 AM
Scoop.it!

How-To: Sikuli and Robot Framework Integration

How-To: Sikuli and Robot Framework Integration | Devops for Growth | Scoop.it

Sikuli and Robot Framework are both freely available open source tools that provide interesting possibilities for automation testers, QA and other IT people.

Sikuli introduces new way of automated testing - test using screenshots and images, without using any internal API of objects under test. This approach (using purely images/screenshots and generating mouse and keyboard events) is more similar to manual testing activities performed by real people which have just monitor, mouse and keyboard.

Robot Framework is an excellent implementation of keyword- and data-driven approaches to test automation and besides it includes a lot of interesting features and tools, such as:

and much more...

Mickael Ruau's insight:

Introduction
Integration Details
Step 0: Installation
Step 1: Run Sikuli Script from command line
Step 2: Upgrade Sikuli Scripts to Test Libraries
Step 3: Tips and Tricks
Summary
References

No comment yet.
Scooped by Mickael Ruau
June 16, 2017 8:13 AM
Scoop.it!

Robot Framework: Semicolon-free testing

By Filip Noetzel
No comment yet.