Software Testing and Development Blog Posts
Subscribe to the full blog feed using RSS
Subscribe to the full blog feed using RSS
TLDR; Even simple changes can use step by step risk based development to allow multiple releases, and will require multiple levels of testing.
I’ve slowly been improving my JavaScript skills. But in a slightly unconventional way…
TLDR; View the IntelliJ log Help -> ‘Show Log in Explorer’
TLDR; With Chrome Code Snippets we can ‘run’ small chunks of code without using the console. And using a gist we can import and export them to a file.
TLDR; learn how to use the dev console and basic JavaScript commands (for, do…while, if…then, variables) to automate under the GUI and augment your interactive technical web testing.
TLDR; Look at what your GUI does. Automate that. And you’ve implemented “APP as API”
TLDR; I wrote a random test data generator, not a slogan generator
TLDR; Hack for information. Cheating breaks the rules and introduces more risk. Automate the interfaces with less risk.
TLDR; take small steps when automating, keep your code working at all times, automate at an appropriate interface
TLDR; Learning to hack JavaScript will develop the skill of automating using the browser dev tools console.