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

  Рет қаралды 25,335

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 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"); }
@sunilpandey7197
@sunilpandey7197 4 жыл бұрын
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?
@avanthichelimilla4981
@avanthichelimilla4981 4 жыл бұрын
Please create videos on testcafe by using protractor
@abhishekbhardwaj8782
@abhishekbhardwaj8782 4 жыл бұрын
Again on time.. request you to also do on LambdaTest OR selenoid of possible👍👍🙏🙏
@navenreddyaleti7446
@navenreddyaleti7446 3 жыл бұрын
hi Naveen, what is difference bet ween Experia test and Browser stack which one can be user advice plez
@נתנאלכהן-ג6צ
@נתנאלכהן-ג6צ 4 жыл бұрын
Hi Naveen, will you continue to make videos about python and selenium framework?
@priyagopinath4188
@priyagopinath4188 4 жыл бұрын
sir,plz make a video on API real time scenario along with data base testing plzz
@bathamsuneelvlogs
@bathamsuneelvlogs 4 жыл бұрын
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
@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.
@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
@amitmalik7804
@amitmalik7804 Жыл бұрын
Hi, do we need browserstacklocal server to start before running test case on bs?
@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.
@shrinidhigudi8414
@shrinidhigudi8414 3 жыл бұрын
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
@_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.
@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.
@rd8912-z8y
@rd8912-z8y 4 жыл бұрын
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
@rajup731
@rajup731 7 ай бұрын
Is the any project with python integrated with browserstack
@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.
@avinashmehetre1192
@avinashmehetre1192 2 жыл бұрын
from where did you took username and access key ?
@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?
@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 ☺️☺️
@SarangHoley
@SarangHoley 4 жыл бұрын
Thank you for the video, its really helpful 👍😊
@amitbhardwaj7824
@amitbhardwaj7824 4 жыл бұрын
Hi Naveen, I love the way to guide us abt selenium.plz make a video on HP ALM
@logeshv7685
@logeshv7685 4 жыл бұрын
Hi, can u please add one more session for invoking Android and IOS devices
@supriyamishra5968
@supriyamishra5968 4 жыл бұрын
Nicely explained!
@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
@someshwarrao6867
@someshwarrao6867 Жыл бұрын
How to take screenshot in browserstack using selenium python?
@kumaramiya11
@kumaramiya11 4 жыл бұрын
Thanks, Naveen
@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
Selenium Integration with SauceLabs || Run Selenium Test on SauceLabs Cloud
40:12
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 34 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 34 МЛН
BrowserStack Tutorial for Beginners - Mobile app and cross-platform testing
18:42
6 Steps to Master in Test Automation in 2025
44:40
Naveen AutomationLabs
Рет қаралды 23 М.
They know you're using Browser Automation, so try this.
11:00
John Watson Rooney
Рет қаралды 8 М.
How To Run Selenium Tests on BrowserStack
17:25
SDET- QA
Рет қаралды 41 М.
Selenium Grid - Cross-Browser  Testing and Parallel Testing
21:05
Test Automation 101
Рет қаралды 5 М.
Web Automation Testing Using Selenium On Cloud | LambdaTest
41:12
Mukesh otwani
Рет қаралды 10 М.