What makes you a better lecturer than others?

Doug I. Jones

Doug I. Jones

Lorem ipsum dolor sit amet, cons the all tetur adiscing elit

Lorem ipsum dolor sit amet, cons the all tetur adiscing elit, sed do eiusmod tempor indunt ut labore etrt the all dolore magna aliquat enim ahd minim veniam.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi suscipit eros sapien, a varius orci hendrerit into the old flurer alonti paka shulter  and off pendisse quis tortor aliquet

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi suscipit eros sapien, a varius orci hendrerit in. Suspendisse quis tortor aliquet, blandit lacus quis, dictum felis. Vestibulum gravida iaculis dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vitae varius nulla, ut suscipit lacus. Vestibulum laoreet.

Sed ut massa nec leo fringilla suscipit eu vitae risus. Etiam et eleifend tortor. Nunc rhoncus, odio ut placerat egestas, libero ligula pharetra dolor, eget condimentum libero mauris at lacus.

erat ultricies, pellentesque erat et, ornare metus. In tempor gravida eros a gravida. Curabitur varius mi urna. Nulla pulvinar porta tempor nulla facilis sedut massa nec leo fringilla suscipit eu vitae risus. Etiam et eleifend tortor. Nunc rhoncus, odio ut placerat egestas, libero ligula pharetra dolor.

eget condimentum libero mauris at lacus. Cras vel enim rutrum, efficitur dui ac, feugiat nisi. Pellentesque posuere enim nec convallis lobortis. Maecenas ornare sem non egestas feugiat. Quisque dapibus lorem imperdiet leo dictum porttitor.

Praesent vel varius est. Duis tincidunt tincidunt nisi ut egestas. Sed sed turpis molestie, feugiat tortor ut, egestas libero vestibulum tempor et lacus at viverra. Nulla facilisi laed aliquet tortor venenatis elementum suscipit. Aenean porttitor erat consectetur metus consectetur hendrerit. Integer id dolor erat.

Sed sagittis metus tempor, commodo ligula quis, sodales urna. Vivamus in semper ante, ac ullamcorper diam. Sed ullamcorper risus at rutrum rhoncus. Praesent dignissim eu dui sit amet vulputate. Praesent et dui tortor. Suspendisse potenti. Donec convallis ex facilisis turpis malesuada euismod. Sed finibus pellentesque placerat. Aliquam quis eros ac urna facilisis rhoncus at eget ligula. Aliquam accumsan lacus risus.

Sed ut massa nec leo fringilla suscipit eu vitae risus. Etiam et eleifend tortor.

Praesent vel varius est. Duis tincidunt tincidunt nisi ut egestas. Sed sed turpis molestie, feugiat tortor ut, egestas libero vestibulum tempor et lacus at viverra. Nulla facilisi laed aliquet tortor venenatis elementum suscipit. Aenean porttitor erat consectetur metus consectetur hendrerit. Integer id dolor erat.

Sed sagittis metus tempor, commodo ligula quis, sodales urna. Vivamus in semper ante, ac ullamcorper diam. Sed ullamcorper risus at rutrum rhoncus. Praesent dignissim eu dui sit amet vulputate. Praesent et dui tortor. Suspendisse potenti. Donec convallis ex facilisis turpis malesuada euismod.

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.