Test case design

Taobao ADD TO CART example:

  1, look at the whole process is divided into several nodes:

    a: Select items

    b: Click the Add to Cart

    c: View Cart (verification result)

  2. The output of each input node of the scene design

    a: factors to select the scene items: the source of the request, equipment, accounts, inventory, purchase quantity, is logged,

    b: button is clickable, whether the login request source, multiple pages, multiple items

    c: whether the login request source, database validation, delete, cancel,

  3, test design:

    a: functionality, performance, reliability, gradation can be monitored, can be rolled back, and fault handling long

  4, thinking:

    a: What object is a test?

    b: What goal is to test?

    c: focus on testing and difficult, what is the risk?

    d:

Guess you like

Origin www.cnblogs.com/wangkc/p/11578844.html