Automation without coding

Slides:



Advertisements
Similar presentations
Test practice Multiplication. Multiplication 9x2.
Advertisements

Agenda Project Status Employer Payroll Submission Process
Slide 1 An Introduction to Test Automation Architecture with Rational Functional Tester Matt Archer Senior Consultant
Diagnostic Test of Professional Skills Step-by-Step.
Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists.
Robert Vitolo CS430.  CSS (Cascading Style Sheets)  Purpose: To provide a consistent look and feel for a set of web pages To make it easy to update.
Chapter 7 – Solving Systems of Linear Equations 7.3 – Solving Linear Systems by Linear Combinations.
Introduction to Git and GitHub
The mission of the CTSRC is to support the Connecticut Department of Transportation in developing and maintaining a state of the art crash data entry,
Web Design March 21, Agenda Return graded work Review / Discuss Homework Assignment Unit 6: Web Authoring Software Lesson Objectives: Students develop.
Introduction to Git and Discussion on assignment 1 Gang Luo Sept. 14, 2010.
6.0 Code Release New ICOTS Features. Features Added – Alert to warn/confirm that a user is about to withdraw a case or compact activities – Back Functionality.
Multiplication Facts. 1 x3 3 Think Fast… 2 x4 8.
Improving Performance Management with Covalent Making it work for Havebury.
By for Testing Tools: Test Automation and supporting tools Jariro Pava, Robert Vanderwall 1 WISTPC-14.
A Skills Approach Access 2010 Getting Started with Access 2010 © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 1.
Section 4-2 Adding and Subtracting Matrices. I. Matrices can be added or subtracted if they are the same size Both matrices are 2x2 + To add them just.
Perforce Software Version Everything.. Visual Studio Industry Partner Perforce Software NEXT STEPS Contact us at: Perforce products.
Initiator & Approver Training PTA Manager. Welcome, Introductions & Agenda – 5 minutes Introduction– 5 minutes Learning Objectives (Common and Role Specific)
UAT Automation Framework By SSTZ-UAT. Agenda Traditional Automated Testing. UAT Automation Framework introduction. Advantage. Demo. Q&A.
Construction Planning and Prerequisite
Project 6: Kayaking HTML5 Site
Intro to Multimedia Unit 1.
South Florida Enterprise and Strategy Architects Special Interest Group (SF ESA SIG) June 19, 2007 Lawrence Port Otive LLC
Adding SubtractingMultiplyingDividingMiscellaneous.
By Anand George SourceLens.org Copyright. All rights reserved. Content Owner - Meera R (meera at sourcelens.org)
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
Alex Turner Senior Program Manager Managed Languages Team Improve Your Code Quality using Live Code Analyzers.
Automatic Password Reset using Robo Technician. Agenda Automatic Password Reset with Robo Technician Benefits More Information.
TEST AUTOMATION CSC 532 Xiaoshuo wu. Introduction Why is Test Automation that important? Why is Test Automation that important? Who should Automate Tests?
Introduction. MIS 5450 Behavioral Layer JavaScript and DOM Structural Layer XHTML Presentation Layer CSS Design Development Process.
Jeff Holway, VP Sales, Experlogix COMPLEX QUOTES IN SECONDS WITH EXPERLOGIX CPQ FOR MICROSOFT DYNAMICS.
Multiplication = short-cut addition Instead of adding = 10.
Путешествуй со мной и узнаешь, где я сегодня побывал.
1 Tihomir Surdilovic jBPM Core Developer Jun, 2012 jBPM5 : Bringing more Power to your Business Processes Web-based BPM with jBPM 5.
Extension Module Webinar February 4th, Page 2 Webinar-Openbravo, Agenda Functionality and Demo15 min. Process and Tools15 min. Development Technique15.
Secrets of the Process Modeler
Appendix – Integration with Assets, Locations, and Organizations
Introducing Advanced Features of MyFloridaMarketPlace
>> Introduction to CSS
Lawrence Livermore National Laboratory
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
Economic Value Creation
Field Mapper Julian Ramirez February 5, 2015.
Automating SSIS Design Patterns with Biml
JQuery with ASP.NET.
Compilers, Make and SubVersion
An Introduction to the Problem Solving Process
An Introduction to the Problem Solving Process
DataMap Teacher What’s New in 16.2
Getting Students Excited about E-Portfolios
Visual Studio Cloud-based Load Testing Performance Testing Made Easy
Multiplication Facts.
Visual Studio Code + Ionic
Science – Day 2 Agenda Have out the following: TODAY’S OBJECTIVE:
Data Warehouse Student Data User Group Meeting October 26, 2016
Continuous Integration Tool
CONTINUOUS INTEGRATION –WHY WE DO IT?
Introduction into the Power BI REST API Jan Pieter Posthuma
FUNDAMENTAL ALGEBRA Week 1.
Adding with 9’s.
Adding with 10’s.
Multiplication Facts How fast are you?.
Building Map Books in ArcGIS
DataMap Teacher What’s New in 16.2
Title Introduction: Discussion & Conclusion: Methods & Results:
Adding ____ + 10.
Murach's JavaScript and jQuery (3rd Ed.)
Workshop: High Level Reporting
Real-Time Acquisition (RTA) integration with OASIS platform
Presentation transcript:

Automation without coding

agenda → INTRODUCTION → AUTOMATION METHOD → MODELS CREATION → DEMO

INTRODUCTION

Automation METHOD – Record & Replay + Fast creation - Limited ability for modifications (usually programming skills needed) - Unstable - Unclear - Only one selector per element - Adding element = new recording / code change for each test on page

Automation METHOD – Object repository + Multiple selectors per element + Selector change for element only in one place

Automation METHOD – Object repository + Multiple selectors per element + Selector change for element only in one place - Adding element = change for each test on page

Automation METHOD – model based testing

Automation METHOD – model based testing

Automation METHOD – model based testing Obiekt dodany do modelu

DEMO