XCUITests — Jenkins IntegrationIntegrating XCUITests with Jenkins can streamline the continuous integration and testing process for your iOS applications. Below are the…Dec 15, 2023Dec 15, 2023
XCUITest Interview Questions/AnswersXCUITest is a testing framework for iOS apps that allows developers to write UI tests for their iOS applications. It is part of Apple’s…Mar 19, 2023Mar 19, 2023
Published inQuality Engineering UniversitySelenium — Despite the element being visible and present in the DOM, Selenium click does not…If the Selenium click method is not working even though the element is visible, there could be several reasons for this issue. Here are…Feb 13, 2023Feb 13, 2023
UiPath integration with Selenium Script using Java, Python, etc.Selenium is a tool which available open-source and used for testing web applications or websites. Whereas UiPath is a GUI-based Robotic…Jun 4, 2022Jun 4, 2022
Published inQuality Engineering UniversityXCUITests — Set Date Time or Select value from Picker viewWe have two different kind of picker controls — UIPickerView and UIDatePicker. UIPickerView is used for any non date related fields and…Apr 23, 20211Apr 23, 20211
Published inQuality Engineering UniversityXCUITests — Mobile Web Testing Using SafariIf you want to automate your Web Application in Mobile Safari Browser or Native Application screen with having Web Page, then generally…Apr 15, 2021Apr 15, 2021
Published inQuality Engineering UniversityXCUITests — Why & How to apply WAIT for element?Wait is an important command used in XCUITests Automation for handling dynamic loading of UI Controls on a mobile application. Wait…Apr 12, 2021Apr 12, 2021
Published inQuality Engineering UniversityXCUITests — Soft Assert and Hard AssertThis post covers how to handle Assertion Failure in XCUITests. Test scripts can be very robust and large. Assertions are the best method…Apr 11, 2021Apr 11, 2021