SQSamra Qureshiinsamraqureshi.hashnode.dev·May 19, 2023 · 1 min readWhat is API Testing Day 1API Testing is a software testing of Application Programming Interface to validate its functionality, security and performance and reliability. API is a middleware between the graphical user interface(GUI) and the backend database. It is used for sen...00
SQSamra Qureshiinsamraqureshi.hashnode.dev·Aug 20, 2022 · 1 min readGREENSHOT - For ScreenshotsHello World ! Recently I have came across a very useful application - Greenshot. If you are someone interested in taking notes with proper snippets, obfuscated text, inverted background, cool cropped images, then this is the tool that interests you. ...00
SQSamra Qureshiinsamraqureshi.hashnode.dev·Mar 26, 2022 · 3 min readRock , Paper and Scissors with PythonHello World ! We all love to play games. Games are escape from the world and it boost confidence through winning. So, I thought to tweak the programming concepts with games. In the previous code, we have already started with Treasure Island Game, now...00
SQSamra Qureshiinsamraqureshi.hashnode.dev·Mar 25, 2022 · 2 min readTreasure Island Game program in PythonHello World ! We all love to play games. Games are escape from world and it boost confidence with the achievements. So, I thought to tweak the programming concepts with games. What is Treasure Island Game ? Treasure Island is a game of bluffing and ...00
SQSamra Qureshiinsamraqureshi.hashnode.dev·Feb 4, 2022 · 2 min readPrime Number Program with PythonHello World ! Are you familiar with the concept of prime numbers? Prime numbers are the numbers which are only divisible by 1 or itself. There are plethora of areas where we make use of prime numbers for holistic development. Example : Cryptography...02ZM