04 2023 档案
摘要:Refer to this website: https://www.guru99.com/what-everybody-ought-to-know-about-test-planing.html#:~:text=How%20to%20write%20a%20Test%20Plan%201%20An
阅读全文
摘要:AAA - Structure Arrange Act Assert https://www.codeproject.com/Articles/1182279/Unit-Testing-BDD-AAA-Structure-And-Object-Mocking
阅读全文
摘要:With new-age project development methodologies like Agile and DevOps slowly replacing the old-age waterfall model, the demand for testing is increasin
阅读全文
摘要:一、主要负责三部分: 产品规划(包含:用户调研、数据分析等需求分析手段) 产品设计(包含:竞品分析、产品脑图、产品流程图、产品原型图、产品说明文档) 产品落地(包含:需求评审、需求排期、项目跟进、上线走查等项目管理) 二、工作的流程
阅读全文
摘要:Refer to this link: https://blog.csdn.net/baidu_37837739/article/details/102823514 场景法的分析步骤:1、根据说明,找出基本流2、根据基本流中不同的数据元素据此找出备选流和异常流3、根据备选流和异常流构造新的场景
阅读全文
摘要:docker run -p 80:80 nginx input docker will get the command in the console sage: docker [OPTIONS] COMMAND A self-sufficient runtime for containers Man
阅读全文
摘要:风控第一道安全线——黑白名单策略详解 名单库筛选就是我们常说的黑白名单,经常作为互联网反欺诈的第一道过滤网使用。随着互联网金融、大数据的崛起,名单库的数据源和规则定义更加多元与广泛。一般通过平台内部进行积累,或与三方机构合作获取。 白名单策略 白名单,一般指平台内部的优质客户列表,建立白名单库可以有
阅读全文