Skip to content

Instantly share code, notes, and snippets.

@ziadtawfeek
Last active June 1, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadtawfeek/e5de915b67c202afd63e5e0244621ee0 to your computer and use it in GitHub Desktop.
Save ziadtawfeek/e5de915b67c202afd63e5e0244621ee0 to your computer and use it in GitHub Desktop.
Instabug Take Home Challenge #1

Instabug Challenge

Thank you for taking the time to do our challenge. It consists of three parts:

First Part: Test Design

As QA Engineer, You are given a task of testing Monefy mobile app. Choose the platform your are more familiar with (iOS or Android). You can download the apps here:

Deliverables:

  1. A list of ideas/bullet points you would test for. Focus on good coverage, rather than complete test cases
  2. A prioritization of such test cases according to their possible business impact

Second Part: Bug Reporting

Deliverables:

  1. Write down six bugs you found
  2. Mention (Title, Reproducible Steps, Attachments, Affected Devices, Network, Severity, Priority, Impact)
  3. QA Engineers don't only work with developers, but also closely collaborate with Product Managers. It would be great if you have a strong product sense, you're welcome to spot any UX issues in this app and write it down

Third Part: Test Automation

How would you test search UI functionality of your favourite website (e.g. https://medium.com, https://www.google.com)? Choose your favourite website which has search functionality.

Deliverables:

  1. Document several test cases.
  2. Implement automated tests based on the test cases.

Please submit your results by sending us a link to your github repository named {firstname}-{lastname} containing:

  • A single markdown file with the test plan/test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment