API automation Archives - Fleek IT Solutions
324
archive,tag,tag-api-automation,tag-324,ajax_fade,page_not_loaded,,qode-title-hidden,qode-theme-ver-9.5,wpb-js-composer js-comp-ver-4.11.1,vc_responsive

"Big goals are exciting to set, right? There's that rush of optimism as you imagine the outcome." Recently I have come across a challenge in one of the projects which requires handling 2fa where it involves SMS verification. When I started to understand, I quickly discovered and...

In the era of testing, web automation plays an important role. There are ample tools like selenium, webdriverIO, protractor, etc available in the market to do automation but what if one wants to extract data from the same web application which is termed as web...

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...

Are you confused about which framework to start within python? Let’s understand what these frameworks are and how to choose between them with their usage. Robot Framework Robot Framework is an open-source, keyword-driven test automation framework for Acceptance Testing and Acceptance Test-Driven Development (ATDD). A keyword-driven test approach...

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...