OnlineTestConf – Fall 2017

[efcb-section-heading text=”Fall OnlineTestConf 2017″ title_icon=”users” subtitle=”Bringing the Testing World Closer. VIRTUALLY ” text_font_color=” ” id=”ui-id-2-1513500109711185″][/efcb-section-heading][efcb-section-fullspeakers hero_title=”Speakers” title_icon=” ” hero_subtitle=” Select a speaker to view their session” hero_background_image=” ” hero_background_color=” ” background_color=” ” header_title_font_color=” ” header_subtitle_font_color=” ” speaker_title_font_color=” ” speaker_subtitle_font_color=” ” speaker_icons_font_color=” ” id=”ui-id-4-1513500254987115″ entities=”106,122,131,2575,2717,2721,2727,2733,2747,2870″][/efcb-section-fullspeakers][efcb-section-columns-2 background_color=” ” text_font_color=” ” id=”ui-id-11-152560682461931″][content1]

DAY 1: November 29TH, 2017

16:00-16:15 (CET)  /  10:00-10:15 (Eastern US)
INTRODUCTION
……………………………………………………………..

16:15-17:00 (CET) / 10:15-11:00 (Eastern US)
 OPENING KEYNOTE: Joel Montvelisky
Testing in the future. Today.

……………………………………………………………..

17:15-18:00 (CET) / 11:15-12:00 (Eastern US)
SESSION 1: Lalit Bhamare
Getting non-testers to test

……………………………………………………………..

18:15-19:00 (CET) / 12:15-13:00 (Eastern US)
SESSION 2: Jesper Ottosen
Shifting is more than shift left

……………………………………………………………..

19:15-20:00 (CET) / 13:15-14:00 (Eastern US)
SESSION 3:  Karishma Kolli
Mythbusters on Test Automation

……………………………………………………………….

20:15-21:00 (CET) / 14:15-15:00 (Eastern US)
CLOSING KEYNOTE: James Bach
When animals test

 

[/content1][content2]

DAY 2: November 30TH, 2017

16:00-16:15 (CET)  /  10:00-10:15 (Eastern US)
INTRODUCTION
………………………………………………………………………

​16:15-17:00 (CET) / 10:15-11:00 (Eastern US)
OPENING KEYNOTE: Danny Faught
Modern Testing Meets Reality

………………………………………………………………………

​17:15-18:00 (CET) / 11:15-12:00 (Eastern US)
SESSION 1: Janet Aponte-Pagan
Mindmaps can save your sanity

………………………………………………………………………

​18:15-19:00 (CET) / 12:15-13:00 (Eastern US)
SESSION 2: Michael Sowers
The new normal for Development and Testing in Agile and DevOps

………………………………………………………………………

​19:15-20:00 (CET) / 13:15-14:00 (Eastern US)
SESSION 3: Kristel Kruustuk
How to Elevate QA in your Organization

………………………………………………………………..

​20:15-21:00 (CET) / 14:15-15:00 (Eastern US)
CLOSING KEYNOTE: Rob Lambert
Moving to weekly releases, a manager’s guide on how to release agility

………………………………………………………………..

​21:15-22:00 (CET) / 15:15-16:00 (Eastern US)
LIGHTNING TALKS

[/content2][/efcb-section-columns-2][efcb-section-fullsponsors title=”GOLD SPONSORS” tier_class=”sponsors__item_gold” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-7-151350267383250″ entities=”87″][/efcb-section-fullsponsors][efcb-section-fullsponsors title=”SILVER SPONSORS” tier_class=”sponsors__item_silver” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-10-1513502706865178″ entities=”92,95,2916″][/efcb-section-fullsponsors][efcb-section-fullsponsors title=”MEDIA PARTNERS” tier_class=”sponsors__item_bronze” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-13-1513502818695107″ entities=”2839,89,2865,2835,2862,2855″][/efcb-section-fullsponsors]

Bad Tests Running Wild: Concurrency, Test Data, and Low Human Interaction in Test Automation

Think running concurrent automated test scripts in a CI/CD pipeline is as easy as just clicking that run-in-parallel checkbox? If so, you’re likely in for a struggle. Join us to hear about data, threading, and low human interaction considerations that can help you be successful when parallelizing.

About Paul Grizzaffi

As a Senior Automation Architect at Vaco, Paul Grizzaffi is following his passion for providing technology solutions to testing, QE, and QA organizations, including automation assessments, implementations, and through activities benefiting the broader testing community. An accomplished keynote speaker and writer, Paul has spoken at national conferences and meetings. He’s a member of the Industry Advisory Board of the Advanced Research Center for Software Testing and Quality Assurance (STQA) at UT Dallas where he is a frequent guest lecturer. When not spouting 80s metal lyrics, Paul enjoys sharing his experiences and learnings from other testing professionals.

API Testing within CI/CD

API Testing has been a challenge for Testers and tools like Postman have made this task easier thanks to the manual creation of request collections. But how can we set up API automated tests using Postman and launch these tests in containers? Not only that but integrate them into our CI/CD pipelines.

In this workshop, you will explore 3 key points in automating API tests with usual tools like Postman: that is, the creation of automated tests from Postman, how to run your request collections and their automated tests using Docker as well as the appropriate containers for them and how API tests are integrated into a CI/CD pipeline in a simple way using GitlabCI.

About Fran Guerrero

Fran is an Agile ISTQB-certified specialist with more than 12 years of experience in the Quality Assurance field. He implements testing processes, QA strategies, and innovative tools, and builds strong relationships across all teams.

From time to time, Fran enjoys speaking at QA-related forums on topics that include Agile Testing, Test Automation, and DevOps CI/CD methodologies.

Choosing the Right Framework: Exploring the Selenium Ecosystem for Testing

Explore if Selenium is the best for web testing. Weigh pros/cons, strengths (cross-browser, community), weaknesses (learning curve), and alternatives. Gain insights and examples for informed framework choices. Optimize testing with the Selenium ecosystem. Join to unlock web testing’s potential.

About Diego Molina

Diego is an avid Software Engineer with a deep love for testing. He aims to improve the testing landscape by crafting tools and robust testing infrastructure that empower individuals and organizations to test smarter and simpler.

 Diego is a Selenium tech lead and lead of the Open Source Program Office at Sauce Labs. He is a Staff Software Engineer for Open Source and Community at Sauce Labs.

How to fast generate your API Test with OpenAPI Tools and Rest-Assured

API testing is, nowadays, a common activity for any team. Some still use record-and-play or tools that provide an IDE because it accelerates the test creation at the beginning, but in the mid to long term, it does not scale. Most of them have reasons: lack of programming skill, patterns, or simply time to do it.

In this workshop, you will learn how to speed up the API test automation using Java and Rest-Assured while the OpenAPI tools will create all the standard code to deal with the HTTP requests.

About Elias Nogueira

Elias is a Principal Engineer at Backbase with a background in software engineering, consulting, agile coaching, and tech lead. He helps software engineers to develop their quality mindset and deliver bug-free software. He specializes in Quality Engineering for backend, frontend, and mobile technologies. He’s a writer, and blogger, and loves to help the community by running meetups and sharing knowledge by giving presentations worldwide.

He’s also an Oracle ACE for Java, DevOps, and Cloud Native, Java Magazine NL editor, TDC Rockstar, and BrowserStack Champion.

The hunt for Bigfoot: A fully automated testing process (Spoiler Alert, it doesn't exist).

Fully automated testing is like Bigfoot. Everyone thinks they’ve seen it… But all they’ve seen is a blurry picture off in the woods. Automation has come a loooooong way, but you’ll always need some humans involved in your QA process.

Let’s discuss when to use automation, when to double down on manual testing, the top tools available today, and how to maximize your testing team’s strengths.

About Jay Aigner

Jay’s experience in software across almost all verticals, platforms, and ecosystems — paired with his unique experience in development, quality assurance, and product management — allows him to provide cutting-edge QA solutions for modern software platforms and teams. He founded JDAQA, an award-winning software quality assurance agency with over 60 high-caliber QA engineers and growing.

In 2016 he founded JDAQA to help startups with their testing. Today it’s grown into a software testing powerhouse elevating software quality across the US and internationally.

The fusion core of his life is his wife Amanda, their 5 children, and their dog Molly. He is also an avid astrophotographer, student pilot, electric skateboarder, and fisherman. He also hosts a podcast called The First Customer where he interviews founders about their business and how they got their first customer.

His company is part of the Lower Bucks Chamber of Commerce, Philadelphia Chamber of Commerce, PACT, and Philly Startup Leaders. He also speaks somewhat regularly about becoming an entrepreneur at TechElevator, a programmer bootcamp in Philly and Wilmington, Delaware.