<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Mock Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/mock.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Mock Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-04-11T21:01:29+07:00</lastBuildDate>
                <item>
            <title><![CDATA[GOLANG UNIT TESTING VỚI STRETCHR/TESTIFY VÀ MOCKERY]]></title>
                        <link>https://viblo.asia/p/golang-unit-testing-voi-stretchrtestify-va-mockery-gwd432AQVX9</link>
            <guid isPermaLink="true">https://viblo.asia/p/golang-unit-testing-voi-stretchrtestify-va-mockery-gwd432AQVX9</guid>
            <description><![CDATA[Chúng ta hãy cùng đi qua một ví dụ bao gồm các tính năng phổ biến của thư viện stretchr/testify và mockery dùng cho việc mocking trong Golang. Ví dụ n...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Truong Phung</dc:creator>
            <pubDate>2024-10-16 15:19:01</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[GOLANG TESTING WITH STRETCHR/TESTIFY AND MOCKERY]]></title>
                        <link>https://viblo.asia/p/golang-testing-with-stretchrtestify-and-mockery-qPoL7Z9jJvk</link>
            <guid isPermaLink="true">https://viblo.asia/p/golang-testing-with-stretchrtestify-and-mockery-qPoL7Z9jJvk</guid>
            <description><![CDATA[Let's go through a comprehensive example that covers common features of the stretchr/testify library and mockery for mocking in Golang. This example w...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Truong Phung</dc:creator>
            <pubDate>2024-10-16 14:44:08</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Thư viện S3Local: Làm thế nào để giả lập AWS S3 bằng NodeJS không cần dựa vào thư viện bên thứ 3?]]></title>
                        <link>https://viblo.asia/p/thu-vien-s3local-lam-the-nao-de-gia-lap-aws-s3-bang-nodejs-khong-can-dua-vao-thu-vien-ben-thu-3-n1j4lxjD4wl</link>
            <guid isPermaLink="true">https://viblo.asia/p/thu-vien-s3local-lam-the-nao-de-gia-lap-aws-s3-bang-nodejs-khong-can-dua-vao-thu-vien-ben-thu-3-n1j4lxjD4wl</guid>
            <description><![CDATA[1. Giới thiệu

Hé lô các bạn! Hôm nay, mình sẽ giới thiệu cho các bạn về thư viện S3Local mà mình đã tự tay xây dựng. S3Local giả lập lại AWS S3 trên ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NGUYỄN ANH TUẤN</dc:creator>
            <pubDate>2023-05-18 08:56:22</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Investigation] Test double? Mock? Stub? Spy? Fake?]]></title>
                        <link>https://viblo.asia/p/investigation-test-double-mock-stub-spy-fake-Yym40zpjL91</link>
            <guid isPermaLink="true">https://viblo.asia/p/investigation-test-double-mock-stub-spy-fake-Yym40zpjL91</guid>
            <description><![CDATA[Lời mở đầu
Một vấn đề mà khá nhiều lập trình viên mắc phải đó là sử dụng những thứ mà mình chưa hiểu rõ về nó. Mình cũng vậy Dù đã viết khá nhiều UT c...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Ngoc Man</dc:creator>
            <pubDate>2023-04-23 14:08:30</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Sử dụng mock trong Django]]></title>
                        <link>https://viblo.asia/p/su-dung-mock-trong-django-4dbZNNJmZYM</link>
            <guid isPermaLink="true">https://viblo.asia/p/su-dung-mock-trong-django-4dbZNNJmZYM</guid>
            <description><![CDATA[Để không làm mất thời gian thì mình xin bắt đầu luôn.
1. Khởi tạo Project
Để test được thì đầu tiên chúng ta phải có 1 project. Cách để tạo 1 project ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phạm Đức</dc:creator>
            <pubDate>2020-12-20 14:27:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Mocking Global Objects]]></title>
                        <link>https://viblo.asia/p/mocking-global-objects-3Q75wx8MKWb</link>
            <guid isPermaLink="true">https://viblo.asia/p/mocking-global-objects-3Q75wx8MKWb</guid>
            <description><![CDATA[Mocking global objects

vue-test-utils provides a simple way to mock global objects attached to Vue.prototype, both on test by test basis and to set a...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">WheeBoo</dc:creator>
            <pubDate>2019-12-05 14:01:00</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tạo và quản lí mock API response đơn giản với MockInterceptor]]></title>
                        <link>https://viblo.asia/p/tao-va-quan-li-mock-api-response-don-gian-voi-mockinterceptor-maGK7V3e5j2</link>
            <guid isPermaLink="true">https://viblo.asia/p/tao-va-quan-li-mock-api-response-don-gian-voi-mockinterceptor-maGK7V3e5j2</guid>
            <description><![CDATA[Hầu hết khi phát triển ứng dụng Android chúng ta đều cần tới server back-end để cung cấp các API tương tác với dữ liệu và tính toán. Thế nhưng, đôi kh...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Go Dev</dc:creator>
            <pubDate>2019-09-17 14:07:46</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Mocks không phải là Stubs (Phần 2)]]></title>
                        <link>https://viblo.asia/p/mocks-khong-phai-la-stubs-phan-2-OeVKB8VAlkW</link>
            <guid isPermaLink="true">https://viblo.asia/p/mocks-khong-phai-la-stubs-phan-2-OeVKB8VAlkW</guid>
            <description><![CDATA[Lựa chọn giữa các sự khác nhau

Ở bài viết trước (https://viblo.asia/p/mocks-khong-phai-la-stubs-phan-1-gAm5yWEDZdb) đã chỉ ra sự khác nhau giữa: xác ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Van Hieu</dc:creator>
            <pubDate>2019-08-18 23:42:24</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Mocks không phải là Stubs (Phần 1)]]></title>
                        <link>https://viblo.asia/p/mocks-khong-phai-la-stubs-phan-1-gAm5yWEDZdb</link>
            <guid isPermaLink="true">https://viblo.asia/p/mocks-khong-phai-la-stubs-phan-1-gAm5yWEDZdb</guid>
            <description><![CDATA[Cụm từ 'Mock Objects'  trở nên phổ biến khi mô tả những đối tượng đặc thù với mục đích bắt chước/mô phỏng những đối tượng thực trong quá trình kiểm th...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Van Hieu</dc:creator>
            <pubDate>2019-07-21 23:28:13</pubDate>
                                                                                                        </item>
            </channel>
</rss>
