Systems | Development | Analytics | API | Testing

Testing

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.

Regression Testing vs Retesting-Differences and Examples

During the entire SDLC phase, there are various kinds of testing performed at different stages. Each stage of testing has different objectives to fulfil. The testing phase starts with unit testing followed by integration testing, system testing, system integration testing, acceptance testing, and regression testing. During each phase of testing, if something does not work as per specifications mentioned, the defects that are detected by the testers are raised and assigned to the developers to fix it.

Cross Browser Testing: Manual vs Automated Browser Testing

When you are delivering a web-based or mobile-based software in the competitive market, you need to ensure your website functions smoothly on every type of environment as intended. We do ‘Cross Browser Testing’ to meet the end user expectations across different web browsers. If your application is compatible enough, it will definitely help in obtaining a good business.

Can AI-Driven Test Automation Enhance Test Automation?

Software Testing has changed a lot! Earlier, manual testing ruled the world of testing, however, test automation increasingly became a reality in most organizations developing software. Testing continued to evolve, and it took advantage of technology innovations. Artificial Intelligence (AI) is one such technology that has made a substantial contribution to automation in general. But, can AI-driven test automation significantly enhance test automation?