Something new and refreshing..thanks for sharing this unique information.No one is sharing this kind off stuff.thanks for sharing.
@letcode4 жыл бұрын
Thanks a lot
@brajeshkokkonda Жыл бұрын
Perfect and straight to the point 👍👌
@letcode Жыл бұрын
Thanks 👍
@kunal-ashar4 жыл бұрын
Nicely described and taught. looking forward to more such videos.
@letcode4 жыл бұрын
Thank you 😊, please share the video with your colleagues.
@sssaamm299884 жыл бұрын
Well, this is something new to me. Will try with remote webdriver going forward.
@kiranmayispecial3 жыл бұрын
Hi, Thanks for sharing. I was also thinking the same that why can't we use remote web driver and you have cleared all my doubts.
@letcode3 жыл бұрын
Happy coding 🤗
@Amudha_Sampath3 ай бұрын
Excellent explanation, thank you!
@letcode3 ай бұрын
Welcome 🤗
@rockmusicvideoreviewer8963 жыл бұрын
I had a hard time understanding because of your accent but still gave u a like.
@letcode3 жыл бұрын
Hey thanks mate, I'm trying to improve my accent.
@Alright4now4 ай бұрын
Great job sir🙌
@letcode4 ай бұрын
Thank you 😊
@peterkim96963 жыл бұрын
Still don't know what difference between remotedriver and webdriver can you explain
@tulasiramsunkara3 жыл бұрын
@Koushik: If we can use RemoteWebDriver which infact has lot of methods like getScreeshotAs, JavaScriptExecutor, I am really suprised why entire world is using WebDriver instead of RemoteWebDriver.., Any thoughts?
@letcode3 жыл бұрын
Basically interface acts as an contract, so that in future if any browser is introduced, still we can rely on WebDriver the interface.
@akshaygoyal13 жыл бұрын
@@letcode could you please elaborate more
@letcode3 жыл бұрын
@@akshaygoyal1 interface is rul set, so if any browser comes, assume brave browser. We can use the WebDriver functions like get, findelement all those. So everyone is using WebDriver which is correct. But in selenium remot web driver is the super class and all the WebDriver implementation are there, so even if new browser comes, actual implementation will be there in RWD.
@madhurivandanapu27643 жыл бұрын
can we do cross browser testing with remote web driver? The reason we give WebDriver driver = new ChromeDriver() is because later on we should be able to change to different driver and run cross browser testing without modifying the code, please clarify
@letcode3 жыл бұрын
Yes we can do. I have shown the demo as well to run in parallel with chrome and Firefox.
@chandanguptaSDET4 жыл бұрын
Nice one Kaushik!! Just one suggestion , your can and can't sound similar. I was little confused, I heard can instead of can't :-)
@letcode4 жыл бұрын
Thanks for the feedback, l will definitely work on it and improve. Cheers 😌
@gaddipatiprabhakar28894 жыл бұрын
Thank You for your video, Good One.
@letcode4 жыл бұрын
Welcome, glad you like it 😊
@raja3103 жыл бұрын
so we can do cross browser testing only with help of testNG.
@letcode3 жыл бұрын
Yes ofcourse
@Biplab19914 жыл бұрын
You are telling classes are faster. So we can use remoteWebdriver class for faster execution but we are using webdriver which is an interface. Then why are we using webdriver, you only told classes are faster so we can use remotewebdriver which is a class..
@letcode4 жыл бұрын
I always use RemoteWebDriver, people are not ready to accept it. Because of constructor in RemoteWebDriver I believe.
@Biplab19914 жыл бұрын
@@letcode if constructor is there then what is the problem??? Because in webdriver there is no constructor as it is an interface
@letcode4 жыл бұрын
In construction it's asking for url and capabilities. I think that's y everyone is confused about it. I have described that in this video.