Appium with C# and Specflow

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • Learn Appium with C# and along with Specflow for BDD
    Appium Advanced framework development course (Udemy) - www.udemy.com/...
    Appium Basics : • Introduction to Appium...

Komentáře • 19

  • @emirkaramanl7099
    @emirkaramanl7099 Před 3 lety +2

    Hi
    Karthik, I'm learning lot from you, Thanks

  • @sruthibandi7751
    @sruthibandi7751 Před 2 lety +1

    Hi Karthik, Whats the difference in appium with C# compared to appium c# with Specflow?

  • @antonkovalchuk874
    @antonkovalchuk874 Před rokem

    Thank you Karthik!

  • @dsc_dsc
    @dsc_dsc Před 6 měsíci

    Are you gonna update the course on Udemy?

  • @NagarjunReddyK
    @NagarjunReddyK Před 11 měsíci

    Hi Karthik, does specflow support in mac's visual studio?

  • @sandeepjalvi4664
    @sandeepjalvi4664 Před 3 lety

    Great video...

  • @aminapez6700
    @aminapez6700 Před 2 lety

    @Execute Automation, how can i switch to Webview context in this case? Thank you

  • @shirishcin
    @shirishcin Před 2 lety

    how did you get the demo app ?

  • @orpazram
    @orpazram Před rokem

    I write like you but the test fail in the line AppiumService.Start(); , Fail with error of timeout: "the local appium server has not been started. the given node.js executable...." "Time 120000 ms for the service starting has been expired!"

  • @tricatrica1085
    @tricatrica1085 Před 3 lety

    Instead the Thread Sleeps you added in the code, how I should use the wait capabilities?

    • @user-rr7pc1kh8q
      @user-rr7pc1kh8q Před 6 měsíci

      protected void Wait(AndroidDriver driver, int miliseconds, int maxTimeOutSeconds = 60)
      {
      var wait = new WebDriverWait(driver, new TimeSpan(0, 0, 1, maxTimeOutSeconds));
      var delay = new TimeSpan(0, 0, 0, 0, miliseconds);
      var timestamp = DateTime.Now;
      wait.Until(webDriver => (DateTime.Now - timestamp) > delay);
      }

  • @surenkris1430
    @surenkris1430 Před 9 měsíci

    Hi Karthik Its Great video..please share discount coupon code if you have. Thanks

    • @ExecuteAutomation
      @ExecuteAutomation  Před 9 měsíci +1

      HI Suresh, please use coupon code BLACKFRIDAY for discount on all my courses now.

  • @user-gk5vg1zm7o
    @user-gk5vg1zm7o Před rokem

    Can I add Specflow to an existing Appium c# project?

  • @NagarjunReddyK
    @NagarjunReddyK Před 10 měsíci

    Hi Karthik, could you please provide me the coupon code for udemy course Advanced Automation Framework with Appium C#

    • @ExecuteAutomation
      @ExecuteAutomation  Před 10 měsíci

      Sure, please use coupon code EA_OCT_23 for discount while purchasing the course.