[FIXED] doNothing() does not work when i want to mock data and test UI Fragment
Issue I am going to test fragment with Espresso then i want to mock viewmodels and members. In my viewModel
Read moreIssue I am going to test fragment with Espresso then i want to mock viewmodels and members. In my viewModel
Read moreIssue I work on a legacy project. This project uses Bluetooth Low Energy to connect with devices. Of course, I
Read moreIssue I want to know the difference in specifying a view in different ways onView(withId(R.id.btnAuthLogin)).perform(click()); onView(isRoot()).perform(waitId(R.id.btnAuthLogin, 1000)); It’s not the
Read moreIssue After recording a simple espresso test on my app the test fails to run and I’m hoping someone can
Read moreIssue I try to access my capacitor angular web application with espresso ui tests, but always get the following error:
Read moreIssue Espresso testing is working well but when trying to check if the toast message appeared, using this code onView(withText(R.string.added_successfully_msg)).inRoot(toastMatcher())
Read moreIssue Situation I have an Espresso test that selects an item from a spinner. When I run this test such
Read moreIssue So I’m receiving the following error when device farm devices with Android 7.0 (and lower) try to install my
Read moreIssue Here my xml layout: <TextView android:id=”@+id/forgotPasswordTextView” android:layout_width=”0dp” android:layout_height=”wrap_content” android:layout_marginBottom=”15dp” android:gravity=”center” android:onClick=”@{ () -> presenter.doForgotPassword()}” android:text=”@string/forgot_password” android:textColor=”#bbbbbb” android:textSize=”13sp” app:layout_constraintBottom_toBottomOf=”parent” app:layout_constraintEnd_toEndOf=”@+id/loginTextView”
Read moreIssue I want to convert string type into int. I am doing automation using espresso. As per espresso automation syntax
Read more