Types of an API In the last post, we covered what is an API and why we need an API.
In this post, we will cover :
Types of an API Types of API based on Usage: 1. Libraries and frameworks as APIs 2.
What is an API? In this post you will also understand:
What is an API? What are the relatable examples of an API? Why we need an API? This post focuses on the general term API and not on webservices or REST API .
Groovy Tutorial: Read JSON file in a Groovy using JSONSlurper TLDR : I have also created video around this functionality. if you are not into reading and like video, please check it out.
After going through this post, you will understand how to convert JSON to a Groovy object using JSONSlurper.
Performance Testing : Few Takeaways… You may have been working on functional testing of a software for while, you may be proficient in taking the help of tools and libraries like UFT and Selenium to ease your repeatable work but have you given any thought about non-functional testing?
Empathy as a core skill for hiring in IT I have been working in IT for 9 years and one thing I realized so far is the job description is badly broken in the industry. Overtime with a rise in new technology and tools, instead of getting better, it’s been broken more and more to shackles.
Takeaways from Autothon 2019. Every year, from last few years, Step-in Forum organizes a dedicated conference in Pune about the upcoming trends in Software Testing where industry leaders talk about their experiences that can help a software testing community. As part of this event, one day is dedicated to TestAutoThon.
Exclude JMeter Component at Runtime This post in trying to be answer of one of the question on the stackoverflow.
As you may already know that, JMeter Scripts are saved with extension as jmx which is nothing but a XML in disguise.
Uncheck Proxy Server Settings in Chrome Browser Using Selenium WebDriver If you have read my past posts, you might know that I follow a lot of forums to understand what type of issues are faced by the community. This helps me to broaden my knowledge.
Highlight Element in Selenium WebDriver I missed highlighting object feature of QTP when I used to debug my selenium API call on webelement. Number of times I wondered, why didn’t by default any method is provided to perform highlight action. But I no longer wish for the same as I have found work around.
Open Browser in Incognito InPrivate in Selenium WebDriver How to Open Chrome Browser in Incognito mode using Selenium / WebDriver ? We will use Chrome Drivers Capabilities & ChromeOptions to open Chrome browser in incognito mode. To be precise, we have to use argument –incognito for ChromeOption as shown in below example-