How to install Postman?
The steps of Postman installation
Download and install the postman application -> Register your account and create the workspace -> Create the collection -> Add a request and begin your scripting …
Download and install the postman application -> Register your account and create the workspace -> Create the collection -> Add a request and begin your scripting …
We will start the journey of Cypress discovery from here.
This article will quickly introduce what is Cypress, what can Cypress do, steps of installation and starting the Cypress …
We will start the journey of JMeter discovery from here.
This article will talk about JMeter installation-related knowledge …
As a public repository, GitHub mainly restored the source code from the local system, using git to control the software version. There are several commands frequently used from local git to GitHub…
A release pipeline can also be thought of as a workflow. A workflow whose purpose is releasing software. As such, modelling your release pipeline should simply be a case of modelling how you want to release your software…
As the picture showed, CT, CI and CD will work better when they are together. To know how they are achieved by the DevOps server, we need to see each concept of CI, CD, and CT…
In software development, a build is the process of converting source code files into standalone software artifact(s) that can be run on a computer, or the result of doing so. In terms of compilation, they are two different concepts….
The primary purpose of test or project management tools is to help managers plan, execute and control all aspects of the test ore project management process. What we benefit from such tools are…
In the DevOps approach, testers and developers play equally important roles. The boundaries of job responsibilities between a developer and tester become blurred in DevOps…
Version control systems are a category of software tools that help a software team manage changes to source code over time…
Many Jira alternatives can be chosen for your projects. Some of them are free or free with some conditions. Here is a list of alternatives…
GitHub repository is usually used to organize a single project. Repositories can contain folders and files, images, videos, spreadsheets, and data sets – anything your project needs…
Jira Software is built for every member of your software team to plan, track, and release great software…
User acceptance testing and usability testing are two easy confusing concepts. But overall, they go from a different perspective…
Agile Scrum is a practice that helps continuous iteration of development and testing in the software development process. Unlike the Waterfall model, some features of Agile Scrum helps to solve the problems that traditional software development models cannot conquered….
Some of the practices on different types of Agile frameworks bring significant improvement after the failure of the traditional development model. Such as Scrum, Extreme Programming, Kan ban, Lean, Feature-Driven Development, Dynamic System Development, Crystal…
The waterfall model is the earliest SDLC approach that was used for software development. It divide the whole process of software development into separate phases. The outcome of one phase acts as the input for the next phase sequentially…
This article focus on the similarity and difference between Scrum and Kanban. As to the concept and basic featues of Scrum and Kanban, can refer to …
Regression testing will be performed after functional modification or bug is fixed. These two activities may damage at a different extent to other functions that are related to the function need to be modified or repaired…