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

  Рет қаралды 24,918

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"); }
@abhishekbhardwaj8782
@abhishekbhardwaj8782 4 жыл бұрын
Again on time.. request you to also do on LambdaTest OR selenoid of possible👍👍🙏🙏
@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?
@נתנאלכהן-ג6צ
@נתנאלכהן-ג6צ 4 жыл бұрын
Hi Naveen, will you continue to make videos about python and selenium framework?
@SarangHoley
@SarangHoley 4 жыл бұрын
Thank you for the video, its really helpful 👍😊
@priyagopinath4188
@priyagopinath4188 4 жыл бұрын
sir,plz make a video on API real time scenario along with data base testing plzz
@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.
@avanthichelimilla4981
@avanthichelimilla4981 4 жыл бұрын
Please create videos on testcafe by using protractor
@navenreddyaleti7446
@navenreddyaleti7446 3 жыл бұрын
hi Naveen, what is difference bet ween Experia test and Browser stack which one can be user advice plez
@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.
@amitbhardwaj7824
@amitbhardwaj7824 4 жыл бұрын
Hi Naveen, I love the way to guide us abt selenium.plz make a video on HP ALM
@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 жыл бұрын
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
@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
@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
@_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?
@rajup731
@rajup731 5 ай бұрын
Is the any project with python integrated with browserstack
@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 ☺️☺️
@avinashmehetre1192
@avinashmehetre1192 2 жыл бұрын
from where did you took username and access key ?
@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.
@supriyamishra5968
@supriyamishra5968 4 жыл бұрын
Nicely explained!
@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
@kumaramiya11
@kumaramiya11 4 жыл бұрын
Thanks, Naveen
@logeshv7685
@logeshv7685 4 жыл бұрын
Hi, can u please add one more session for invoking Android and IOS devices
@neelambikalearnfun4041
@neelambikalearnfun4041 3 жыл бұрын
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.
@someshwarrao6867
@someshwarrao6867 Жыл бұрын
How to take screenshot in browserstack using selenium python?
@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
@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
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 129 МЛН
怎么能插队呢!#火影忍者 #佐助 #家庭
00:12
火影忍者一家
Рет қаралды 38 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 12 МЛН
BrowserStack Tutorial for Beginners - Mobile app and cross-platform testing
18:42
#5 - Run Selenium Test on #Selenoid GRID on Google Cloud Platform.
20:00
Naveen AutomationLabs
Рет қаралды 11 М.
How To Run Selenium Tests on BrowserStack
17:25
SDET- QA
Рет қаралды 41 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 129 МЛН