Key points of interface testing and use case design

Key points of interface testing and use case design


提示:以下是本篇文章正文内容,下面案例可供参考

1. Interface test

  1. Test points: function, exception handling, security, performance, process
  2. Test process:
    test plan, test plan,
    requirement analysis (requirement document, interface document, development document),
    design test case
    , develop test script (code, tool),
    build test environment ,
    execute test,
    submit, track defect,
    test report
    , maintain test environment, test script, test use case etc.

2. Interface test case design

Use case name
Request address (URL)
Request method: GET/POST
Precondition: Exemplary system has a valid user
Request header
Whether to execute: Y/N
Description: Log in with a valid administrator account

Request parameters: account=aaa&password=123456
Status code: 1000
Return information: login success
Description:

|  |  ||--|--||  |  |

Guess you like

Origin blog.csdn.net/lu962820662/article/details/123528986