Most voted questions in Selenium

0 votes
1 answer

What is UI testing for a website?

The components that are tested in UI ...READ MORE

Feb 15, 2019 in Selenium by Mehrin
432 views
0 votes
2 answers

What is the output of Usability Testing?

Usability testing = navigation + context testing. The ...READ MORE

Feb 15, 2019 in Selenium by Shashank
• 1,370 points
805 views
0 votes
1 answer

What is content testing?

With the help of content testing, testers ...READ MORE

Feb 14, 2019 in Selenium by Sahil
326 views
0 votes
1 answer

What is navigation testing?

By the help of Navigation Testing one ...READ MORE

Feb 14, 2019 in Selenium by Sahil
1,034 views
0 votes
1 answer

What is Usablity testing?

The main aim of Usability testing is ...READ MORE

Feb 14, 2019 in Selenium by Sahil
393 views
0 votes
1 answer

What is HTML/CSS validation?

HTML/CSS testing is done for the verification ...READ MORE

Feb 14, 2019 in Selenium by Sahil
406 views
0 votes
1 answer

What is cookies testing?

Cookies are small files that are stored ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
384 views
0 votes
1 answer

How is forms testing used for web-site testing?

Forms are used to interact with the ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
342 views
0 votes
1 answer

What is functional testing in selenium?

To keep a check on the fucntionality ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
463 views
0 votes
1 answer

What is Documentation testing?

In documentation testing, the tester will test ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
354 views
0 votes
1 answer

What are the components of Web-site testing?

The components of Web site testing are ...READ MORE

Feb 14, 2019 in Selenium by Nabarupa Das
454 views
0 votes
1 answer

How to handle IE protected mode zone and zoom level setting in selenium C#

For changing the zoom level you can ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
4,141 views
0 votes
1 answer

What are the major exceptions that occur in Selenium?

There are mostly 5 different types of ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
451 views
0 votes
1 answer

How to refresh in selenium webdriver?

There are multiple methods using which you ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
3,250 views
0 votes
2 answers

Alternative of click() in selenium

Depends on your scenario. webDriver click is ...READ MORE

May 6, 2020 in Selenium by Rahul
8,899 views
0 votes
1 answer

Get text of a webelement in selenium

You can use the following statement to ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
625 views
0 votes
1 answer

Difference between assert and verify

If an "assert" command fails then test ...READ MORE

Feb 12, 2019 in Selenium by Ruchita
864 views
0 votes
1 answer

Export test cases from Selenium IDE to Selenium webdriver

Open the Test case in Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Vascoo
2,393 views
0 votes
1 answer

How to install Selenium IDE?

You can follow the following steps to ...READ MORE

Feb 12, 2019 in Selenium by Vasco
444 views
0 votes
1 answer

Features of Selenium IDE

The other common features of Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Esha
988 views
0 votes
1 answer

Difference between an Absolute and Relative URL

Absolute URL means the URL starts with ...READ MORE

Feb 12, 2019 in Selenium by Ruchita
952 views
0 votes
1 answer

Difference between CpatureEntireScreenshot and CaptureScreenShot

CaptureEntireScreenshot will capture the screenshot of the ...READ MORE

Feb 11, 2019 in Selenium by Daniel
515 views
0 votes
1 answer

Accessor in Selenium

Accessor is one of the type of ...READ MORE

Feb 11, 2019 in Selenium by Daniel
1,762 views
0 votes
1 answer

What are the types of Assertion in Selenium?

In selenium Assertion is nothing but a ...READ MORE

Feb 11, 2019 in Selenium by Fred
1,944 views
0 votes
1 answer

Verification points in Selenium

There are basically three verification points that ...READ MORE

Feb 11, 2019 in Selenium by Fred
1,538 views
0 votes
1 answer

Supported OS by Selenium IDE

Operating Systems Supported by Selenium IDE are ...READ MORE

Feb 11, 2019 in Selenium by Daniel
1,431 views
0 votes
1 answer

Debug test in Selenium IDE

To debug a test or execute it ...READ MORE

Feb 9, 2019 in Selenium by Ishaan
965 views
0 votes
2 answers

Comment in Selenium IDE

hi, I hope this will help you - ...READ MORE

Feb 21, 2020 in Selenium by surbhi
• 260 points
2,980 views
0 votes
1 answer

What versions of firefox browser is supported by Selenium IDE?

Selenium IDE supports only one browser Mozilla ...READ MORE

Feb 9, 2019 in Selenium by Eshaan
1,265 views
0 votes
1 answer

What are the limitations of Selenium IDE?

Selenium doesn't support the following directly:- Condition statements Error ...READ MORE

Feb 9, 2019 in Selenium by Rajnesh
1,848 views
0 votes
1 answer

What are the abilities of Selenium IDE?

Selenium IDE can perform the following tasks:- Selenium ...READ MORE

Feb 9, 2019 in Selenium by Trish
499 views
0 votes
1 answer

What are the different things that can be automated with selenium?

Selenium can be used to automate the ...READ MORE

Feb 8, 2019 in Selenium by Ram
1,340 views
0 votes
1 answer

What are the features of a good test framework?

The features of a good test framework ...READ MORE

Feb 8, 2019 in Selenium by rishu
572 views
0 votes
1 answer

How to skip a method or a code block in TestNG?

If you want to skip a particular test ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
3,800 views
0 votes
1 answer

How to send ALT/SHIFT/CONTROL key in Selenium WebDriver?

When we generally use ALT/SHIFT/CONTROL keys, we ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
15,123 views
0 votes
1 answer

What is Behaviour driven framework?

Behaviour driven framework follows most of the ...READ MORE

Feb 8, 2019 in Selenium by Ram
421 views
0 votes
1 answer

what is the difference bewteen Data driven framework and Keyword driven framework?

Data-driven framework In this framework, the test case logic ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,070 views
0 votes
2 answers

What are the limitations of Selenium?

Hi Moray, limitations of selenium webdriver are ...READ MORE

Jun 10, 2019 in Selenium by Abha
• 28,140 points
7,637 views
0 votes
1 answer

Error:NoSuchAttributeException in selenium

The most common issue with this error ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,398 views
0 votes
1 answer

Error: NoSuchElementException in Selenium

The problem that I can think of ...READ MORE

Feb 8, 2019 in Selenium by Esha
6,712 views
0 votes
1 answer

Error: InvalidSelectorException in selenium

The error you are getting can be ...READ MORE

Feb 8, 2019 in Selenium by Rahul
4,661 views
0 votes
1 answer

Error: ElementNotSelectableException in Selenium

The main issue I can think of ...READ MORE

Feb 8, 2019 in Selenium by Rishav
2,191 views
0 votes
2 answers

Error:ElementNotVisibleException in selenium

The xpath that you are using is ...READ MORE

Feb 8, 2019 in Selenium by Disha
1,341 views
0 votes
1 answer

what purpose we have use selinum?

Selenium is an open source tool which ...READ MORE

Jan 31, 2019 in Selenium by Priyaj
• 58,090 points
407 views
0 votes
0 answers

JSONObject json = new JSONObject(entry.getMessage()); throwing error

Getting the above error when using this: JSONObject ...READ MORE

Jan 30, 2019 in Selenium by Shubham
605 views
0 votes
2 answers

How to Change gmail login page settings

Hey @Suganth, from August 2018, google has ...READ MORE

Feb 6, 2019 in Selenium by Priyaj
• 58,090 points
3,910 views
0 votes
1 answer

While monitoring your project on testing what all things you have to consider ?

The things that has to be taken ...READ MORE

Jan 28, 2019 in Selenium by Frankie
• 9,830 points
588 views
0 votes
1 answer

What is the difference between test scenarios, test cases and test script?

Difference between test scenarios and test cases ...READ MORE

Jan 28, 2019 in Selenium by Frankie
• 9,830 points
13,347 views
0 votes
1 answer

How to select value in dropdown using Watir

#clicking the dropdown i.e facebook's DOB browser.select_list(:id,"day").click #clicking the ...READ MORE

Jan 24, 2019 in Selenium by Sashank
1,505 views
0 votes
1 answer

Why we assign firefox instance to webdriver?

Webdriver is an interface, not a class. ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
540 views