摘要: In this lesson, we will be learning how to mock REST API calls. Mocking is a technique used in software testing to simulate the behavior of objects or 阅读全文
posted @ 2024-11-30 01:59 Zhentiw 阅读(17) 评论(0) 推荐(0)
摘要: Snapshots In this lesson, we will learn about a testing technique called Snapshot testing. Snapshot testing allows you to take a “snapshot” of the exp 阅读全文
posted @ 2024-11-30 01:52 Zhentiw 阅读(27) 评论(0) 推荐(0)
摘要: Building our component To focus on testing, I’ve already built our component. You can copy the code for the component below or from the GitHub reposit 阅读全文
posted @ 2024-11-30 01:48 Zhentiw 阅读(12) 评论(0) 推荐(0)