QA Automation/SDET INTERVIEW PREPARATION QUESTIONS
JAVA & JAVA 8 Programming Questions SQL Questions Selenium Questions 1) Implecit wait, explicit wait and Fluent wait syntax 2) If implicit wait is 60 sec, and explicit wait for element is 30 sec, How much time browser will wait? 3) Absolute and Relevent Xpath 4) following sibling and nth child concept 5) get() and navigate() 6) How many ways we can click button in selenium 7) How many ways we can refresh browser 8) What is pagefactory 9) Common exceptions in Selenium - stale element exception 11) Maven build phases 12) WebDriver driver = new ChromeDriver() - What are the uses ? 13) WebDriver architecture 14) Handle multiple windows 15) Drag and drop code, double click, right click 16) Drop-down handling with and without select tag 17) Take screenshot 18) quit() and close() 19) how to find hidden elements 20) Send data to text field Without using sendkeys 21) Broken links 22) Read properties file in selenium 23) Handling dymanic elements 24) Dynamic web elements handling...