#1 - Basics of Asynchronous Programming in C# .NET for Playwright testing

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

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

  • @dmitriyzhernoviy8781
    @dmitriyzhernoviy8781 8 месяцев назад

    Hi, do you have an available coupon for your courses? It appears that the code EA_JAN_2024 is expired. Thank you

    • @ExecuteAutomation
      @ExecuteAutomation  8 месяцев назад +1

      Please use coupon code EA_FEB_24 for discount while purchasing the course, since it’s Feb, Jan coupons are expired. Thanks again

  • @alantest1521
    @alantest1521 9 месяцев назад +2

    This is completely wrong asynchronous programming is great for building applications and not for testing frameworks because testing is a synchronous activity. In an asynchronous process you dont really care about what the result would be and your application shouldnt fail but when it comes to testing you need to make sure that every step passes hence the reason why you must always wait for its result no matter how long it takes.