随笔分类 -  Software Testing

摘要:1. Multiple Assertions cy .get('[data-cy=task]') .then( item => { expect(item[0]).to.contain.text('bread') expect(item[1]).to.contain.text('milk') }) 阅读全文
posted @ 2021-06-14 13:32 荣珠 阅读(1041) 评论(0) 推荐(0)
摘要:测试金字塔: if logic exits in asp.net core, we could write some really cool asp.net core integration tests. Clean Testing: Subcutaneous tests - they are no 阅读全文
posted @ 2021-01-05 16:44 荣珠 阅读(50) 评论(0) 推荐(0)