Selenium with Java Interview Questions & Answers for Freshers & Experienced Part-1

preview_player
Показать описание
Topic : Selenium with Java Interview Questions & Answers for Freshers & Experienced

#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
****

linux & Shell Scripting
**********************

Java
*****

Selenium With Java+Cucumber
********************************

Python
***************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************

#SeleniumInterview
#JavaInSelenium
#SeleniumQA
#AutomationTesting
#SeleniumWebdriver
#QAInterview
#TestAutomation
#SeleniumTips
#JavaProgramming
#QAEngineer
#TestAutomationEngineer
#SeleniumFramework
#SeleniumTestCases
#SeleniumBestPractices
#SoftwareTesting
#WebDriverAPI
#TestScripts
#SeleniumChallenges
#AutomationTestingTips
#InterviewPreparation
#QAJobs
#TestAutomationTools
#SeleniumTutorial
#SeleniumGrid
#TestNG
#SeleniumAssertions
#SeleniumLocator
#JUnit
#CrossBrowserTesting
#SeleniumWebDriverMethods
#TestAutomationFramework
#QualityAssurance
#SeleniumInterviewPrep
#QACommunity
#PageObjectModel
#SeleniumProjects
#SeleniumTestSuite
#CodeAutomation
#TestDesign
#SeleniumDebugging
#JavaInterview
#SoftwareDevelopment
#TestingCareer
#SeleniumCertification
#TestStrategy
#SeleniumTestEnvironment
#AutomationChallenges
#ContinuousIntegration
#SeleniumCucumber
#SeleniumExperts
Рекомендации по теме
Комментарии
Автор

hey their is a difference between driver.get( ) and driver.navigate( :
by using driver.navigate( ) (1)we can perform farword (-->), backword(<--) and refresh(reload) actions, (2)It dont not wait till the page as driver.get( ) (1)allows to perform only farword(-->) action...and (2)It waits till the page gets load

harithashetty
Автор

Thank you sir... More details on 24th question (driver. get() is used to navigate particular URL(website) and wait till page load. driver. navigate() is used to navigate to particular URL and does not wait to page load.)

ChandraShekar-nuyq
Автор

Question 24: I think their is one diff between get() and navigate(). Get() waits untils passed url page loads entirely and navigate() doesnot wait it can also be used for going forward, backward and refreshing page. Correct me if i am wrong. Anyways thanks this video helped me.

chetankhode
Автор

The way u teach is awesome, any one can understand easily.

kankanalachandana
Автор

Sir get() and navigate() have some different
Get() - it load the complete component of url page.
Navigate()- it not load immediatly component of url page.

pujakumari
Автор

There is a difference between driver.get(URL) and driver.navigate().to(URL)
1- it will wait till the page to load and then it will perform the next operation
2-it will not wait till page load- we need to add wait condition to perform the operation

mirajpatel
Автор

Great sir!, please, is this available as a PDF document, so we can download and use it for preparation ?

ashishjain
Автор

Thanks a lot sir for such amazing series...🙂

ankitapandey
Автор

Difference between the driver.gets() and driver.navigate():-
driver.gets("url")- it will navigate to the url and wait till it loads.
driver.navigate("url")- it will just navigate to the given url.

shahilshekhar
Автор

Sir can you prepare video of Basic questions in selenium for freshers with every small point like what is SE and what is By, difference between find eliment and eliments like these questions. if there is a video about these questions please share the link

alroundshowchannel
Автор

In Q5 firefox driver is mentioned, I thought its Gecko driver for Firefox .please clarify.

vimalaangelus
Автор

Your explanation is good to understand the concepts

RockStardialogues
Автор

Thank u so much for detailed info .Hatsoff!!!!

swetakumari
Автор

I think driver.get() waits until page load whereas driver.navigate() won’t waits till page loads

charankumar
Автор

Sir wonderful explanation y did explain with good examples

nramesh
Автор

Thx a lot for the video... Very helpful sir

gayathrigopal
Автор

Sir driver.navigate().to(URL) it stores information about previous activate URL so that we can move forward and backward keeping that URL as reference. BUT driver, get(URL) only move to excited URL and dont store any information about past.

abhishekpatil
Автор

Thank you so much.. I had many confusions and by going through your video I cleared all .. :)

sirisree
Автор

Thank you sooo much sir for uploading this video..

AA-ypfz
Автор

Hi you said one thing is wrong driver.get ()and driver.navigate() not similar there small difference, driver.get() navigate url and it wait still page load but driver.navigate() navigate url but not wait to page load.

govamanohar