top of page
Search


Working with key(Keyboard) events in selenium webdriver?
Sometimes we need to deal with different keys from keyboard. Please follow following commands to deal with such scenarios: For the Escape...
qatestingthreesixt
Dec 1, 20212 min read


CSS selector in Selenium Webdriver
Open Chrome Browser. Press F12. Press “ESC”. it will open “Console”. In Console, we can validate our CSS or Xpath whether it is valid or...
qatestingthreesixt
Dec 1, 20211 min read


Working with iframes in Selenium Webdriver
Suppose you have html like this: If iframe has name or id, then use: driver.switchTo().frame(name_or_id) If page contains only one or two...
qatestingthreesixt
Dec 1, 20211 min read
Parameterization/Data driven testing in Selenium TestNG using testng.xml file
Data-Driven testing as the name suggests is a test driven by the Data. For ex. You have a user detail form where you need to enter...
qatestingthreesixt
Dec 1, 20212 min read
bottom of page
