Skip to content

Latest commit

 

History

History

QA

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Quality Assurance Roadmap - WIP

First of all you should know what is your job about.

Manual Testing Basic Concepts

Before starting testing you should know how to test in general:

You must be familiar with basic testing concepts. The basic concepts include the following:

  • Different Testing Approaches:
    • White Box vs Black Box testing
  • Categories of tests:
    • Functional
      • Functional Test
      • Smoke Test
      • Localization Test
    • Non-Functional
      • Load Test
      • Volume Test
    • Maintenance
      • Regression Test

Please have read of following links:

You must also be familiar with process of testing:

  • Planning
  • Preparation
  • Execution
  • Reporting

Tools for Manual Testing

We are using Tuskr as our test management tool. But the concepts and they way that test management tools are working is very similar.

You must be familiar with following concepts:

  • Test Suite
  • Test Case
  • Test Scenario
  • Test Run
  • Test Coverage

Mobile Device Testing

TBC

API Manual Testing (White box )

While you are working with different projects, you should be able to perform some of the testing steps through API or backend systems.

For this purpose the basic knowledge of following areas is mandatory:

Automated Testing - Foundations (WIP)

  • HTML
  • XPATH