Scrolling Methods In UiAutomatorUiAutomator provides UiScrollable to support scrolling and find elements in scrollable layout.It can be used for horizontal and vertical…Jan 1, 2023Jan 1, 2023
Conditionally Skip Test in Android Test SuiteThere might be several reasons when QA needs to skip some automation tests in the test suite.It could be skipping temporarily because of…Dec 31, 2022Dec 31, 2022
Disabling Animation in Android EmulatorAs Quality Engineer we need to turn off the animations sometimes in android emulator for improving performance.It might be needed in manual…Dec 31, 2022Dec 31, 2022
Automated Accessibility Testing Using Accessibility Test Framework In AndroidAndroid provides an in-built framework to test accessibility in our app, called Accessibility-Test-Framework-for-Android(ATF).We can turn…Dec 27, 2021Dec 27, 2021
Setting Pre-conditions in android UI testsWhen it comes to running android UI Test suite ,it’s very important to set the android emulators in correct state so that test won’t fail…Dec 25, 2021Dec 25, 2021
Color ,Font ,Layout And Position Assertions In Android EspressoAs Quality engineer ,we always need to make sure that the application’s user interface is displayed as per design.In Espresso, we can…Dec 20, 2020Dec 20, 2020
Clear Shared Preferences In Android Espresso Tests — KotlinWhile writing automation tests for android applications ,sometimes we need to clear all the shared preferences added during our tests.Nov 27, 2020Nov 27, 2020