tanmaybaviskar / nets-qa-Tanmay

Pracice automation assignment for automation of pia android app
0 stars 0 forks source link

Change button in settings page #6

Open nets-qa opened 3 years ago

nets-qa commented 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" />"

tanmaybaviskar commented 3 years ago

that migght be a typo. it should be change_customer_id.

nets-qa commented 3 years ago

Please correct all reported issues here and push the working code and test report including results of these test cases.