Category Archives: Mobile Testing

Gradle vs. Maven: Which Build Tool to Choose?

Gradle vs. Maven: Which Build Tool to Choose?

Gradle and Maven are both popular build tools used in the software development process, particularly in Java projects. They serve the purpose of automating the process of building, testing, packaging, and managing dependencies for a software project. While they share common goals, they have distinct characteristics and approaches.  Gradle:  Build Script Language:  Language: Gradle build Continue Reading »

API Testing Guidebook

API Testing Guidebook

What is API ? API stands for Application programming Interface, it is a mediator which is present between the presentation layer and the Database layer. API enables the communication and the data transfer between the two channels. API is a business logic, which is written by the developer in any programming language to perform the Continue Reading »

EVENT LOOP IN JAVASCRIPT

Event Loop in Javascript

Introduction The event loop is a mechanism that is an integral part of the browser environment and runs continuously, whether the code is synchronous or asynchronous. The primary function of the event loop is to manage the execution of JavaScript code, placing callbacks in a queue and pushing them onto the call stack when they Continue Reading »

The Importance of Manual Testing in the Age of Automation

In the age of automation, it is easy to think that manual testing is no longer necessary. After all, automated testing can run tests much faster and more efficiently than humans can. However, manual testing still has a vital role to play in software testing. Automation testing has become increasingly popular in recent years, as Continue Reading »

Understanding the Benefits of SonarLint for  Code Quality

As software developers, ensuring the quality of our code is paramount. Poorly written code can lead to bugs, vulnerabilities, and maintenance headaches. That’s where SonarLint comes in. SonarLint is a powerful code quality tool that provides real-time feedback on your code as you write it, helping you catch and fix issues early in the development Continue Reading »

Performance testing challenges and How to overcome them

What is performance testing? In software development lifecycle (SDLC), software testing plays an important role along with software development. We have various types of testing in which Performance testing is one of the most important types of testing which ensures that our software performs stably under varying load conditions. Performance testing belongs to the non-functional Continue Reading »

Regression Testing

Regression Testing

Introduction: Testing is an essential component of the software life cycle, to develop efficient software which doesn’t misbehave at any point of time, you must have gone through different types of testing. To ensure the performance and behavior of software there are some important testing namely Smoke Testing, Sanity Testing, and Regression Testing, and so Continue Reading »

End-User Testing

How to Make Each Round of Testing Count?

1. Lets list things we need to discuss:- Set our goal clear. Understand value of feature for End-User. Keep a track of all the test scenarios and new findings. After testing check have we covered all the checkpoints. UI checkpoints. Last but not least, give app/web_app to another tester who is not a part for Continue Reading »

PushTry.com – Firebase Cloud Messaging Testing tool

Introduction: Enabling push notifications in an iOS App is not a typical task. But sending push notifications to iOS device requires server side implementation which interacts with APNS to send push notification to an iOS device. Here’s an another alternative for sending push notifications to iOS device is using Firebase Cloud Messaging (FCM). Firebase Cloud Messaging Continue Reading »

API testing

API testing API is an acronym for Application Programming Interface. It enables communication and data exchange between two separate software systems. A software system implementing an API contains functions/sub-routines which can be executed by another software system.For example, a Google website can have API for various functions like search, translations, calendars, etc API Architecture API calls Continue Reading »

Search from a list – Reusable Test Cases

Search from a list – Reusable Test Cases Searching data is an essential feature and is majorly used functionality in all the applications these days . We can see various examples of  applications like Google maps – for searching places, Zomato – for searching dishes or places, Ola – for reaching correct destination, Play-store/App-store – Continue Reading »

Performance Analysis through Instruments tool for iOS App

  Instruments Tool Instruments is a powerful and flexible performance-analysis and testing tool. It is a  part of the Xcode tool set. Instruments tool is designed to help you profile your iOS applications in order to increase their performance and better utilization of resources. We will see How to  find hot-spots in code using Time Continue Reading »

InnovationM Testing Facebook Integration

Testing – Facebook Integration in iOS and Android

Testing – Facebook integration of the app – requires different combinations of situations and cases to be tested. Ex Login to Application using Facebook when Facebook app is installed on the device. In another case, Facebook app is not installed. Let us go through some of them …. iOS – Login Test Scenarios  1. User Continue Reading »