Biu Api Test Report

  • Test time: 2016-11-04 15:44:27

  • Git Checking out Revision:
  • innerapitest.biu.com: bdd1fa9c847350e0918a55d07076cd282d9cf275 (origin/tags/tag0.0.6.5)
    service-api: a36191f9f63ba064028725beca5caaea014a7cc6 (tag0.0.3.110)
    service-base: 6a57f14b28ece9458423b5b7127edbcac27362a1 (origin/tags/tag0.0.3.2)
    service-framework: d134a98c702904ce1282888941e8be548647a4eb (tag0.0.3.38)
    service-manage: 33077d98896c1c8ad4753af7216d61a2c222fe5e (tag0.0.3.66)

  • Api name: user_register
  • Results: 38 cases, 0 failed

Details

NumCase nameArgumentResultExpectLogicactual
1注册成功返回codetestapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
2注册成功返回msgtestapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASSsuccessequalsuccess
3注册成功返回data_mobiletestapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS18300000000equal18300000000
4注册后用户is_new检查testapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS18300000000equal18300000000
5注册后用户is_new_user检查req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS18300000000equal18300000000
6注册后reids登录状态检查req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS11273equal11273
7用户已存在时注册返回codereq[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS50003equal50003
8用户已存在时注册返回msgreq[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS用户已注册,请登录equal用户已注册,请登录
9用户已存在时注册判断data数组长度req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
10用户已存在时注册判断data是不是数组req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASSARRAYequalARRAY
11手机号为空时注册返回codereq[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS50001equal50001
12手机号为空时注册返回msgreq[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS手机号不能为空equal手机号不能为空
13手机号为空时注册判断data数组长度req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
14手机号为空时注册判断data是不是数组req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200PASSARRAYequalARRAY
15手机号格式错误时注册返回codereq[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS50002equal50002
16手机号格式错误时返回msgreq[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS手机号格式错误equal手机号格式错误
17手机号格式错误时判断data数组长度req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
18手机号格式错误时判断data是不是数组req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200PASSARRAYequalARRAY
19密码为空时注册返回codereq[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200PASS50004equal50004
20密码为空时注册返回msgreq[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200PASS密码不能为空equal密码不能为空
21密码为空时判断data数据长度req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
22密码为空时判断data是不是数组req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200PASSARRAYequalARRAY
23ip为空时注册返回codereq[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS50005equal50005
24ip为空时注册返回msgreq[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200PASSIP不能为空equalIP不能为空
25ip为空时判断data数据长度req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200PASS0equal0
26ip为空时判断data是不是数组req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200PASSARRAYequalARRAY
27验证码为空时注册返回codereq[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200PASS50006equal50006
28验证码为空时注册返回msgreq[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200PASS验证码不能为空equal验证码不能为空
29验证码为空时判断data数据长度req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200PASS0equal0
30验证码为空时判断data是不是数组req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200PASSARRAYequalARRAY
31渠道为空时注册返回codereq[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200PASS50007equal50007
32渠道为空时注册返回msgreq[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200PASS渠道不能为空equal渠道不能为空
33渠道为空时判断data数据长度req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200PASS0equal0
34渠道为空时判断data是不是数组req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200PASSARRAYequalARRAY
35验证码错误时注册返回codereq[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200PASS50011equal50011
36验证码错误时注册返回msgreq[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200PASS验证码错误equal验证码错误
37验证码错误时注册判断data数组长度req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200PASS0equal0
38验证码错误时注册判断data是不是数组req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200PASSARRAYequalARRAY