Excellent videos. Recommended for everyone who wants to develop Selenium.
@IA_chishti Жыл бұрын
Sir you are great your explanation of blackbox testing or selenium everything is awesome
@atkuriajaykumar37013 жыл бұрын
it is almost same as previous video but i like the way you are teaching really.
@SoftwaretestingbyMKT3 жыл бұрын
Exactly same yes
@divyad91442 жыл бұрын
Please make complete tutorials on selenium, by watching your videos I have learnt Manual Testing and Java,, thank you for sharing your knowledge with us,, your way of explanation is simple and very easy to understand,, it really helps lots of people who are willing to learn software testing
@divyad91442 жыл бұрын
Sir please let us know if there are any openings for freshers in software testing,, I have a career gap and it has become the biggest challenge for me to get into software field
@altafshaikh32802 жыл бұрын
Proper explanation...thank you 😊
@sonyveer13 жыл бұрын
Very well explained....great
@amitkumardas47353 жыл бұрын
Sir from your channel lots of learn and study
@priyankakhanekar69264 жыл бұрын
Hi i like your videos very much and the way of explanation.Please keep uploading complete selenium automation tutorial
@SoftwaretestingbyMKT4 жыл бұрын
Thank you
@maithilishitut6525Ай бұрын
Thank you so much! Useful.....
@SoftwaretestingbyMKTАй бұрын
You're welcome!
@RajaRaj-du6zm4 жыл бұрын
Woww Sir... nice explanation
@SoftwaretestingbyMKT4 жыл бұрын
Thank you
@AshaPatel-x5r Жыл бұрын
Hi Manish your teaching technique its really amazing .I watch almost all your manual testing videos .Could you arrange them in order like you did in API and also can you make more video for selenium java practical .like POM ,Hybrid model ? Thanks
@DevasheeshSrivastavadevD3 жыл бұрын
You are Mr perfectionist!
@SoftwaretestingbyMKT3 жыл бұрын
😃
@MsDhruv0013 жыл бұрын
Chromedriver and gecko drivers have defined all methods inside their class that are declared in webdriver.
@imbukwa Жыл бұрын
Thank you very much.
@anilkumaryadav106 Жыл бұрын
I have a question. We can achieve the desired driver by using switch or if-else construct also, so what extra benefit this webdriver driver = new ChromeDriver() is giving us? if (config.getProperty("browser").contains(("chrome"))) { WebDriverManager.chromedriver().setup(); ChromeOptions options = new ChromeOptions(); driver = new ChromeDriver(options); } else if (config.getProperty("browser").contains("firefox")) { WebDriverManager.firefoxdriver().setup(); driver = new FirefoxDriver(); } else if (config.getProperty("browser").contains("edge")) { WebDriverManager.edgedriver().setup(); EdgeOptions options = new EdgeOptions(); driver = new EdgeDriver(options); }
@ayushgoel99104 жыл бұрын
Thanks for the nice video sir
@SoftwaretestingbyMKT4 жыл бұрын
Thankyou so much
@tendupadala50904 жыл бұрын
very good explanation
@SoftwaretestingbyMKT4 жыл бұрын
Thank you Tendu
@RajaRaj-du6zm3 жыл бұрын
Nice explanation sir
@sishmahalreadymadesareecen29114 жыл бұрын
Awesome 👍
@yashu72963 жыл бұрын
Thank You, Sir!
@SoftwaretestingbyMKT3 жыл бұрын
Welcome
@arnavpatil5833 жыл бұрын
Nice video
@SoftwaretestingbyMKT3 жыл бұрын
Welcome
@ravinderreddy6613 жыл бұрын
Wedriver is an interface how can we implemented method inside interface (wedriver), chromedriver class has implemented the interface method, that is wedriver abstract methods
@jiveshTiwari4 жыл бұрын
Nice
@prodevops6271 Жыл бұрын
What’s the use of adding adding to browser instance launched by web driver?
@nani-tb6dh3 жыл бұрын
Good
@139saurabh4 жыл бұрын
❤️
@kapilsharma6046 Жыл бұрын
sir can you also explain chromedriver driver = new chromedriver();, i mean why we are not using this
@siffylooster916310 ай бұрын
Webdriver is an interface which has all unimplemented methods so chromedriver implements webdriver interface and provides implementation for all the unimplemented methods
@altafshaikh32802 жыл бұрын
Can you make a video on exceptions in java + selenium?
@suririya35283 жыл бұрын
When I compile I am getting error on this webdriver driver = new chromedriver() May I know what could be issue
@srisatyabargavtata53322 жыл бұрын
WebDriver d must be capital check once bro
@tanujrasane87674 жыл бұрын
Why we cannot write ChromDriver = new ChromeDriver (); instead of using WebDriver?
@arnavpatil5833 жыл бұрын
We can also able to write chromedriver driver= new chromedriver() ; But by using above statement we able to run script only on chrome browser , so to run scripts with all the browsers we write Webdriver driver= new Chromedriver () ;
@deeparanchi3 жыл бұрын
@@arnavpatil583 what is browser extension??
@arnavpatil5833 жыл бұрын
@@deeparanchi browser extension is a small software module for customizing web browser. For example :Selenium IDE is a extension into fire fox & chrome browser
@avinashhosamani84003 жыл бұрын
Why we write webdriver driver =new chromedriver can you explain
@srisatyabargavtata53322 жыл бұрын
Bro for this you need to learn 3 things in Java 1) class and interface 2) object creation 3) upcasting concept In selenium you need to look selenium-WebDriver architecture. Otherwise it difficult to understand
@shilpasujanan92574 жыл бұрын
Hi Sir, i am a beginner in automation testing.. I was testing a site www.feedbacq.co... Could you please help me in testing this?
@anyaslol Жыл бұрын
So simply you have dictated the simple funda.
@markapuramhari3 жыл бұрын
Excellent videos. Recommended for everyone who wants to develop Selenium