Category: KIỂM THỬ PHẦN MỀM – SOFTWARE TESTING

  • 2 powerful screen mirroring applications

    ApowerMirror and Letsview are two powerful screen mirroring applications that allow users to mirror their mobile devices or PC screens to their computers or TVs. These applications come with a wide range of features that allow users to share their screens with others, showcase their work, or enjoy their favorite content on a larger screen.…

  • What is API polling?

    API polling is a technique used in software development to fetch data from an API (Application Programming Interface) at regular intervals, often by using a script or a software tool. In API polling, client application sends a request to the API server at regular intervals, such as every minute or every hour. The server responds…

  • Difference between HTTP Status Code 200 and 201

    HTTP status codes 200 and 201 are both success codes, but they have different meanings. HTTP status code 200 means that the request was successful and the server has returned the requested data. This code is commonly used for GET requests, where the client requests data from the server. HTTP status code 201 means that…

  • Difference between HTTP Status Code vs Response Code

    HTTP status code and response code are both related to the response that a server sends to a client’s request, but they are not the same thing. HTTP status code is a 3-digit numeric code that is included in the server’s response to indicate the status of the client’s request. The status code provides information…

  • Best Practices in Software Testing

    Focus on preventing defects not just finding themImplement a regression test strategy that is based on Impact AnalysisWorking on minimizing the number of regression defects created by bad fixesProactively think about all high risk scenarios that could possibly happen in productionMost importantly, treat testing as an engineering process Not as an art

  • Difference between Security testing and penetration testing (pentesting)

    Security testing and penetration testing (pentesting) are both crucial components of modern cybersecurity practices. While similar in some ways, they have some key differences. Security testing is a broader term that encompasses a wide range of assessments and evaluations to test an organization’s security posture. This might include vulnerability assessments, risk assessments, end-to-end testing, code…

  • Three important API Validation types

    ⭐️- Status Code Validation⭐️- Response Body Validation⭐️- Schema Validation 🚀 API Test Validation API testing is crucial to ensure that your application’s backend functions correctly and communicates with external systems as expected. When testing an API, there are three essential elements that you need to pay attention to: 🔥 Status Code Validation The status code…

  • What is API Governern?

    API governance is the practice of defining and applying development rules that promote consistent API behaviors across your organization’s API landscape. And a robust API security posture means that your organization has development rules that promote security-first API behaviors. The Postman API Governance and Postman API Security features can identify inconsistencies or weaknesses in your…

  • What is the relationship between API testing and API monitoring?

    API testing and API monitoring share the goal of ensuring that APIs remain reliable and performant, but these processes are typically performed at different stages of the API lifecycle. API testing occurs during development, and its primary purpose is to help teams catch issues before they reach production and impact users. API monitoring may utilize…

  • [QA] Best Practices for API Testing

    Prioritize the API function calls to make it easier for testers. The sequencing of API calls should be well planned and performed.