Latest / Popular

Cách viết một bug report tốt

Report bug là công việc thường xuyên và liên tục của một người làm test, nhưng đã bao giờ bạn nghĩ mình có thể làm gì để một bug report trở nên hoàn chỉnh, ngắn gọn cũng như thể hiện sự chuyên nghiệp và rõ ràng trong từng report được gởi ra cho Dev?

Mối liên hệ giữa priority và severity trong quản lý bug

Việc set severity/priority phụ thuộc vào nhiều yếu tố như yêu cầu hệ thống, mong muốn khách hàng, kinh nghiệm tester. Việc set đúng không những giúp các lỗi được sửa nhanh chóng, đúng thứ tự ưu tiên mà còn giúp những người cấp cao hơn dễ đưa ra những quyết định liên quan đến chất lượng và thời gian dành cho những lỗi đó.

Count the number of vowel and basic Unit Test

Unit testing, a testing technique using which individual modules are tested to determine if there are any issues by the developer himself. It is concerned with functional correctness of the standalone modules. The main aim is to isolate each unit of the system to identify, analyze and fix the defects.

Database testing with Java

Automated from the UI is good, but it’s better if we can verify and comparing the value on the web UI with the actual value from the database, that helps us to make sure it’s correct and integrity. This article will show you how to read and verify database values with Java code.

CSV Excel Macro Injection at Hackerone

Many web applications allow the user to download content such as templates for invoices or user settings to a CSV file. Many users choose to open the CSV file in either Excel,Libre Office or Open Office. When a web application does not properly validate the contents of the CSV file, it could lead to contents of a cell or many cells being executed.