Maestro: Android modern UI Testing

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 6

  • @alekseyblekot119
    @alekseyblekot119 Год назад +2

    Great insights from AndroidCon ))
    Thanks for sharing experience with this library!

  • @subbupalloli-c4z
    @subbupalloli-c4z 2 месяца назад +1

    How do I handle the text field when the element is keeping focus but I need to handle another text field?
    Please help

    • @AndroidDeveloperTips
      @AndroidDeveloperTips  Месяц назад

      I am not quite sure about the proper answer to your question, but you can ask it on the Maestro's Slack channel and probably someone would help you,
      docsend.com/view/3r2sf8fvvcjxvbtk

  • @finaldreamerx
    @finaldreamerx 7 месяцев назад +1

    Very interesting, we are looking to implement maestro in our stack as well and are creating different POC's. Now we are looking for ways to read out different API responses like you can with a interception in cypress. This to check if certain scenario's are triggered when a certain status for example is avalable in the API response. Do you know a good way to do this? We are now looking at Wiremock but are there any other solution?

    • @AndroidDeveloperTips
      @AndroidDeveloperTips  3 месяца назад

      It's great you're exploring Maestro for UI testing! While Maestro doesn't have built-in interception capabilities like Cypress, you can definitely achieve similar API response validation using external tools. Wiremock is a solid choice, and you also can consider MockWebServer (OkHttp) and Retrofit Mock.