Manual Testing, Testing

API Testing Using POSTMAN

What is API? An API is an interface or communication protocol between a client & a server that intends to simplify the client-side application for a better user experience. What is a RESTful API? RESTful APIs follow REST architecture (Representational State Transfer). # What is URI for End-Point URL? Basically, API / Endpoint URL is […]

March 19, 2023

Manual Testing, Mobile Automation Testing, Mobility

Automation testing with Cypress, Mocha, and JavaScript

What is Cypress? The newest front-end testing standard that every developer and QA engineer should be aware of is Cypress automation. Modern web apps may use this cutting-edge front-end automated testing method. Cypress is mainly used for: Unit Testing Integration Testing End-to-End Flow Testing Nonetheless, it can be used for functional testing as well! Although […]

February 17, 2023

Java, Mobile Automation Testing, Technology

Healenium: Self-Healing Library for Selenium-based Automated Tests

AUTOMATION SELF-HEALING WITH HEALENIUM – [Part 1] Due to the altered layout and broken selectors, all automated UI tests eventually encounter NoSuchElementException. The build becomes red and the test crashes as a result. This discussion presents the new self-healing automation tool – Healenium that helps you to overcome problems of instability of automated tests automatically […]

February 16, 2023

Manual Testing, Mobile Automation Testing, Mobility

Is Manual Testing Dying?

In this blog, we are going to discuss the future of manual testing, so many testers would have the question, what is the future of manual testing? Many discussions and, controversies happened on the same in the software testing communities. So, let’s talk about a few things that give us clarity about these questions and […]

February 13, 2023

Java, Mobile Automation Testing, Testing

Automation testing with Robot Framework and Python

What is Robot Framework? Robot framework is a comprehensive open-source automation framework for robotic process automation, acceptance testing, and acceptance test-driven development. It employs a keyword-driven testing method strategy. Test libraries that are implemented in either Python or Java can expand the possibilities. Robot Framework is a generic test automation framework for acceptance testing. It […]

February 10, 2023

Java, Mobile Automation Testing, Testing

Automated Software Testing with Puppeteer & amp; Jest

WHAT IS PUPPETEER? Puppeteer is a Node.js library developed by Google that lets you control headless Chrome through the DevTools Protocol. It is a tool for automating testing in your application using headless Chrome or Chromebit devices without requiring browser extensions like Selenium Webdriver or PhantomJS. WHAT IS JEST? Jest is a delightful JavaScript Testing […]

February 9, 2023

Manual Testing, Testing

Everything you should know about eCommerce Testing

In today’s world, I bet you won’t find anyone who hasn’t shopped online. E-commerce website testing checks for any issues before you publish your website or web application to the public. Web applications require testing various features such as security, functionality, and databases. The main reason to thoroughly test your e-commerce website is to improve […]

January 18, 2023

Android, Mobility, Testing

Instrumental Testing on MLKit (integration test)

Introduction Instrumented tests run on Android devices, whether physical or emulated. As such, they can take advantage of the Android framework APIs. Instrumented tests, therefore, provide more fidelity than local tests, though they run much more slowly. * Image from https://developer.android.com/training/testing/fundamentals Set up your testing environment In your app’s top-level build.gradle file, you need to specify […]

December 23, 2022

Testing

Security Testing

You won’t ever want to implement software that frustrates your customers and has issues every two weeks. Prior to deploying software at the client’s location, security testing is an essential step. What is Security Testing? Software testing, which is done to find a software application’s flaws and vulnerabilities, includes security testing as a crucial component. […]

December 5, 2022