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

preview_player
Показать описание
In this video, I have explained how to run selenium test on BrowserStack cloud.

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

Full GIT CODE URL:

Watch video on Selenium integration with SauceLabs:

Watch full video on Running Selenium on different cloud machines:

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:

Рекомендации по теме
Комментарии
Автор

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 {

caps.setCapability("browser", "Chrome");
} else if {

caps.setCapability("browser", "Firefox");
}

naveenautomationlabs
Автор

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

abhishekbhardwaj
Автор

Thank you for the video, its really helpful 👍😊

SarangHoley
Автор

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.

vishhalkorpe
Автор

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

priyagopinath
Автор

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

amitbhardwaj
Автор

Please create videos on testcafe by using protractor

avanthichelimilla
Автор

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?

sunilpandey
Автор

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

NikhithaPadavala
Автор

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

ovfftxj
Автор

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

bathamsuneelvlogs
Автор

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

_Ranjana
Автор

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.

vijiviju
Автор

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

shrinidhigudi
Автор

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 ??

rd-zy
Автор

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.

anamicasingh
Автор

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

navenreddyaleti
Автор

Is the any project with python integrated with browserstack

rajup
Автор

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

rajeshk
Автор

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 ☺️☺️

DuyPham