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"); }
@sunilpandey71974 жыл бұрын
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?
@avanthichelimilla49814 жыл бұрын
Please create videos on testcafe by using protractor
@abhishekbhardwaj87824 жыл бұрын
Again on time.. request you to also do on LambdaTest OR selenoid of possible👍👍🙏🙏
@navenreddyaleti74463 жыл бұрын
hi Naveen, what is difference bet ween Experia test and Browser stack which one can be user advice plez
@נתנאלכהן-ג6צ4 жыл бұрын
Hi Naveen, will you continue to make videos about python and selenium framework?
@priyagopinath41884 жыл бұрын
sir,plz make a video on API real time scenario along with data base testing plzz
@bathamsuneelvlogs4 жыл бұрын
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
@vijiviju3 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Hi, do we need browserstacklocal server to start before running test case on bs?
@anamicasingh68372 жыл бұрын
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.
@shrinidhigudi84143 жыл бұрын
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?
@DuyPham20142 жыл бұрын
Im stuck at this like you
@_Ranjana3 жыл бұрын
To test on local test environments, I get security pop ups related to organisation personal credentials details, how to handle or avoid them.
@neelambikalearnfun40414 жыл бұрын
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.
@sk547323 жыл бұрын
Hi, I had signup for free trial but doesnot get the hub url? can u plz let me know how to get it.
@rd8912-z8y4 жыл бұрын
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 ??
@naveenautomationlabs4 жыл бұрын
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-z8y4 жыл бұрын
@@naveenautomationlabs Thanks Naveen
@rajup7317 ай бұрын
Is the any project with python integrated with browserstack
@vishhalkorpe14823 жыл бұрын
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.
@avinashmehetre11922 жыл бұрын
from where did you took username and access key ?
@rajeshk21683 жыл бұрын
Very helpful video. Can we integrate this BaseTest class with existing cucumber framework BaseTest class which is developed for Desktop browsers automation?
@DuyPham20142 жыл бұрын
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 ☺️☺️
@SarangHoley4 жыл бұрын
Thank you for the video, its really helpful 👍😊
@amitbhardwaj78244 жыл бұрын
Hi Naveen, I love the way to guide us abt selenium.plz make a video on HP ALM
@logeshv76854 жыл бұрын
Hi, can u please add one more session for invoking Android and IOS devices
@supriyamishra59684 жыл бұрын
Nicely explained!
@sk547323 жыл бұрын
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 :(
@sonatejas72243 жыл бұрын
start with core java and then learn selenium
@someshwarrao6867 Жыл бұрын
How to take screenshot in browserstack using selenium python?
@kumaramiya114 жыл бұрын
Thanks, Naveen
@vinuthae71552 жыл бұрын
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