software QA testing Archives - Fleek IT Solutions
350
archive,tag,tag-software-qa-testing,tag-350,ajax_fade,page_not_loaded,,qode-title-hidden,qode-theme-ver-9.5,wpb-js-composer js-comp-ver-4.11.1,vc_responsive

What is a postman? Postman is a Client API tool that is used to create, share, test, and develop APIs[Application Programming Interface]. It caters to major functionalities, required for developing an API. Postman has Collections where you can store test cases in bulk and execute them...

In this fast-evolving world, technology has also grown with lightning speed with a variety of new technologies as the requirement of the customer changes frequently so in order to deliver a quality product and save time new methodologies came into the picture, so is the...

This blog focuses on describing different testing methods like Behavioral Driven Development (BDD), Test-Driven Development (TDD). It will likewise help to explain the key contrasts between these methods. Before the finish of this blog, one is required to see how every technique functions, key contrasts...

Selenium is an open-source web automation library. It supports many browsers like Chrome, Firefox, Edge etc and many languages - python, java, C#, javascript etc. Here we will get to know How you can use selenium with C# in Visual studio code. Prerequisites for selenium with...

When it comes to a software solution, periodic updates to the functionality and features of the program are essential. When a product's life cycle progresses, maintaining a balance between iterative testing and sprint work (agile software development) and effectively managing conflicts can be difficult. This...

How to use webdriverIO with Javascript? Before starting how to use webdriverIO, you should have knowledge of why we use webdriverIO and what exactly it is . so let’s understand it. Why WebdriverIO? There are so many tools and frameworks that are used in Automation But If you...

Testing and validating REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain. Our testing framework integrates the Rest Assured library with Java project along with other essentials...

API testing involves testing the application programming interfaces (APIs) directly and as part of integration testing to determine if they meet expectations for functionality, reliability, performance, and security. Since APIs lack a GUI, API testing is performed at the message layer. API testing is critical...

Which is better – An in-house QA or an external QA? Companies have tried the in-house QA route for years. Some tasted success, some did not. But one thing all companies with in-house QA have experienced is the constant struggle to maintain a skilled QA team...

Cypress is a web automation testing tool which is used to automate testing for modern web applications. Cypress doesn’t build on Selenium WebDriver. Cypress is fundamentally and architecturally different than Selenium. It is based on Mocha and Chai syntax which is common amongst the Javascript...

Log analysis is one of the most important aspects of performing effective and efficient software testing. End-to-end functionalities and user interfaces may look right but a QA can never be sure about the product until they make sure that there are no errors or exceptions...