Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

QA Checklist

Marc Garreau edited this page May 1, 2018 · 24 revisions

This is a manual checklist for testing Mist and Ethereum Wallet beyond what our automated end-to-end tests are currently capable of. It should, at a minimum, be used prior to new releases as a final vote of confidence.


Accounts

  • create an account
    • check pw form validations and creation state
  • delete a wallet
    • check accounts updated correctly

Transactions

  • send a tx to new account
    • check gas calculation, live tx updates and link to etherscan
  • 'send all' from new account back
    • check that value is correctly calculated
  • create a wallet contract
    • check live updates
  • send to and from a wallet contract

Contracts

  • deploy an erc20 token contract
    • [link to code]
  • send some tokens

Networks

  • switch networks
  • switch sync modes
    • check accounts updated correctly

Misc

  • change the application language
Clone this wiki locally