Skip to content
Piyathida San-aoun (Tarn) edited this page Sep 18, 2022 · 2 revisions

Introduction

We use Specflow 3+ in this project to run automated tests.

Requirements

Please install the following:

  • Visual Studio 2017
  • SpecRun.SpecFlow-3.0.0+ and SpecFlow.MsTest

Create automate test flow

  1. Provide list of test scenarios and specify which testing level for each test cases

Owner: Dev/QA create a list of scenario and feature files

Tasks: List out scenario and put into tasks

  1. PR review: Review by one Dev & one QA
  • QA review for ensure we not miss out the critical cases.
  • Dev review for ensure that we put test script into correct testing layer
  1. (Optional) Internal meeting (Refinement / small meeting) after team have draft scenario & feature files
  2. Implement script
  • Owner: Dev/QA
  1. PR review: Review by
  • Dev mandatory
  • QA optional
Clone this wiki locally