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"); }
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?
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.
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.
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
Very helpful video. Can we integrate this BaseTest class with existing cucumber framework BaseTest class which is developed for Desktop browsers automation?
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.
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"); }
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?
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.
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
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");
}
Again on time.. request you to also do on LambdaTest OR selenoid of possible👍👍🙏🙏
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?
sir,plz make a video on API real time scenario along with data base testing plzz
Hi Naveen, will you continue to make videos about python and selenium framework?
Please create videos on testcafe by using protractor
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.
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.
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
Hi Naveen,
I love the way to guide us abt selenium.plz make a video on HP ALM
Very helpful video. Can we integrate this BaseTest class with existing cucumber framework BaseTest class which is developed for Desktop browsers automation?
hi Naveen, what is difference bet ween Experia test and Browser stack which one can be user advice plez
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.
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 ??
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");
}
@@naveenautomationlabs Thanks Naveen
Thank you for the video, its really helpful 👍😊
Hi, can u please add one more session for invoking Android and IOS devices
To test on local test environments, I get security pop ups related to organisation personal credentials details, how to handle or avoid them.
Hi, do we need browserstacklocal server to start before running test case on bs?
from where did you took username and access key
?
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 ☺️☺️
Is the any project with python integrated with browserstack
When running my mobile script on browserstack , we are giving xpath but its not identying the element and giving error as csselector not found
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 :(
start with core java and then learn selenium
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?
Im stuck at this like you
Nicely explained!
Thanks, Naveen
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.
Hi, I had signup for free trial but doesnot get the hub url? can u plz let me know how to get it.
How to take screenshot in browserstack using selenium python?
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