Skip to main content

Posts Tagged ‘software testing’

Female It Specialist

Harness The Power of Appium Inspector

As we learned in the last blog, how to set up Appium 2.0 from scratch and install Appium Inspector too. This blog will teach about Appium Inspector’s desired capabilities to start our Android apps. Appium Inspector is part of the Appium 2.0 framework used to inspect elements within mobile applications for automation testing. Appium Inspector enables […]

Shutterstock 361685600

Appium 2.0 Unlocking: Complete Installing Walkthrough for Testers and Developers

In this blog, we will set up Appium plugins, Appium drivers, Appium Doctor, NodeJS, UI Automator, Appium inspector, and Android Studio to create our automation scripts for Android devices. Appium 2.0 is an Android platform tool where drivers and plugins are easily created. It will allow us to cover mobile applications, desktop Apps, and Flutter […]

Business People Using Smartphone And Pressing Review Popup On Visual Screen, Customer Review By Five Star Feedback, Positive Customer Feedback Testimonial.

The Ins and Outs of API Testing: Everything You Need to Know

API testing, also known as application programming interface testing, is a software testing approach that concentrates on examining individual API functions and how they interact with one another. Furthermore, this testing phase usually occurs after unit testing and before user interface testing, at the integration level. Its purpose is to confirm the accurate functioning of […]

Automation Testing – What to Expect and What Not to Expect

Myth 1: Automation replaces Manual Testers. Reality: After the scripts are developed, the common misconception is that we can replace the manual testers with Automation, but this is not true. Automation is a program which will test the flow of the system. Even a small defect can be missed if we don’t write scripts to look for […]

Mobile Testing on Cloud with Appium Using AWS Device Farm

With Amazon’s Device Farm technology, you can now easily upload your app and choose an Android or an iOS device to test your app. You will get screenshots, videos of the tests that were run and most importantly, the real-time reports of the tests that were completed. It is as simple as uploading a file […]

Office@1x.jpg

How to Test PageMode.IsExperienceEditorEditing in Sitecore

If you are passionate about testing automation in Sitecore, sooner or later you will want to mock Context.PageMode.IsExperienceEditorEditing (or Context.PageMode.IsPageEditorEditing in pre-Sitecore 8) properties. This post will give you step-by-step instructions on how to do that using Sitecore.FakeDb.

Software Testing@1x.jpg

Unit Testing Custom Rules, Actions, and Conditions with FakeDb – Part 1 – Testing Conditions

Recently I was working on 2 new implementations of the Sitecore rules engine – adding new rule “types” that would be executed by an existing Sitecore pipeline. More news will come about those rules in the upcoming videos in BrainJocks SCORE University. We at BrainJocks are heavily vested in using Sitecore.FakeDb – so I decided […]

Qa Desktop And Mobile Testing@1x.jpg

Software QA testing – which is best Exploratory vs Scripted?

Many people have asked me which is better in software testing; exploratory vs scripted. First, lets take a look at a basic explanation of each: Scripted Testing (Wikipedia definition – Scripted Testing) Scripted testing in regards to software testing is the detailed step-by-step approach to testing a specific piece of functionality.  Generally, a test writer or […]