Drops of Testing - Elias Nogueira
144 subscribers
3 photos
1 video
73 links
Daily content related to the Software Testing
Download Telegram
One common test scenario to automate nowadays is to read a QR Code to use its contents to proceed to the next operation.

I will show you how to read it either in a Mobile or Web App using Java and open-source tools.

http://www.eliasnogueira.com/how-to-read-qr-code-content-from-your-mobile-or-web-app/
I'm a big fan of using images to explaining anything because it's easy to explain and to get insights about what you need to do.

This article shows exactly this for the unit and integration levels.

https://medium.com/swlh/visualizing-your-automated-testing-strategy-d25ca06abc4e
This is an excellent article explaining how the Facebook Engineering team managed to make the finding and fixing process more efficient.

https://engineering.fb.com/2021/02/17/developer-tools/fix-fast
Would you like to properly manage the configurations in your automated tests like environments or any other data?
@imalittletester will show you how to do this!

To be honest I like more the approach using the Owner library that is far away easier and lightweight comparing to Spring.

https://blog.testproject.io/2021/02/09/using-spring-to-switch-environments-in-automated-tests/
We do need to catch errors earlier or fail fast, don't we? Learn 7 stages where you can apply the Shift-Left approach and speed up the process.

https://levelup.gitconnected.com/shift-left-7-stages-to-speed-up-application-development-while-improving-quality-498d9a7b9393
Two reasons for me why automation frameworks will fail are:
- choose a market-driven tool
- lack of design patterns usage

This article shows another 5. 😄

https://betterprogramming.pub/why-automation-frameworks-tend-to-fail-9b282e170754
Are you looking for different useful files to help you during the manual/exploratory test or even during the test automation?

Check this repo that has a lot of different files in different conditions (resolution-bases, large files, etc...)

https://github.com/LukaszLapaj/software-testing-resource-pack
Did you know about the Advent of Code?
It's an Advent calendar of small programming puzzles.

But, what about testing?
you could extend your skills by solving the puzzle and adding tests on top of that!
What do you think?

https://adventofcode.com/
I'm doing my end of the year review and I could only remember everything I did because of an action I take during my 1-1 sessions: I write, in advance, everything I'm working on (past and present) and the accomplishments.

Tip: prepare your agenda in advance with whatever person you do 1-1 sessions.

The advantage? You will have a focused session and you will be able to work better in any work in progress activities.