Open nets-qa opened 3 years ago
Could you please explain in details how you find the button with id "change_customer_id" via the code in the test case with findElement with id Changecustid?
"MobileElement dispcustid=driver.findElement(By.id("Changecustid"));"
"<TextView android:id="@+id/change_customer_id" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBaseline="@+id/customer_id_label" android:layout_toEndOf="@+id/customer_id_label" android:padding="5dp" android:text="@string/action_change" android:textColor="@color/custom_light_blue_color" android:textSize="@dimen/pia_text_normal" />"
that migght be a typo. it should be change_customer_id.
Please correct all reported issues here and push the working code and test report including results of these test cases.
Could you please explain in details how you find the button with id "change_customer_id" via the code in the test case with findElement with id Changecustid?
"MobileElement dispcustid=driver.findElement(By.id("Changecustid"));"
"<TextView android:id="@+id/change_customer_id" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBaseline="@+id/customer_id_label" android:layout_toEndOf="@+id/customer_id_label" android:padding="5dp" android:text="@string/action_change" android:textColor="@color/custom_light_blue_color" android:textSize="@dimen/pia_text_normal" />"