OnlineTestConf – Spring 2018

[efcb-section-heading text=”Spring OnlineTestConf 2018″ title_icon=”users” subtitle=”Bringing the Testing World Closer. VIRTUALLY ” text_font_color=” ” id=”ui-id-2-153224408102788″][/efcb-section-heading][efcb-section-fullspeakers hero_title=”” title_icon=” ” hero_subtitle=”” 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-5-1532244175975188″ entities=”3354,3256,2268,3264,2218,122,106,3376,3286,2272,131,3379″][/efcb-section-fullspeakers][efcb-section-columns-2 background_color=” ” text_font_color=” ” id=”ui-id-8-1532244866080106″][content1]

DAY 1: June 19TH, 2018

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: Simon Prior
If Universities won’t help us, how do we #MakeATester?

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

17:15-18:00 (CET) / 11:15-12:00 (Eastern US)
SESSION 1: Laura Oniga
Biases in Testing

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

18:15-19:00 (CET) / 12:15-13:00 (Eastern US)
SESSION 2: Eran Kinsbruner
Tips and tricks to approach reactive/progressive app testing projects

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

19:15-20:00 (CET) / 13:15-14:00 (Eastern US)
SESSION 3:  Gerie Owen
Continuous Testing: Maximising Velocity, Quality, and Customer Happiness

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

20:15-21:00 (CET) / 14:15-15:00 (Eastern US)
CLOSING KEYNOTE: Paul Grizzaffi
Testing your Metal, Drawing Parallels between Testing and Heavy Music

 

 

[/content1][content2]

DAY 2: June 20TH, 2018

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: Rob Lambert & Joel Montvelisky
How to get chosen to speak at a testing conference

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

17:15-18:00 (CET) / 11:15-12:00 (Eastern US)
SESSION 1: Dwayne Green 
Deliberate Practice in Testing

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

18:15-19:00 (CET) / 12:15-13:00 (Eastern US)
SESSION 2: Rosemary Butt
Are you a QA Pioneer or Settler?

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

19:15-20:00 (CET) / 13:15-14:00 (Eastern US)
SESSION 3: Lightning Talks

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

20:15-21:00 (CET) / 14:15-15:00 (Eastern US)
CLOSING KEYNOTE: 2018 State of Testing Report: Review Panel
With: Joel Montvelisky, Alan Page, Brent Jensen and Lalit Bhamare

 

 

 

[/content2][/efcb-section-columns-2][efcb-section-strapline text=”Sponsors” text_font_color=” ” id=”ui-id-8-15322467659818″][/efcb-section-strapline][efcb-section-fullsponsors title=” ” tier_class=”sponsors__item_gold” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-5-153224597060365″ entities=”87,3235,97″][/efcb-section-fullsponsors][efcb-section-fullsponsors title=” ” tier_class=”sponsors__item_silver” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-8-1532246050010145″ entities=”95,92,2916″][/efcb-section-fullsponsors][efcb-section-fullsponsors title=” ” tier_class=”sponsors__item_bronze” background_color=” ” tier_font_color=” ” tier_line_color=” ” id=”ui-id-11-153224609328812″ entities=”2855,3331,3349,3369″][/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.