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
33 views
0 comments


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
4 views
0 comments


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
1 view
0 comments
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, 20211 min read
6 views
0 comments

Data Driven using Properties files in Selenium webdriver
Most of the time, we need to test our script in different environment like test, Production and with different login credentials. To...
qatestingthreesixt
Dec 1, 20211 min read
2 views
0 comments


Selenium IDE disabled? How to Download & Install Selenium IDE for Firefox 55+
As per new instructions, Firefox didn’t support unsigned addon anymore. But in Firefox 43, we have still have option to use unverified...
qatestingthreesixt
Dec 1, 20211 min read
3 views
0 comments

What is Selenium and why should we use it?
Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. It is quite...
qatestingthreesixt
Dec 1, 20213 min read
1 view
0 comments
bottom of page