Android tests won't start. No error message

0
demandé il y a 4 ans179 vues
1 réponse
0

Hi:

Thank you for reaching out; sorry for the inconvenience you are having. I was able to look into the logs. From the console, you can download your test run artifacts to take a closer look at the errors. From the logs, the error I am observing is:

org.openqa.selenium.NoSuchElementException: Can&#39;t locate an element by this strategy: By.id: <ID>

The Appium server is starting successfully on the device, which implies that the search method for UI elements on the Android screen is not executing as expected in the test. I suggest reading this post (https://sqa.stackexchange.com/questions/20186/unable-to-locate-element-throwing-a-org-openqa-selenium-nosuchelementexception-i) to mitigate. Some key highlights:

  1. Assert with text or element to ensure you are on expected page/screen
  2. I will suggest to use wait.untill(element.isVisible()) before Click() /Assert()
  3. Have I provided a wrong value for searching the element?

Please let me know if you have any further questions; thanks.

Andy

répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions