Posts

Showing posts with the label Development

Software Component Reusability

Image
Component Reusability Reusability is one of the most common and frequently used buzzword in  software Product development . Multiple technologies, including React, have recently started to equip themselves with this function. Therefore, making Component Reusability one of the most popular functionality in UI design. One important characteristic to measure quality of components is component reusability, It measures how easily the component can be reused in a new environment. This measure differs from project to project mainly by considering the degree of similarity between classes quantitatively, and they also take account of indirect similarities. As a live example, we recently explored Component Reusability for a client partner to bring in cost and time savings. Let’s explore this in detail. Our client, one of the leaders in travel domain, was maintaining 5 websites. 70-80% of the business of all the websites was the same, barring the UI elements, which had a differ...

Postman Tutorial for Automation : All you need to know

Image
Postman Tutorial for Automation This step by step guide is a detailed documentation on Postman Tutorial for Automation. It will run you through all the steps that you would require to Automate API testing using Postman. Right from downloading Postman from Chrome to testing it for Automation. Why Automation and Postman? Automation is the new norm across sectors. Automation, using postman in testing can improve and increase the depth and scope of tests for a better software quality.    This postman tutorial will not only help you to understand the automated testing process but also help you to run postman in chrome and introduce API automation to your daily QA processes for executing repeated test cases. Reading this Postman tutorial will help you to 1. Create test suites 2. Store information for running tests in different environments 3. Store data for use in other tests 4. Easily move tests and environments to code repositories Need f...