Functional Programming’s Toolkit: Fold

I- Giới thiệu Functional Programming Functional Programming (lập trình hàm – FP) nhắm đến tính kết hợp (composability) các hàm (function) để tối đa hóa...

Phamtomjs – More than UI testing

Phantomjs is well known as a “HEADLESS WEBSITE TESTING” tool. People often use Phantomjs in form of a WebDriver tool (such as Selenium) to test whether...

Overview of automation testing

Software testing is an activity very important role in the projects of software to ensure product quality and the activities that are vital. Today, with...

TypeScript Cơ bản phần 2

Tiếp tục phần 1 (TypeScript Cơ bản phần 1) phần này mình xin chia sẻ tiếp một số kiến thức nữa về TypeScript I, Interfaces...

Run a Trust Walk Team Building game

Overview &Summary Bài viết sau hướng dẫn cách chơi game “Trust Walk” – một hình thức xây dựng tinh thần đồng đội dựa trên lòng...

Distillation process in Domain-Drive Design

Overview Distillation có nghĩa là “chưng cất” (chất lỏng, rượu). Nó được hiểu là quá trình “chắt” là những gì tinh túy nhất từ một...

How to write good Test Cases ?

Every tester writes test cases however many times the test cases are rejected by reviewers because of bad quality, in order to write good test...
Scroll Up