Superb! Hardly other instructors give importance to this statement.
@HYRTutorials3 жыл бұрын
Thankyou 😊
@HYRTutorials4 жыл бұрын
📌 Selenium Interview Questions Playlist Link: bit.ly/3matUB3 ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@AutomationExpert-21905 күн бұрын
superb sir .. no one till date explained like this
@rakshagupta52463 жыл бұрын
very helpful video for selenium interview. thanks sir for this video
@HYRTutorials3 жыл бұрын
Thankyou 😊
@subramanyurout69332 жыл бұрын
Thanks you sooooo much Sir great explanation everyone saying same thing but the way you explained it's just superb thanks again
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@harikishore74723 жыл бұрын
Good Explanation of the statement. Easy to understand. Thanks for the Video
@HYRTutorials3 жыл бұрын
Glad you liked it
@manimanjeera44703 ай бұрын
Thank you for the detailed explanation
@farahabdullahi9077 Жыл бұрын
Best explanation ever 🙏
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@hariharansuchindran2216 Жыл бұрын
Excellent explanation
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@C.Sakthivignesh Жыл бұрын
Thank you so much sir for made this video.
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@kthilagavathy55253 жыл бұрын
Very clear explanation. Thanks a lot.
@HYRTutorials3 жыл бұрын
Thankyou 😊
@anusham11775 ай бұрын
It is so clear and detailed
@rameshkannan82204 жыл бұрын
Excellent explanation ! Thanks.
@HYRTutorials4 жыл бұрын
Thankyou 😊
@prasannamahale18544 жыл бұрын
Much needed concept Tq for making videos..
@HYRTutorials4 жыл бұрын
Thankyou 😊
@yogeshgavhane5632 жыл бұрын
good explanation
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@pavan5896 Жыл бұрын
great explanation bro please try to make more interview faqs on selenium
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@ravindraprasad22642 жыл бұрын
Thanks for the clear information sir.
@HYRTutorials2 жыл бұрын
Happy learning buddy 😊
@firozbashashaik9945 Жыл бұрын
nice explanation
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@chelamalaramesh32003 жыл бұрын
Very useful information in interview
@HYRTutorials3 жыл бұрын
Thanks for liking
@chelamalaramesh32003 жыл бұрын
@@HYRTutorials can u create java interview questions for selenium like this
@HYRTutorials3 жыл бұрын
Yeah i will try to create bro. But i would suggest you to have full knowledge on core java rather than looking for interview questions. One can become a good automation tester only when he/she has a very good understanding on the programming language.
@kuppampillodu57932 жыл бұрын
ChromeDriver driver= new ChromeDriver(); WebDriver driver= new ChromeDriver();. Both will work right ? What is the defence then bro... I am not getting that logic Please anna answer kavali
@HYRTutorials2 жыл бұрын
Video motham chusava buddy? Video chusaka neeku em ardam indo okasari cheppu buddy
@sumanthvyakaranam62472 жыл бұрын
@@HYRTutorials as per my knowledge in 2nd statement driver object has access to methods in ChromeDriver Class which are there in WebDriver Interface First statment can access all methods in ChromeDriver class
@yogeshkawar2 жыл бұрын
Webdriver is an interface and by default it have abstract methods and we cant create constructor of a interface directly, for that we need implementation class and in this case Chromedriver is an implementation class which will pass the arguments at the time of execution of program. And here we are doing upcasting which is part of typecasting.
@gnaneshwarvlogs.aka.gsreedhar54 жыл бұрын
Nice Explanation Sir
@HYRTutorials4 жыл бұрын
Thanks for liking, Keep watching.
@gnaneshwarvlogs.aka.gsreedhar54 жыл бұрын
@@HYRTutorials sure sir
@HafizurRahman-dr3xe2 жыл бұрын
I see your video brother and is very nice , thanks a lot
@HYRTutorials2 жыл бұрын
Thank you
@sivakrishnapotla62344 жыл бұрын
Nice explanation..
@HYRTutorials4 жыл бұрын
Thanks for liking
@dipto6244 жыл бұрын
very well explained. tnx
@HYRTutorials4 жыл бұрын
Thankyou 🙂
@raghavendrakulkarni93692 жыл бұрын
Thank you so much
@HYRTutorials2 жыл бұрын
Welcome buddy 😊
@guruishu77664 жыл бұрын
Nicely explained
@HYRTutorials4 жыл бұрын
Thank you so much 🙂
@ravindrababuavula93373 жыл бұрын
Really really great 😊
@HYRTutorials3 жыл бұрын
Thankyou 😊
@yeliza23502 жыл бұрын
28 february 'I m your youtube student from Kanada 😃
@HYRTutorials2 жыл бұрын
Thankyou buddy
@zelihaokumus63172 жыл бұрын
hi ,what is the instance you mentioned while explaining the ChromeDriver instance?
@HYRTutorials2 жыл бұрын
Instance of chromedriver
@bhagyalakshmi5230 Жыл бұрын
Instance means object
@priyadonycherian670611 ай бұрын
superb
@munindharr1039 Жыл бұрын
pls keep addming more
@HYRTutorials Жыл бұрын
Sure buddy
@naaz7847 Жыл бұрын
next question was- we cant create an object of interface right? then how webdriver interface is creating the obj? how to answer this?please reply!
@HYRTutorials Жыл бұрын
We can't create an object of interface but here we are not creating the object of interface buddy. We create any object by invoking the constructor and here we are invoking the chrome driver constructor not the webdriver constructor. Which means we are creating the object of chrome driver class only and not t the webdriver interface. We have mentioned the variable type as webdriver here. You can simply say like this We are not creating the object of interface but we are creating a reference here
@naaz7847 Жыл бұрын
@@HYRTutorials u meant we are invoking the chromedriver constructor through driver as a reference and webdriver as variable right? so driver has all the properties of chromedriver like whatever method we call like findElement .close() etc. then what is the need of to write webdriver there? he traped me in this question very badly ...and i m still unable to undrstand this thing.
@HYRTutorials Жыл бұрын
@@naaz7847 to understand this very clearly, learn about the interfaces and classes in java buddy
@pinjarikhaja4773 Жыл бұрын
@@HYRTutorials tell me the answer
@greeshmaputluru675311 ай бұрын
Hello sir, we can also write ChromeDriver driver =new ChromeaDriver(); also right?
@omkarkumbhar79193 жыл бұрын
Thank you sir
@HYRTutorials3 жыл бұрын
Welcome
@HiretoJireJMK Жыл бұрын
Tnx sir
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@max27lab563 жыл бұрын
Nice 👍
@HYRTutorials3 жыл бұрын
Thankyou 😊
@rohangowda20012 жыл бұрын
good content
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊
@pragatichafle-c4i Жыл бұрын
Sir import statement is coming for webdriver or Chromedriver but not for both how can I fix these
@HYRTutorials Жыл бұрын
Which selenium version you are using buddy?
@pragatichafle-c4i Жыл бұрын
@@HYRTutorials 3.141.59
@nobitalua15602 жыл бұрын
awesome!
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@marathitipscorner1482 Жыл бұрын
Pls upload more videos on interview questions
@HYRTutorials Жыл бұрын
Sure buddy
@bhagyalakshmi5230 Жыл бұрын
Sir apo ithu upcasting method ilaiya chromedriver oru constructor athanala ithu upcasting methods use object create panalaiya
@HYRTutorials Жыл бұрын
ungalaku tamil konjem knojhem da teriyum macha. ne yenna solladu enaku purille. english la solunga macha
@bhagyalakshmi5230 Жыл бұрын
Sir I asked... Isn't this a upcasting method. Chromedriver is a constructor or not sir
@HYRTutorials Жыл бұрын
@@bhagyalakshmi5230 yes this is up casting only buddy. As we are casting the class instance to interface reference here
@srinivaspatel25673 жыл бұрын
Can we use RemoteDriver in the place of webdriver
@HYRTutorials3 жыл бұрын
Yes we can use it without any doubt.
@gousiakhan732 Жыл бұрын
Hlo sir manual and auto mati9n test cases mida oka video cheyandi sir
@HYRTutorials Жыл бұрын
Sure buddy
@AyyAppA_0094 жыл бұрын
Perfect...👍
@HYRTutorials4 жыл бұрын
Thank you so much 😀
@yaminikoppu6542 жыл бұрын
tq andi☺
@HYRTutorials2 жыл бұрын
welcome buddy
@yaminikoppu6542 жыл бұрын
@@HYRTutorials meru java programs ni use chesi videos amayina cheppara a?
@pradeepkumarjetta2260 Жыл бұрын
Pls do more information about selenium
@HYRTutorials Жыл бұрын
Sure buddy
@nageswararaobandaru8799 Жыл бұрын
Sir please make a video on explain framework in interview?
@HYRTutorials Жыл бұрын
Sure buddy
@pradeepkumarjetta2260 Жыл бұрын
Tq sir
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@hostaniket7836 Жыл бұрын
It's reference variable not a local variable
@HYRTutorials Жыл бұрын
Yes buddy
@roshanp.thomas17683 жыл бұрын
Sir. What is the difference between implemented and unimplemeted methods? Can you show it with an eg.
@HYRTutorials3 жыл бұрын
Unimplemented methods will not have any implementation inside the method. Generally we define the method and some code inside that method ryt? Eg: public void testMethod() { System.out.println("Implemented method"); } the above one is implemented method and you can see it has some code in it, it might be just a print statement also. Unimplemented method means it will not have any implementation in it, means it will not have any code basically. Eg: public void testMethod(); Generally we have three types of java files. 1. Class 2. Abstract class 3. Interface Out of all these 3 , only class will have fully implemented methods. Abstract class will have both. Interface will have only un-implemented methods(before java 8), will have default type of implemented methods as well (after java 7)
@roshanp.thomas17683 жыл бұрын
@@HYRTutorials Thank you Sir.
@chirikurinarasimharao26612 жыл бұрын
please explain complete manual testing. what is manula testing ? what is black box testing? what is white box testing? what is gray box testing? what is functional testinng? what is non functional testing? what is performance testing? types of functional testing? types non functional testing? water fall model v model SDLC STLC
@HYRTutorials2 жыл бұрын
Manual testing meeda no plans buddy
@saurabhbhalerao6222 жыл бұрын
is it also called as Typecasting????
@HYRTutorials2 жыл бұрын
This isn't the typecasting buddy.
@biprasishsingha3022 жыл бұрын
why do we write WebDriver d = new ChromeDriver(); instead of ChromeDriver d = new ChromeDriver(); ??
@HYRTutorials2 жыл бұрын
For that question only this video buddy
@biprasishsingha3022 жыл бұрын
@@HYRTutorials sir, why can't we write ChromeDriver d = new Chrome Driver (); ???
@HYRTutorials2 жыл бұрын
Did you watch this video buddy?
@dudekulachandu44403 жыл бұрын
Bro mi videos automation classes chaala bagunnaye koncham interview questions and ans ala untaayeo chesi video upload cheyyandi bro so maki interview ki attend aieyyeki chala help autaadi pls bro
@HYRTutorials3 жыл бұрын
Thankyou 😊, Sure bro
@dudekulachandu44403 жыл бұрын
@@HYRTutorials tqq for u r responce bro chaala manchipani cgestunnaru ma lanti job searching persons ki tq
@HYRTutorials3 жыл бұрын
@@dudekulachandu4440 thankyou bro 😊 Hope you will get your job very soon
@dudekulachandu44403 жыл бұрын
@@HYRTutorials tqq bro job vachhaka mari miki pakka chopataa
@himanshukhare19924 жыл бұрын
Why not ? WebDriver ChromeDriver = new ChromeDriver(); or When to use it?
@HYRTutorials4 жыл бұрын
There is another video on why we need to use it like this. You can watch that video.
@Rayalseema_ammai262 жыл бұрын
sir please explain script in telugu to register to a particular application
@HYRTutorials2 жыл бұрын
Ardam kaaledu bharathi. Em application ni register cheyyali and ekkada cheyyali?
@Rayalseema_ammai262 жыл бұрын
Opencart application,in selinium java
@HYRTutorials2 жыл бұрын
aa application ni automate cheyyali anukuntunnva?
@Rayalseema_ammai262 жыл бұрын
Yes sir
@HYRTutorials2 жыл бұрын
Watch the selenium java playlist and you will be able to automate the application
@alroundshowchannel82262 жыл бұрын
What is BY. ?
@HYRTutorials2 жыл бұрын
By is a class buddy
@srikanth18993 жыл бұрын
Sir 2years experience Candidates ki salary 12lpa untundha?
@HYRTutorials3 жыл бұрын
It all depends on the candidate performance, talent and profile. Yes I have seen people with 12lpa for 2 years.
@srikanth18993 жыл бұрын
@@HYRTutorials ok sir thanks
@jatinsharma3792 Жыл бұрын
what is WebDriver? The important thing is to know what exactly the use of WebDriver, not Java objective ways.
@Parthipanx72 жыл бұрын
really going extra mails bro
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@AnkitSingh-be4wi4 жыл бұрын
Have you created any videos on desired capabilities for browsers?? Btw nice explaination 👍👍
@HYRTutorials4 жыл бұрын
Yes here is the link kzbin.info/www/bejne/oqesiYufodCqbJI And another video is on the way, soon will upload it.
@AnkitSingh-be4wi4 жыл бұрын
@@HYRTutorials thanks for the quick reply..it was helpful 👍
@max27lab562 жыл бұрын
how many test cases you write in a day & how test cases will you execute in a one day this question ask in interview hoe to answer this question plz explain sir
@HYRTutorials2 жыл бұрын
It depends on project to project and role to role buddy. Get in touch with your friends who are working in the same field and get to know the day to day activities
@rajirajyalakshmi1445 Жыл бұрын
Testng concepts tulugu lo leva
@HYRTutorials Жыл бұрын
Ledu buddy. Currently TestNG is only available in English
@rajirajyalakshmi1445 Жыл бұрын
Ok thanks for ur reply
@meghanajugunta7948 Жыл бұрын
🥰😍
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@laxmankere94792 жыл бұрын
If we do ChromeDriver driver = new Chrome driver ();
@HYRTutorials2 жыл бұрын
It's a valid thing only but we need to understand the difference why we should not write like that