Devops for Growth
112.1K views | +2 today
Follow
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: 'test automatisé'. Clear
Scooped by Mickael Ruau
December 27, 2017 2:19 AM
Scoop.it!

Robot Framework – The unsung hero of test automation

Robot Framework – The unsung hero of test automation | Devops for Growth | Scoop.it

Our first three posts will give an introductory overview of the RF, laying the conceptual foundation for the remainder of the series. Therefore these three articles will not concentrate on practical, hands-on examples or instructions, but instead have a more theoretical feel. Moreover, several of the fundamental concepts laid out in them, are applicable not only to the RF, but to most (if not all) test automation frameworks. Consequently, these first three posts target those that miss a basic understanding of test automation (frameworks) in general and/or of the RF in particular. The remainder of the series will be also of interest to more seasoned automation engineers.

We will first look into the basic architecture that underlies the framework and discuss the various components that it is being comprised of. In the second post we will discuss the nature of the keyword-driven approach that the RF entails. The third post will detail a typical test automation work flow.

For a first-hand experience of the pros and cons of the RF, you might want to join the first Robot Framework meetup in the Netherlands.

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

Web application test automation with Robot Framework – Rule of Tech

Web application test automation with Robot Framework – Rule of Tech | Devops for Growth | Scoop.it

Software quality has always been important but seems that lately it has become more generally acknowledged fact that quality assurance and testing aren’t things to be left behind. With Java EE Web applications you have different ways to achieve test coverage and test that your application works with tools like JUnit, Mockito and DBUnit. But what about testing your web application with different browsers? One great way is to use Robot Framework which is a generic test automation framework and when combined with Selenium 2 it makes both writing your tests and running them quite intuitive.

Mickael Ruau's insight:
Contents
No comment yet.
Scooped by Mickael Ruau
December 22, 2017 2:26 AM
Scoop.it!

Estimating an Automation Implementation

Estimating an Automation Implementation | Devops for Growth | Scoop.it

This estimation can be done with two approaches one through “Requirements” to be automated and Second can be directly from the Application interface. I prefer to use application interface/pages, if available to analyze. How, through traversing Application Pages one by one as per the application flow and can say those below points are the specific columns in Excel.

  • First, Analyze Page –> Page Name
  • Second, On Page sections to be automated –> Section Name
  • Third, Section functionality –> Functionality
  • Fourth, operation to be performed on Page –> Operation
  • Fifth, Requirements which are covering through –> Requirement Covered
  • Sixth, Per Operation Estimation –> Effort
  • Seventh, Total effort –> Total
  • Eighth, Number of Locators on section or on page –> Locators
  • Ninth, Estimation for finding the correct address of the locator on the page –> Locators Est
  • Tenth, Total effort on that point for locators –> Total Locators Estimate
  • Eleventh, Identification of recovery scenario if any on that operation –> Recovery Scenario
  • Twelfth, Identification of Synchronization point if any on that operation –> Synchronization
  • Thirteenth, Identification of checkpoint on that operation if any as per the requirement –> Checkpoint
  • Like this, we can have few more columns and list down the triggers for mails, snaps, logs, exceptions etc.

Only, major global chunks left to be estimated like ReviewsManual InterventionIntegrationConfiguring input & outputs and Logistics. These always depend on the scenario as well as need and sometimes specific percent is defined for these objects of total effort.

No comment yet.
Scooped by Mickael Ruau
December 20, 2017 2:21 AM
Scoop.it!

Robot Framework Tutorial - A complete example - codecentric AG Blog

Robot Framework Tutorial - A complete example - codecentric AG Blog | Devops for Growth | Scoop.it
Robot Framework Tutorial - A complete example
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
April 5, 2017 6:38 AM
Scoop.it!

UiPath Studio Community Alternatives and Similar Software - AlternativeTo.net

UiPath Studio Community Alternatives and Similar Software - AlternativeTo.net | Devops for Growth | Scoop.it

UiPath has pioneered the screen scraping of running desktop apps with 100% accuracy in under 16 milliseconds. Prior to UiPath, screen scraping had a low accuracy rate and was slow and fragile.
UiPath features an innovative technique for extracting text from running apps, even if they are hidden or covered by another app.
Web scraping is a premier feature of the screen-scraping landscape, as there are dedicated methods for extracting pattern-based data that span multiple web pages.

No comment yet.
Scooped by Mickael Ruau
April 5, 2017 6:34 AM
Scoop.it!

Automatiser des tests d’interfaces graphiques sur Excel : Done ! , Etienne Margraff

Dans les grandes lignes, le concept est d’avoir un AddIn VSTO (Visual Studio Tools for Office) dans Excel qui communique avec le plugin des Coded UI Tests. Si on a besoin d’avoir les informations concernant une cellule par exemple, le plugin côté test “demande” (en Remoting) ces informations à l’addin dans Excel qui lui répond. De même pour les actions réalisées sur Excel (prendre le focus, modifier une cellule, etc.).

Donc in fine, lorsque le plugin est déployé, vous utilisez les outils des Coded Ui Test (recorder et runner) comme d’habitude mis à part le fait que vous aurez accès à plus d’informations !

Ce qui fait que quand on utilise le sélectionneur : TADA ! On arrive à identifier une cellule en particulier

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

Présentation de Robot framework

1Robot Framework Automatisation des tests fonctionnels (ATDD) http://robotframework.org/
No comment yet.
Scooped by Mickael Ruau
December 23, 2017 3:50 AM
Scoop.it!

Cerberus, un outil pour l'automatisation des tests fonctionnels

Cerberus se veut être un outil fédérateur entre les équipes métier et technique pour se positionner comme un référentiel de la qualité fonctionnelle au sein du…
No comment yet.
Scooped by Mickael Ruau
December 21, 2017 2:38 AM
Scoop.it!

Automatisations des tests fonctionnels avec Robot Framework

Automatisations des tests fonctionnels avec Robot Framework
No comment yet.
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 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
April 5, 2017 6:36 AM
Scoop.it!

Création de tests automatisés à l'aide de Microsoft Test Manager

No comment yet.