SlideShare a Scribd company logo
1 of 35
®
WEBINAR: Automation Demystified
Part 4: Friends and Foes of Software Test
Automation
• June 25th, 2019 – Alexey Grinevich, alexey@inflectra.com
We will be starting the webinar shortly, please stand by…
All phones will be automatically on mute until the Q&A.
®
2 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Webinar Series: Useful Information
• Housekeeping Matters
• Post Webinar Follow-Up:
• Blog
• Webinar Recording
• Presentation On Slideshare
• Post-Webinar Quiz
• Webinar Series: Test Automation,
Demystified
• Webinar Series Certificate Rules &
FAQs
®
3 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Hey, I am Alexey
• Working on Rapise test
automation tool @Inflectra
• 20 years in software
development
• 10 years in test automation
• Twitter: @AlexeyGrinevich
• Email: alexey@Inflectra.com
®
4 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Topics
 Friends
 Foes
®
5 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Friends
®
6 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Keyboard
 Windows is Keyboard Friendly
 Try Without Mouse
®
7 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Clipboard
®
8 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Keyboard Shortcuts
 Common Shortcuts: Ctrl+A, Ctrl+C, Ctrl+V, Tab, Shift+Tab,
Alt+Tab
 Menu Access
 Tree/Table/Grid Access
®
9 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Date Picker Shortcuts
 https://material-ui.com/components/pickers/
®
10 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Shortcuts Discovered
 T – Today
 Left, Right – select day (next, previous)
 Top, Bottom – select week (previous, next)
 M – Next Month, Shift+M – Previous Month
 Y – Next year, Shift+Y – Previous Year
 D – Next decade, Shift+D – Privous Decade (+- 10 years)
®
11 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Is it always so good?
 Look at PhotoViewer App
®
12 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
API
 REST/SOAP
 COM/ActiveX
 Database Access
®
13 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Command Line Keys
 https://www.ghacks.net/2013/10/06/list-useful-google-chrome-
command-line-switches/
chrome.exe --incognito --window-position=100,100 --window-
size=320,960
®
14 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
URL Auth
 https://username:password@example.com/login.html
®
15 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
URL parameters
 https://accounts.google.com/
®
16 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Entry Point URL
 Dynamics 365 CRM
 Dashboard vs Application
®
17 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Input Files
 write.exe myfile.rtf
 Vs File->Open in write.exe
®
18 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Configuration Files
 USD
®
19 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Synchronization Markers
 Status bars
 Cursor
 Title
 Progress Bars
 Labels
®
20 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Macros, Scripting
 Scripting sign of an API
®
21 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Log Files
 Exceptions
 Sync points (wait for log message)
 Data, IDs
®
22 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Export/Import
 Export in human readable or text format
 Available from main menu or as a command line option
®
23 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Foes
®
24 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Captchas
®
25 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Re-Captcha Workaround
 Build in workaround
 Site key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
 Secret key: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
 See
 https://developers.google.com/recaptcha/docs/faq#id-like-
to-run-automated-tests-with-recaptcha-v2-what-should-i-
do
®
26 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Async Behavior
 Use sync points
®
27 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Obfuscation
 Affects IDs and Class names
 Goal: minimize
 May change with each (even minor) build.
 Solution is to use Resilient XPath locator and avoid
obfuscated elements
®
28 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Canvas
 https://fin-hypergrid.github.io/core/demo/
 Invisible, hard to automate
 Also used in Google Spreadsheets
 https://docs.google.com/spreadsheets/d/1uQi9ZIatxNa8iqJV5
vU3D3z8jL1AsAt6pZ7zR5vbx0U/edit?usp=sharing
®
29 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Canvas Workaround
 API
 Keyboard
 Export/Import
®
30 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
CEF – Chromium Embedded Framework
 Dead end
 Does not expose UI Automation APIs
 Find any workarounds to deal with data:
 Clipboard/Keyboard
 API
 Other: see USD example.
®
31 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Summary
 Always good to know more about application
 When there is no direct way, we have to use indirect way
 Friends is here if you know where to look for them
®
32 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
®
33 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Next Webinar
 Codeless Test Automation
 The webinar will present the concept of codeless test automation,
its strengths and weaknesses. In addition, the session will provide
practical tips for selecting scenarios for codeless automation.
 Presenter: Denis Markovtsev– automation expert at Inflectra
 https://www.inflectra.com/Company/Event/live-webinar-
codeless-test-automation-846.aspx
®
34 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Questions are Welcome
Contact me
• Twitter: @AlexeyGrinevich
• Email: alexey@inflectra.com
• Web: https://www.inflectra.com/Rapise/
®
35 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
Q&A
Thank You for Watching
Subscribe to Our Channel for More Videos on Software Testing

More Related Content

What's hot

SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have ArrivedSpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have ArrivedInflectra
 
Inflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, GermanyInflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, GermanyAdam Sandman
 
What Patterns to Avoid in Agile Ceremonies?
What Patterns to Avoid in Agile Ceremonies?What Patterns to Avoid in Agile Ceremonies?
What Patterns to Avoid in Agile Ceremonies?Inflectra
 
Automating Web UI Testing | Inflectra Webinars | (Part 1)
Automating Web UI Testing | Inflectra Webinars | (Part 1)Automating Web UI Testing | Inflectra Webinars | (Part 1)
Automating Web UI Testing | Inflectra Webinars | (Part 1)Inflectra
 
Testing Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with RapiseTesting Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with RapiseAdam Sandman
 
AI in Test Automation
AI in Test AutomationAI in Test Automation
AI in Test AutomationInflectra
 
Rapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and EnhancementsRapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and EnhancementsInflectra
 
Codeless Test Automation - A Webinar Presentation
Codeless Test Automation - A Webinar PresentationCodeless Test Automation - A Webinar Presentation
Codeless Test Automation - A Webinar PresentationInflectra
 
Scenarios or Why Some Automation Projects Fail - Webinar Presentation
Scenarios or Why Some Automation Projects Fail - Webinar Presentation Scenarios or Why Some Automation Projects Fail - Webinar Presentation
Scenarios or Why Some Automation Projects Fail - Webinar Presentation Inflectra
 
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar PresentationChoosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar PresentationInflectra
 
Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018Adam Sandman
 
SpiraPlan - Top Productivity Boosting Features
SpiraPlan - Top Productivity Boosting FeaturesSpiraPlan - Top Productivity Boosting Features
SpiraPlan - Top Productivity Boosting FeaturesInflectra
 
Master Four Ceremonies to deliver Agile projects better
Master Four Ceremonies to deliver Agile projects betterMaster Four Ceremonies to deliver Agile projects better
Master Four Ceremonies to deliver Agile projects betterSriram Rajagopalan
 
SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0Inflectra
 
Top Five Techniques for Managing Programs and Portfolios
Top Five Techniques for Managing Programs and PortfoliosTop Five Techniques for Managing Programs and Portfolios
Top Five Techniques for Managing Programs and PortfoliosSriram Rajagopalan
 
How to write Good User Stories?
How to write Good User Stories?How to write Good User Stories?
How to write Good User Stories?Inflectra
 
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseAdam Sandman
 
Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0Adam Sandman
 
SpiraTeam Overview Presentation (2019)
SpiraTeam Overview Presentation (2019)SpiraTeam Overview Presentation (2019)
SpiraTeam Overview Presentation (2019)Inflectra
 

What's hot (20)

SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have ArrivedSpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
 
Agile Risk Management
Agile Risk ManagementAgile Risk Management
Agile Risk Management
 
Inflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, GermanyInflectra User Summit in Mannheim, Germany
Inflectra User Summit in Mannheim, Germany
 
What Patterns to Avoid in Agile Ceremonies?
What Patterns to Avoid in Agile Ceremonies?What Patterns to Avoid in Agile Ceremonies?
What Patterns to Avoid in Agile Ceremonies?
 
Automating Web UI Testing | Inflectra Webinars | (Part 1)
Automating Web UI Testing | Inflectra Webinars | (Part 1)Automating Web UI Testing | Inflectra Webinars | (Part 1)
Automating Web UI Testing | Inflectra Webinars | (Part 1)
 
Testing Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with RapiseTesting Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with Rapise
 
AI in Test Automation
AI in Test AutomationAI in Test Automation
AI in Test Automation
 
Rapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and EnhancementsRapise 7.1: New Functionality and Enhancements
Rapise 7.1: New Functionality and Enhancements
 
Codeless Test Automation - A Webinar Presentation
Codeless Test Automation - A Webinar PresentationCodeless Test Automation - A Webinar Presentation
Codeless Test Automation - A Webinar Presentation
 
Scenarios or Why Some Automation Projects Fail - Webinar Presentation
Scenarios or Why Some Automation Projects Fail - Webinar Presentation Scenarios or Why Some Automation Projects Fail - Webinar Presentation
Scenarios or Why Some Automation Projects Fail - Webinar Presentation
 
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar PresentationChoosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
Choosing A Test Automation Tool: 8 Features That Matter - A Webinar Presentation
 
Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018
 
SpiraPlan - Top Productivity Boosting Features
SpiraPlan - Top Productivity Boosting FeaturesSpiraPlan - Top Productivity Boosting Features
SpiraPlan - Top Productivity Boosting Features
 
Master Four Ceremonies to deliver Agile projects better
Master Four Ceremonies to deliver Agile projects betterMaster Four Ceremonies to deliver Agile projects better
Master Four Ceremonies to deliver Agile projects better
 
SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0SpiraPlan - Key Elements of Inflectra Spira 6.0
SpiraPlan - Key Elements of Inflectra Spira 6.0
 
Top Five Techniques for Managing Programs and Portfolios
Top Five Techniques for Managing Programs and PortfoliosTop Five Techniques for Managing Programs and Portfolios
Top Five Techniques for Managing Programs and Portfolios
 
How to write Good User Stories?
How to write Good User Stories?How to write Good User Stories?
How to write Good User Stories?
 
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
 
Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0
 
SpiraTeam Overview Presentation (2019)
SpiraTeam Overview Presentation (2019)SpiraTeam Overview Presentation (2019)
SpiraTeam Overview Presentation (2019)
 

Similar to Friends & Foes of Software Test Automation - Test Automation, Demystified | Webinar

Is Application Ready For Test Automation? - A Webinar Presentation
Is Application Ready For Test Automation? - A Webinar PresentationIs Application Ready For Test Automation? - A Webinar Presentation
Is Application Ready For Test Automation? - A Webinar PresentationInflectra
 
UI Automation 101: Working With Navigation And Menus
UI Automation 101: Working With Navigation And MenusUI Automation 101: Working With Navigation And Menus
UI Automation 101: Working With Navigation And MenusInflectra
 
Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)Inflectra
 
Alternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA SuiteAlternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA SuiteAdam Sandman
 
Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0Inflectra
 
Agile in Software Testing - The Government Edition
Agile in Software Testing - The Government EditionAgile in Software Testing - The Government Edition
Agile in Software Testing - The Government EditionAdam Sandman
 
Inflectra Partner Program 2023
Inflectra Partner Program 2023Inflectra Partner Program 2023
Inflectra Partner Program 2023Inflectra
 
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+PluginsFrom Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+PluginsInflectra
 
Agile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with InflectraAgile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with InflectraAdam Sandman
 
Data Driven Testing (Part 5)
Data Driven Testing (Part 5)Data Driven Testing (Part 5)
Data Driven Testing (Part 5)Inflectra
 
Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...
 Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting... Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...
Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...Inflectra
 
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3Inflectra
 
Using Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test FlakinessUsing Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test FlakinessInflectra
 
Testing a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven FrameworkTesting a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven FrameworkAdam Sandman
 
Major Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements UnveiledMajor Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements UnveiledInflectra
 
Inflectra 2017 London User Summit
Inflectra 2017 London User SummitInflectra 2017 London User Summit
Inflectra 2017 London User SummitAdam Sandman
 
5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeam5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeamAdam Sandman
 
Challenges for machine learning systems toward continuous improvement
Challenges for machine learning systems toward continuous improvementChallenges for machine learning systems toward continuous improvement
Challenges for machine learning systems toward continuous improvementAki Ariga
 

Similar to Friends & Foes of Software Test Automation - Test Automation, Demystified | Webinar (20)

Is Application Ready For Test Automation? - A Webinar Presentation
Is Application Ready For Test Automation? - A Webinar PresentationIs Application Ready For Test Automation? - A Webinar Presentation
Is Application Ready For Test Automation? - A Webinar Presentation
 
UI Automation 101: Working With Navigation And Menus
UI Automation 101: Working With Navigation And MenusUI Automation 101: Working With Navigation And Menus
UI Automation 101: Working With Navigation And Menus
 
Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)Automating REST/SOAP API Testing (Part 4)
Automating REST/SOAP API Testing (Part 4)
 
Alternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA SuiteAlternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA Suite
 
Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0Introduction to Powerful New Rapise 6.0
Introduction to Powerful New Rapise 6.0
 
Agile in Software Testing - The Government Edition
Agile in Software Testing - The Government EditionAgile in Software Testing - The Government Edition
Agile in Software Testing - The Government Edition
 
Inflectra Partner Program 2023
Inflectra Partner Program 2023Inflectra Partner Program 2023
Inflectra Partner Program 2023
 
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+PluginsFrom Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
From Challenger to Champion: How SpiraPlan Outperforms JIRA+Plugins
 
Agile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with InflectraAgile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with Inflectra
 
Data Driven Testing (Part 5)
Data Driven Testing (Part 5)Data Driven Testing (Part 5)
Data Driven Testing (Part 5)
 
Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...
 Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting... Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...
Show and Tell: SpiraApps - Spira Extensibility Framework You've Been Waiting...
 
MicroShed Testing
MicroShed TestingMicroShed Testing
MicroShed Testing
 
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
SpiraPlan 6.2 by Inflectra - Feature Enhancements 2019/Q3
 
Using Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test FlakinessUsing Big Data Analysis to Reduce Test Flakiness
Using Big Data Analysis to Reduce Test Flakiness
 
Testing a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven FrameworkTesting a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven Framework
 
Major Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements UnveiledMajor Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements Unveiled
 
Inflectra 2017 London User Summit
Inflectra 2017 London User SummitInflectra 2017 London User Summit
Inflectra 2017 London User Summit
 
Computer Concepts
Computer ConceptsComputer Concepts
Computer Concepts
 
5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeam5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeam
 
Challenges for machine learning systems toward continuous improvement
Challenges for machine learning systems toward continuous improvementChallenges for machine learning systems toward continuous improvement
Challenges for machine learning systems toward continuous improvement
 

More from Inflectra

[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project ManagementWebinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project ManagementInflectra
 
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...Inflectra
 
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra SuiteInflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra SuiteInflectra
 
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...Inflectra
 
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...Inflectra
 
Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023Inflectra
 
Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023Inflectra
 
Webinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA ExcellenceWebinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA ExcellenceInflectra
 
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlanEmbedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlanInflectra
 
Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)Inflectra
 
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTestLightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTestInflectra
 
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeamLightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeamInflectra
 
Lightning Session: Rapid & Easy Test Automation Using Rapise
Lightning Session: Rapid & Easy  Test Automation Using RapiseLightning Session: Rapid & Easy  Test Automation Using Rapise
Lightning Session: Rapid & Easy Test Automation Using RapiseInflectra
 
Spira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your ProjectsSpira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your ProjectsInflectra
 
Rapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptxRapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptxInflectra
 
Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...Inflectra
 
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptxTop Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptxInflectra
 
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptxRethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptxInflectra
 
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...Inflectra
 

More from Inflectra (20)

[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project ManagementWebinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
Webinar: SpiraTeam - A Jira Alternative to Revolutionize Your Project Management
 
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
Webinar: Discover the Power of SpiraTeam - A Jira Alternative To Revolutioniz...
 
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra SuiteInflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
Inflectra Lightning Session: Exploring the Full Potential of the Inflectra Suite
 
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
Webinar: Unleashing the Power of Spira 7.7 - Scaling Agile with Program Capab...
 
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
Webinar: Transforming Healthcare QA with SpiraTeam - Achieving Excellence in ...
 
Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023Intro inflectra PTA DATIS Summit 2023
Intro inflectra PTA DATIS Summit 2023
 
Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023Inflectra User Summit - Mannheim - PTA 2023
Inflectra User Summit - Mannheim - PTA 2023
 
Webinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA ExcellenceWebinar: How to Leverage SpiraTeam for QA Excellence
Webinar: How to Leverage SpiraTeam for QA Excellence
 
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlanEmbedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
Embedding GAMP Compliance into Digital Health Software - The Case of SpiraPlan
 
Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)Inflectra Overview Presentation (2023)
Inflectra Overview Presentation (2023)
 
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTestLightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
Lightning Sesssion: How To Turbo-Charge Your Test Management with SpiraTest
 
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeamLightning Session: How to Manage Your Agile Projects with SpiraTeam
Lightning Session: How to Manage Your Agile Projects with SpiraTeam
 
Lightning Session: Rapid & Easy Test Automation Using Rapise
Lightning Session: Rapid & Easy  Test Automation Using RapiseLightning Session: Rapid & Easy  Test Automation Using Rapise
Lightning Session: Rapid & Easy Test Automation Using Rapise
 
Spira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your ProjectsSpira 7.3: Agile Planning Boards To Rule Your Projects
Spira 7.3: Agile Planning Boards To Rule Your Projects
 
Rapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptxRapise 7.4 Highlights.pptx
Rapise 7.4 Highlights.pptx
 
Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...Blockchain Development and Innovation in the Banking and Finance Space Webina...
Blockchain Development and Innovation in the Banking and Finance Space Webina...
 
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptxTop Ten Tips for Tackling Test Automation Webinar Presentation.pptx
Top Ten Tips for Tackling Test Automation Webinar Presentation.pptx
 
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptxRethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
Rethinking Risk-Based Project Management in the Emerging IT initiatives.pptx
 
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
Alternatives to Legacy Tech Solutions: The Case of Micro Focus Webinar Presen...
 

Recently uploaded

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Recently uploaded (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

Friends & Foes of Software Test Automation - Test Automation, Demystified | Webinar

  • 1. ® WEBINAR: Automation Demystified Part 4: Friends and Foes of Software Test Automation • June 25th, 2019 – Alexey Grinevich, alexey@inflectra.com We will be starting the webinar shortly, please stand by… All phones will be automatically on mute until the Q&A.
  • 2. ® 2 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Webinar Series: Useful Information • Housekeeping Matters • Post Webinar Follow-Up: • Blog • Webinar Recording • Presentation On Slideshare • Post-Webinar Quiz • Webinar Series: Test Automation, Demystified • Webinar Series Certificate Rules & FAQs
  • 3. ® 3 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Hey, I am Alexey • Working on Rapise test automation tool @Inflectra • 20 years in software development • 10 years in test automation • Twitter: @AlexeyGrinevich • Email: alexey@Inflectra.com
  • 4. ® 4 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Topics  Friends  Foes
  • 5. ® 5 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Friends
  • 6. ® 6 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Keyboard  Windows is Keyboard Friendly  Try Without Mouse
  • 7. ® 7 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Clipboard
  • 8. ® 8 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Keyboard Shortcuts  Common Shortcuts: Ctrl+A, Ctrl+C, Ctrl+V, Tab, Shift+Tab, Alt+Tab  Menu Access  Tree/Table/Grid Access
  • 9. ® 9 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Date Picker Shortcuts  https://material-ui.com/components/pickers/
  • 10. ® 10 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Shortcuts Discovered  T – Today  Left, Right – select day (next, previous)  Top, Bottom – select week (previous, next)  M – Next Month, Shift+M – Previous Month  Y – Next year, Shift+Y – Previous Year  D – Next decade, Shift+D – Privous Decade (+- 10 years)
  • 11. ® 11 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Is it always so good?  Look at PhotoViewer App
  • 12. ® 12 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation API  REST/SOAP  COM/ActiveX  Database Access
  • 13. ® 13 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Command Line Keys  https://www.ghacks.net/2013/10/06/list-useful-google-chrome- command-line-switches/ chrome.exe --incognito --window-position=100,100 --window- size=320,960
  • 14. ® 14 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation URL Auth  https://username:password@example.com/login.html
  • 15. ® 15 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation URL parameters  https://accounts.google.com/
  • 16. ® 16 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Entry Point URL  Dynamics 365 CRM  Dashboard vs Application
  • 17. ® 17 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Input Files  write.exe myfile.rtf  Vs File->Open in write.exe
  • 18. ® 18 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Configuration Files  USD
  • 19. ® 19 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Synchronization Markers  Status bars  Cursor  Title  Progress Bars  Labels
  • 20. ® 20 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Macros, Scripting  Scripting sign of an API
  • 21. ® 21 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Log Files  Exceptions  Sync points (wait for log message)  Data, IDs
  • 22. ® 22 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Export/Import  Export in human readable or text format  Available from main menu or as a command line option
  • 23. ® 23 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Foes
  • 24. ® 24 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Captchas
  • 25. ® 25 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Re-Captcha Workaround  Build in workaround  Site key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI  Secret key: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe  See  https://developers.google.com/recaptcha/docs/faq#id-like- to-run-automated-tests-with-recaptcha-v2-what-should-i- do
  • 26. ® 26 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Async Behavior  Use sync points
  • 27. ® 27 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Obfuscation  Affects IDs and Class names  Goal: minimize  May change with each (even minor) build.  Solution is to use Resilient XPath locator and avoid obfuscated elements
  • 28. ® 28 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Canvas  https://fin-hypergrid.github.io/core/demo/  Invisible, hard to automate  Also used in Google Spreadsheets  https://docs.google.com/spreadsheets/d/1uQi9ZIatxNa8iqJV5 vU3D3z8jL1AsAt6pZ7zR5vbx0U/edit?usp=sharing
  • 29. ® 29 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Canvas Workaround  API  Keyboard  Export/Import
  • 30. ® 30 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation CEF – Chromium Embedded Framework  Dead end  Does not expose UI Automation APIs  Find any workarounds to deal with data:  Clipboard/Keyboard  API  Other: see USD example.
  • 31. ® 31 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Summary  Always good to know more about application  When there is no direct way, we have to use indirect way  Friends is here if you know where to look for them
  • 32. ® 32 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation
  • 33. ® 33 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Next Webinar  Codeless Test Automation  The webinar will present the concept of codeless test automation, its strengths and weaknesses. In addition, the session will provide practical tips for selecting scenarios for codeless automation.  Presenter: Denis Markovtsev– automation expert at Inflectra  https://www.inflectra.com/Company/Event/live-webinar- codeless-test-automation-846.aspx
  • 34. ® 34 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Questions are Welcome Contact me • Twitter: @AlexeyGrinevich • Email: alexey@inflectra.com • Web: https://www.inflectra.com/Rapise/
  • 35. ® 35 | 6/25/2019 © Copyright 2006-2019 Inflectra Corporation Q&A Thank You for Watching Subscribe to Our Channel for More Videos on Software Testing

Editor's Notes

  1. Thea, thank you for the intro. Thanks everyone for joining today. My name is Denis! I create software products for about 20 years. Last 10 years I do it in test automation field. Currently I am in love with Rapise – test automation tool we develop at Inflectra. Follow me on Twitter and send questions by email. You are very welcome.
  2. Thanks for listening. We are now opening for questions.