Curing Impostor Syndrome
Many women (and others) in software engineering often feel that they are frauds. From wikipedia:
Impostor syndrome[1] is a psychological phenomenon in which people are unable to internalize their accomplishments. Despite external evidence of their competence, those with the syndrome remain convinced that they are frauds and do not deserve the success they have achieved. Proof of success is dismissed as luck, timing, or as a result of deceiving others into thinking they are more intelligent and competent than they believe themselves to be. Notably, impostor syndrome is particularly common among high-achieving women.[2]
I'd like to share my background, tools I've used recently to overcome imposter syndrome, a recent event in my career and a few secrets I've learned along the way that could be helpful for others.
Outline/Structure of the Keynote
My Background
Overcoming Impostor Syndrome
A Recent Event in my Career
Secrets
Learning Outcome
How to recover from impostor syndrome and do the best work of your career.
Real tools and practices that will make a difference.
Target Audience
Women, Under-Represented Groups, anyone who feels they are an imposter
schedule Submitted 5 years ago
People who liked this proposal, also liked:
-
keyboard_arrow_down
Denali Lumma - 2020 Testing
45 Mins
Talk
Intermediate
A review of system attributes and technologies coming in the next few years which will fundamentally change the nature of selenium webdriver test automation, continuous integration and how software is created.
High Level Presentation:
https://slidebean.com/p/j3xejv816L/2020-Testing
-
keyboard_arrow_down
Jonathan Lipps - The Mobile JSON Wire Protocol
45 Mins
Talk
Intermediate
The JSON Wire Protocol (JSONWP) is the version of the WebDriver spec currently implemented by all the Selenium clients. It defines an HTTP API that models the basic objects of web automation---sessions, elements, etc... The JSON Wire Protocol is the magic that powers Selenium's client/server architecture, enables services like Selenium Grid or Sauce Labs to work, and gives you the ability to write your test scripts in any language.
The JSONWP has served Selenium faithfully for a number of years, but the future of automated testing lies beyond the borders of the web browser. Mobile automation is an essential ingredient in any build, and tools like Appium or Selendroid have made it possible to run tests against mobile apps using the JSONWP. The JSONWP's current incarnation isn't enough to automate all the new behaviors that mobile apps support, however. Complex gestures, multiple device orientations, airplane mode, and the ability to use both native and web contexts, for example, are all essential to mobile automation.
For this reason the leaders of the Selenium project, in concert with other Selenium-based projects like Appium and Selendroid, met to discuss the future of the JSONWP. We've been working on its next version, called the "Mobile JSON Wire Protocol" (MJSONWP). Appium and Selendroid already implement much of the MJSONWP spec. In this talk I'll dive into the specifics of the MJSONWP extensions, how they relate to the original JSONWP, and how the Selenium clients have begun to implement them.
Finally, I will talk about the future of the MJSONWP and how it's related to the current and future versions of the WebDriver spec. I'll share how you can get help with the creation of the MJSONWP, and discuss issues with the authors of the new spec before the API is set in stone. We need the help of everyone who's involved in mobile automation to come up with the best and most future-proof version of the MJSONWP. Ultimately, your understanding of how Selenium works will be improved, and you'll have a much better handle on how projects like Appium and Selenium work together to make sure you have the best automation methods available.
-
keyboard_arrow_down
Denali Lumma - You Might Not Be Doing CI if...
45 Mins
Talk
Beginner
Building, testing and deploying software correctly - elite minority versus dysfunctional majority common practices:
https://docs.google.com/presentation/d/1XXa4s7n-Y7IUgVRxryRnBw8peGXNr4shJsitUk-UtlM/edit?usp=sharing
-
keyboard_arrow_down
Sarah Thompson - DevOps meets QA - Using Puppet to set up and manage your Selenium Grid
45 Mins
Talk
Intermediate
For testers, setting up and maintaining a Selenium Grid infrastructure can be timely and costly. A lot of the time, we are asked to do this as part of our day to day job when we really want to focus on testing the product!
There are some great cloud based alternatives out there that allow you to easily run your tests on a wide range of Operating Systems and against multiple browser types (at a price).
But what if you already have plenty of devices available within your own company (be it physical machines, virtual machines or cloud based resources) and you want to be able to setup and manage your own grid infrastructure:
- to allow you greater control over the configuration (perhaps you want to have a headless browser like PhantomJS available on your grid)
- to run your tests faster (the cloud based alternatives are a good bit slower for obvious reasons)
- or to simply save money.