Selenium Integration with BrowserStack || Run Selenium Test on BrowserStack Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 34

  • @naveenautomationlabs
    @naveenautomationlabs  4 ปีที่แล้ว

    There a typo from my side. I am checking condition with "chrome" not with "Chrome" in my BaseTest class. Please refer this latest snippet now: if (browserName.equals("Chrome")) {
    WebDriverManager.chromedriver().setup();
    caps.setCapability("browser", "Chrome");
    } else if (browserName.equals("Firefox")) {
    WebDriverManager.firefoxdriver().setup();
    caps.setCapability("browser", "Firefox");
    }

  • @abhishekbhardwaj8782
    @abhishekbhardwaj8782 4 ปีที่แล้ว +2

    Again on time.. request you to also do on LambdaTest OR selenoid of possible👍👍🙏🙏

  • @sunilpandey7197
    @sunilpandey7197 4 ปีที่แล้ว +2

    Great video! Could you please create a video on parallel execution on local as well as on browser stack and on sauce labs? Execution seems simple and it happens but the main issue we face is report get's messed up. Please suggest?

  • @priyagopinath4188
    @priyagopinath4188 4 ปีที่แล้ว +2

    sir,plz make a video on API real time scenario along with data base testing plzz

  • @נתנאלכהן-ג6צ
    @נתנאלכהן-ג6צ 4 ปีที่แล้ว +3

    Hi Naveen, will you continue to make videos about python and selenium framework?

  • @avanthichelimilla4981
    @avanthichelimilla4981 4 ปีที่แล้ว +2

    Please create videos on testcafe by using protractor

  • @vishhalkorpe1482
    @vishhalkorpe1482 3 ปีที่แล้ว

    Hi, Naveen Thank you for the awaited video. We like the way you make things simple for us to understand. Can you please make one video on downloading and reading the same file in BrowserStack.

  • @vijiviju
    @vijiviju 3 ปีที่แล้ว

    Thanks for putting it down simple and straight to the point. Have a question. Can we run pure java files using browserstack? I am automating REST API cases using restassured and I dont even launch the UI to check for validation...end to end validations are handled using restassured itself...can i still run using browserstack? I am using maven with java. Please let me know.

  • @bathamsuneelvlogs
    @bathamsuneelvlogs 4 ปีที่แล้ว +2

    Sir can you explain a live company project pls I need an idea about how to work in a company so that I can explore my knowledge and crack the interview pls help me

  • @amitbhardwaj7824
    @amitbhardwaj7824 4 ปีที่แล้ว

    Hi Naveen,
    I love the way to guide us abt selenium.plz make a video on HP ALM

  • @rajeshk2168
    @rajeshk2168 3 ปีที่แล้ว

    Very helpful video. Can we integrate this BaseTest class with existing cucumber framework BaseTest class which is developed for Desktop browsers automation?

  • @navenreddyaleti7446
    @navenreddyaleti7446 3 ปีที่แล้ว

    hi Naveen, what is difference bet ween Experia test and Browser stack which one can be user advice plez

  • @anamicasingh6837
    @anamicasingh6837 2 ปีที่แล้ว

    Thanku for this video. Can you also help with reporting. How can we generate extent report for the same. I tried from my end but report is not being generated as we get for normal execution.

  • @rd8912-z8y
    @rd8912-z8y 4 ปีที่แล้ว +1

    Thanks Naveen for this session..Just question..I can see browser as chrome on dashbord for all 4 test cases..whether I am missing something ??

    • @naveenautomationlabs
      @naveenautomationlabs  4 ปีที่แล้ว

      Hi Ravindra, yeah its a typo from my side. I am checking condition with "chrome" not with "Chrome" in my BaseTest class. Please refer this latest snippet now: if (browserName.equals("Chrome")) {
      WebDriverManager.chromedriver().setup();
      caps.setCapability("browser", "Chrome");
      } else if (browserName.equals("Firefox")) {
      WebDriverManager.firefoxdriver().setup();
      caps.setCapability("browser", "Firefox");
      }

    • @rd8912-z8y
      @rd8912-z8y 4 ปีที่แล้ว

      @@naveenautomationlabs Thanks Naveen

  • @SarangHoley
    @SarangHoley 4 ปีที่แล้ว +1

    Thank you for the video, its really helpful 👍😊

  • @logeshv7685
    @logeshv7685 4 ปีที่แล้ว

    Hi, can u please add one more session for invoking Android and IOS devices

  • @_Ranjana
    @_Ranjana 3 ปีที่แล้ว

    To test on local test environments, I get security pop ups related to organisation personal credentials details, how to handle or avoid them.

  • @amitmalik7804
    @amitmalik7804 ปีที่แล้ว

    Hi, do we need browserstacklocal server to start before running test case on bs?

  • @avinashmehetre1192
    @avinashmehetre1192 2 ปีที่แล้ว

    from where did you took username and access key
    ?

  • @DuyPham2014
    @DuyPham2014 2 ปีที่แล้ว

    How can you use the JS executor in your testscript to mark the test is Passed, Failed or Completed. Please show me, Im very grateful for that ☺️☺️

  • @rajup731
    @rajup731 6 หลายเดือนก่อน

    Is the any project with python integrated with browserstack

  • @NikhithaPadavala
    @NikhithaPadavala ปีที่แล้ว

    When running my mobile script on browserstack , we are giving xpath but its not identying the element and giving error as csselector not found

  • @sk54732
    @sk54732 3 ปีที่แล้ว

    As Automation engg, just wanted to know what all we need to learn and practice??, since i have never worked on it till now, little confused :(

    • @sonatejas7224
      @sonatejas7224 3 ปีที่แล้ว

      start with core java and then learn selenium

  • @shrinidhigudi8414
    @shrinidhigudi8414 3 ปีที่แล้ว +1

    Naveen, how can i use "js.executeScript("browserstack_executor: {\"action\": \"setSessionStatus\", \"arguments\": {\"status\": \"failed\", \"reason\": \"Title does not match\"}}");" in the "softAssert.AssertEquals" command line?

    • @DuyPham2014
      @DuyPham2014 2 ปีที่แล้ว

      Im stuck at this like you

  • @supriyamishra5968
    @supriyamishra5968 4 ปีที่แล้ว

    Nicely explained!

  • @kumaramiya11
    @kumaramiya11 4 ปีที่แล้ว

    Thanks, Naveen

  • @neelambikalearnfun4041
    @neelambikalearnfun4041 4 ปีที่แล้ว

    Hi Naveen, can show some demo how I can by pass my proxy andexecute my script. In my organisation we need to set for proxy to access bs device. For me now if I simply try the code which generated in bs site, am getting unable to initiate sessions.basicaly I think session I'd is null.

  • @sk54732
    @sk54732 3 ปีที่แล้ว

    Hi, I had signup for free trial but doesnot get the hub url? can u plz let me know how to get it.

  • @someshwarrao6867
    @someshwarrao6867 ปีที่แล้ว

    How to take screenshot in browserstack using selenium python?

  • @vinuthae7155
    @vinuthae7155 2 ปีที่แล้ว

    Tried the same program - I'm using Selenium with Maven .
    Get below errors which cannot be resolved. It would be great if someone can resolve this.
    error : The project was not built since its build path is incomplete. Cannot find the class file for org.openqa.selenium.internal.FindsByXPath. Fix the build path then try building this project
    The type org.openqa.selenium.internal.FindsByXPath cannot be resolved. It is indirectly referenced from required .class files