Testing in Selenium

0 votes
Selenium is a testing tool. I was wondering as what are the different types of Testing one can perform using Selenium?
Jan 8, 2019 in Selenium by Anjali
• 2,950 points
390 views

1 answer to this question.

0 votes

Out of many testing supported by selenium few of them that can be listed are as follows:

  1. Functional Testing
  2. Regression Testing
  3. Sanity Testing
  4. Smoke Testing
  5. Responsive Testing
  6. Cross Browser Testing
  7. UI testing (black box)
  8. Integration Testing
answered Jan 8, 2019 by Disha

Related Questions In Selenium

0 votes
1 answer

DataDriven testing in selenium webdriver

Below is the step by step solution ...READ MORE

answered Apr 23, 2018 in Selenium by Meci Matt
• 9,460 points
416 views
0 votes
1 answer

How to execute browser less testing in Selenium

First, you need to install:-  install PhantomJS. After that ...READ MORE

answered Jul 16, 2018 in Selenium by Meci Matt
• 9,460 points
1,044 views
0 votes
1 answer

What is functional testing in selenium?

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

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

What is security testing in selenium?

Security testing is used to verify the ...READ MORE

answered Feb 19, 2019 in Selenium by Ria
736 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,715 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,684 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
0 votes
2 answers

Drag and drop in selenium

WebElement dragale = driver.findElement(By.xpath("//*[@id=\"draggable\"]/p")); WebElement dropable = driver.findElement(By.xpath("//*[@id=\"droppable\"]")); Actions ...READ MORE

answered May 4, 2020 in Selenium by dragAndDrop(WebElement source, WebElemen
1,232 views
0 votes
1 answer

What are the different components of Selenium?

Selenium is a testing tool and comprises ...READ MORE

answered Jan 8, 2019 in Selenium by Fuji
1,259 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP