Reading Recommendations # 59

Reading Recommendations - Adventures in QA

The 59th edition of my reading recommendations contains 6 interesting blog posts with various topics that might be of interest for you. There are topics like “How I Learned to Stop Worrying and Love the Software Testing Industry”, “Kicking testers out and making developers testers too”, “Do you love your testing job?”, “Where there’s Smoke there’s Fire!”, “An idea that didn’t work” and “Are Test Cases Dead (Yet)? – Ministry of Testing”.

Enjoy reading the posts and send me new ones that are worth reading and I will mention you and link to your social links or blog.

Find a problem you care about and focus on fixing that.Dr. StrangeCareer or: How I Learned to Stop Worrying and Love the Software Testing Industry | Quality Remarks Enjoy this in the April 2016 issue of Testing Trapeze! “Find a problem you care about and focus on fixing that.” – Scott Berkun Software testing is a strange

Read more

Powerful ADB commands for Android Tester

ADB commands - Adventures in QA

If you are working as mobile tester in an Android development team you are probably familiar with adb commands (Android Debug Bridge). The tool offers plenty of useful commands that help you to pull logs from the Android device or emulator. Besides pulling log files from the test device there are plenty of other useful commands that every mobile tester in an Android environment must know. Before using adb make sure the Android SDK is installed, a device is connected to your computer or an Android emulator has been started. Note: In order to use the adb commands on your test devices make sure that on every device the developer options and USB debugging are enabled.

Both options are hidden by default. On Android 4.2 and higher you can enable them by tapping seven times the build number in the Settings > About phone section. Once the developer options are enabled open them and enable USB debugging.

ADB commands

Start/ Stop ADB server

If a device is connected start the adb server to be able to interact with the device.

adb start-server

adb kill-server

List connected devices

adb devices
Will list all connected devices.

Read more

Reading Recommendations # 58

Reading Recommendations - Adventures in QA

The 58th edition of my reading recommendations. This time the edition contains 6 interesting blog posts with various topics that might be of interest for you. There are topics like “When Product Management Goes Wrong – Part 2”, “Repetition in testing “, “How to Address Flaky Tests”, “Put down the pitchforks and pick up a keyboard”, “The 9 Coaching Roles” and “How to lose $172,222 a second for 45 minutes”. This episode has a nice mixture of testing, product and coaching posts.

Enjoy reading the posts and send me new ones that are worth reading and I will mention you and link to your social links or blog.

When Product Management Goes Wrong – Part 2 – the DinosaurJonathan Kohl | When Product Management Goes Wrong – Part 2 – the Dinosaur

Read more

ADB Idea

If you are working as mobile tester in an Android team or you are an Android developer you know the pain of installing apk files to your test devices and you should have a look at ADB idea, which may solve your pain. Next to installing or uninstalling apk files from test devices, it is somethings necessary to kill your app, start it or even to clear the app data in order to have a fresh version of it. Usually you are using the known adb commands for that and execute them in the console or you open the device settings to clear the app data. However, this is time consuming if you are doing this several times a day.

If you are using Android Studio or Intellij IDEA you can use a very nice plugin called ADB idea to speed up your testing and development time. ADB idea is written by Philippe Breault and can be installed via the IDE plugin section, e.g. Preferences/ Settings -> Plugins -> Browse Repositories or you can download it manually from the JetBrains plugin page and install it via Preferences/ Settings -> Plugins -> Install Plugin from disk.

Read more

Reading Recommendations # 57

Reading Recommendations - Adventures in QA

The 57th edition of my reading recommendations contains 8 interesting blog posts with various topics that might be of interest for you. There are topics like “Software testing is not…”, “How I Stopped Worrying and Learned to Love Management”, “Why I still like pyramids”, “Discussing the Needs of Testing a Mobile App”, “When Product Management Goes Wrong – Part 1”, “Writing Tests Doesn’t Have to Be Extra Work”, “Testing activities BEFORE and AFTER release” and “Mobile Scale London Recap”.

Enjoy reading the posts and send me new ones that are worth reading and I will mention you and link to your social links or blog.

Software testing is notSoftware testing is not… – Mr.Slavchev()

Read more