Systems | Development | Analytics | API | Testing

January 2020

How to perform Mobile Automation Testing of the UI?

Whether it is a web or mobile application, testing is one of the most important aspects of the web/app development process. As the IT industry is leveraging test automation to make several complex activities fast and smooth, automated testing can be implemented to reduce human errors and save a lot of time. So, in this article, we will discuss how to set up test automation for the mobile web UI.

15 Must Have Skills For a Top Automation Tester

In the accelerated agile way of working, every firm demands a highly-skilled automation tester. Slowly, automation testing is replacing manual testing(though it cannot be done completely). Automation Testing is the key to the business success of the software industry. With automation, you can expand your business to a larger audience saving both time and effort. As an automation tester, it is very essential to have certain skills which help in testing the application better.

Automating a Picker Wheel using Testsigma

Pickerwheel is the UI element, specific to mobile devices that allows a user to pick a single value from multiple values displayed as a scrollable list. This UI element is available on both Android and iOS. Here, in this article, we will be discussing the automation of Picker Wheel specifically for iOS. Automation of an iOS-specific pickerWheel UI element via Appium using the XCUITest driver is quite simple. Let’s look at 2 approaches to do so below:

How To Prioritize Test Cases For Regression Testing?

With every software enhancement, the final product that is being delivered to the customer includes the new feature as well as the existing ones. The focus of Agile teams is to maintain consistency in delivering a satisfactory final product to the customer within the timeline. This is ultimately achieved by sequencing the testing of software modules that stand important from the customer’s perspective. Hence the need for test case prioritization arises.