Systems | Development | Analytics | API | Testing

September 2022

iOS App Testing Tutorial: Manual & Automation

In the 2018 WWDC talk, Tim Cook said, “We’re also happy to announce that this week we’re going to achieve another huge milestone. The money that developers have earned through the App Store will top $100 billion.” He further announced, “There are now 20 million registered developers on the App Store.” Although, this number might be way out of the ballpark considering that 2016 statistics showed just 2.8 million iOS application developers.

Creating a Progressive Web App (PWA) with Flutter

So, you just finished building that application that’s going to change the world, you’ve submitted the Android apk to the Google Play Store and the iOS ipa to the Apple App Store, and you’re awaiting review. But when you check your email, you discover that your iOS app has been rejected. Given the urgency of releasing the app, what do you do now? Well, the good news is that your application was built with Flutter, which is a great tool for creating Progressive Web Apps (PWAs).

What is Open Source and How to Get Started?

Software engineering is an exciting field that offers various roles and responsibilities to individuals. Some prominent roles are developer, quality assurance engineer, project manager, product manager, DevOps, and many more. Each of these roles also has sub-roles. For example, we have front-end, back-end, and full-stack developers in development. In testing, we have manual testing, automation, unit testing, and end-to-end testing.

How to Choose Mobile Devices for Testing 2022

Learn the latest best practices for knowing which mobile devices to test on, plus our recommended devices to test on by region and business size. With the rapidly increasing popularity and complexity of mobile apps, you need to make sure your app works as intended across various device models, operating systems, and browsers.

Using Mason and bricks in your Flutter app: Beginner's guide

TL;DR: Mason is a Dart package that allows you to create files and directories based on templates. You can use Mason in your Flutter projects by first creating and registering the templates (aka bricks) and then utilizing them to create files and folders. Alternatively, you can use bricks made by others from GitHub or BrickHub.dev.

Parameterization in TestNG - Working with the testng.xml file

Let’s start this post with the introduction of a hypothetical website that we are trying to build. This website is for those shortlisted in the Testsigma contest for their excellent test automation skills. Testsigma wishes to give them goodies as part of their goodwill gesture. We start this website by designing the landing page, information page, and the “forms.html” up page. This page is essential because it will gather information to send the goodies to all the winners.

Metrics for Testing- Guide to Quality Assurance

In the current scenario, quality control is the luring force behind the success and popularity of software products, which has drastically amplified the requisite of taking efficient measures for quality. Thus, software testers are applying a solid drive to gauging their aims and efficacy, which is possible by using various metrics for testing and Key Performance Indicators (KPIs).

Mobile App Test Automation Best Practices - 5 Test Cases to Automate

There are a number of things to consider when automating your mobile app tests, but first and foremost is to decide which tests should be and can be automated. This means understanding the business goals that are most important to your organization, as well as the risks you want to manage and mitigate. Mobile app testing is ultimately about managing risk, and the only way to do that is to align testing practices with the most critical business processes and goals you need to cover.

The Step After Automation: Top 6 Reasons to Invest in DevOps Orchestration

Nowadays, automation has become a vital part of every business, whether matter small or big and in what niche industry they are. Whether you’re working in the IT sphere or marketing, you’ve probably heard of automation’s ability to save your resources and time and improve the productivity and correctness of different working processes. However, by integrating automation, you could be unsure what to do next or whether any barriers constrain your DevOps teams.

How to become an automation tester with no stress?

It has often been observed that a manual tester does not really know the direction he should take to start his career in automation testing. With many tools available today, getting distracted and unable to decide how to start learning test automation is obvious. In this blog, we shall see how to streamline things so that you can learn automation testing at ease and without any Stress.

Test Management Process in Software Testing

Like design and creation, software testing plays an integral role in the Software Development Life Cycle (SDLC). The testing phase during development ensures that quality software solutions are formulated and delivered. However, you need a sound test management system to ascertain high-end and smooth software testing. This article will give you a comprehensive insight into the software test management system. Table Of Contents.

5 Best TestRail Alternatives in 2022 [Updated]

Dehydrated and sleep-deprived, you finish writing a huge test case that you need to run, test, or debug. You stumble across TestRail, but will it always help you accomplish what you want? You might want to figure out several TestRail alternatives to ease your struggles. Here are the five best TestRail alternatives we tried. You can know about what features they offer, including assistance in your test runs and troubleshooting. Table Of Contents.

Why you should use caching for your Codemagic Unity projects

TL;DR: Caching the Library folder can significantly speed up your Unity builds in CI/CD environments. Codemagic CI/CD also allows you to cache the Unity version of your project so that you don’t need to re-download it each time. When you work on complex Unity projects and start adding more and more resources, you’ll quickly notice that the build times in your Codemagic workflow grow as well.

What are positive and negative testing scenarios in software testing with examples

Software testing is the process of evaluating and confirming a software program to ensure it functions as intended. It is designed to provide that a program works as intended and to discover flaws before it is used. There are two main methods for testing software. 1. Positive Testing 2. Negative Testing In this article, I will discuss positive and negative testing scenarios, clearly distinguishing between them with examples to help you write good test cases for your software programs.

2022's Top 5 Mabl Alternatives [In-depth Comparison]

Mabl is a fairly new tool in the test automation market. Despite being widely popular, Mabl has also had issues such as frequent broken links, slow service, and underdeveloped web engineering background. If you’re facing the same problems and looking for a smart and decent alternative, you’ve come to the right place. We’ve covered some of the best Mabl alternatives that will make a difference in the performance of your applications.

5 Best Tricentis Tosca Alternatives [2022 Updated]

It is frustrating enough to pull an all-nighter to write a code or test case. But what if you realize that it has endless errors that need debugging while your go-to software tester is unavailable? If you need to find Tricentis Tosca alternatives, follow this guide to decide which one to choose from a list of the five best applications we put together.

Bugfender is ISO 27001 certified! Here's why it's big news for you

Many companies tell you that “the security of our customers’ data is very important to us” in their marketing communications. And you believe them, for a while. But then you discover they were hacked with an open FTP server, using a password like “nameOfTheCompany2022”, and you realise that it’s not that important after all. Why do we mention this, you ask? Well, a few months ago Bugfender got ISO 27001-certified.

We are decreasing prices thanks to Apple M1 machines

The world is facing the highest inflation rate in ages, and Codemagic is reacting to it by… lowering its prices. These are tough times for everybody, and because we’ve benefited from some recent changes, we wanted to pass on these benefits to all developers so that you have one less thing to worry about.

Uncaught TypeError: Cannot Read Property of Undefined in JavaScript

JavaScript (JS) is the most popular programming language and is ranked as one of the TOP 5 programming languages in the world. TypeScript is JavaScript with type syntax and is a strongly typed programming language based on JS that provides better tooling at any size. But, internally, it’s again JavaScript. Today almost everyone uses JavaScript for front-end web development, and frameworks such as React, Vue, and Angular made JavaScript even more popular.