Skip to content

mubbashir/Tool-Strategies-Lone-Testers-Test-Leadership-Congress-2019

 
 

Repository files navigation

Test tool strategies for lone testers - Test Leadership Congress 2019 Presentation

General Information

This repo contains all of the examples that will be covered in the "Test tool strategies for lone testers" presentation. More information about this Test Leadership Congress 2019 presentation can be found here... https://testleadershipcongress2019.sched.com/event/O5Zg/test-tool-strategies-for-lone-testers

The following are the basic technical requirements to run the examples during the presentation.

The following are optional requirements that you can install on your machine. They will be explained in the presentation and demonstrations.

Here is a brief summary of some of the tools used in this presentation.

  • Dockerized parallel and serial randomized tests, with results merging using Robot Framework.
  • Options for generating randomized test data using builtin keywords or malformed test data with the well known Radamsa general purpose fuzzing tool, https://gitlab.com/akihe/radamsa
  • Several examples of Slack notification keywords using a hybrid-manual-automated approach and Dockerized tests
  • Robot Framework + Graphwalker (a model-based testing tool) examples with replayable test runs while running a slow internet connection proxy called "Crapify", https://github.com/bcoe/crapify
  • Webhook mechanism that can trigger remote test processes with cURL commands, https://github.com/adnanh/webhook
  • Dashboard of Session Based Test Management using Shiva Prasad Adirala's excellent RobotFramework-Metrics project, https://github.com/adiralashiva8/robotframework-metrics

The examples in the presentation use a lot of Shell scripting. If you have a Windows operating system, the following options may work for you.

Before the presentation, please run the following on your machine.

git clone https://github.com/jg8481/Tool-Strategies-Lone-Testers-Test-Leadership-Congress-2019.git
cd ./Tool-Strategies-Lone-Testers-Test-Leadership-Congress-2019

Set up an .env file using the provided template.env file. After setting up your .env file you can run the following, but it will require Docker on your machine.

sh ./start-specific-docker-example-workflows-for-workshop.sh Build-Images-Teardown-Old-Docker-Containers

Presentation Examples

There will be presentation slides explaining the following in more detail and I will assist everyone with running them.

  1. Part One - Tool strategy examples for rapidly testing and adapting to frequently changing projects
./start-specific-docker-example-workflows-for-workshop.sh Part-One-Postman-Newman-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-One-cURL-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-One-Requests-Library-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-One-Python-Library-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-One-Run-All-Docker-Workshop-Examples
  1. Part Two - Tool strategy examples for enhancing existing tests and taking your test process further
./start-specific-docker-example-workflows-for-workshop.sh Part-Two-Postman-Newman-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-Two-Python-Library-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-Two-Requests-Library-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Part-Two-cURL-Workshop-Examples
./start-specific-docker-example-workflows-for-workshop.sh Remote-Test-Process-Triggered-By-A-Webhook-Docker-Example
./start-specific-docker-example-workflows-for-workshop.sh Long-Graphwalker-Run-Workshop-Example
./start-specific-docker-example-workflows-for-workshop.sh Short-Graphwalker-Run-Workshop-Example
./start-specific-docker-example-workflows-for-workshop.sh Previous-Long-Graphwalker-Run-Workshop-Example
./start-specific-docker-example-workflows-for-workshop.sh Previous-Short-Graphwalker-Run-Workshop-Example
./start-specific-local-machine-example-workflows-for-workshop.sh Hybrid-Tool-Desktop-Workshop-Example
./start-specific-local-machine-example-workflows-for-workshop.sh Hybrid-Tool-Desktop-Charles-Proxy-Workshop-Example
  1. Part Three - Combined results visualizing your testing story
./start-specific-result-gathering-example-workflows-for-workshop.sh Combined-Results-Dashboard-Workshop-Example
./start-specific-result-gathering-example-workflows-for-workshop.sh Metrics-Dashboard-Workshop-Example

Part Three of the presentations covers the following dashboards.


This presentation is based on a workshop that was done at RoboCon 2019 in Finland. More information can be found in the following.

I also wrote an article on Medium describing the gist of the hybrid-manual-automated approach covered in the presentation.


Big thank you to the following people and groups.

  • Pekka Klarck
  • Ed Manlove
  • Antti Karjalainen
  • James Bach
  • Jonathon Bach
  • Michael Bolton
  • Cem Kaner
  • Anders Dinsen
  • Anna Royzman
  • Kristian Karl
  • Mikko Korpela
  • Bryan Oakley
  • Shiva Prasad Adirala
  • The Docker development team
  • The Graphwalker development team
  • The entire Robot Framework community and its contributors

Their contributions to the testing community helped me a lot with this presentation and my day-to-day work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.9%
  • RobotFramework 1.1%
  • Other 1.0%