Can Selenium help in Database testing

0 votes
I am totally new to web application automation testing. I am learning Selenium from YouTube videos and developing frameworks. While looking into the videos, I could find most of them cover only testing the application.

I found very few videos which state about interacting with the database and verifying them. I just wanted to know how can this be implemented on real-time projects? In these projects, will they help in some automating scenarios like configuring the UI, then validating it in the database, coming back to the UI, continuing the UI flow or will it be simply only verifying the UI?

I want to know more about how can I carry out database testing.

Any information on this will be of great help!
Mar 26, 2019 in Selenium by Vaishnavi
• 1,180 points
399 views

1 answer to this question.

0 votes
Here is the answer to your question:

Selenium is the best choice available in today's market while it helps in the automation of web application. Selenium has support for Mozilla'a GeckoDriver, Google's ChromeDriver, Microsoft's IEDriverServer & even Safari.

Having said that, you can perform Database testing through Selenium but it's not the ideal candidate. Database testing can include processes like transaction rates & round-trip calculations for which Selenium would be a better option. Alternatively, you can also integrate other tools in your project framework and work with Selenium in tandem.

Hope this is clear:)
answered Mar 26, 2019 by Surya
• 970 points

Related Questions In Selenium

0 votes
2 answers

Can anyone help me that how to run Selenium WebDriver test cases in Chrome?

You first need to download chrome driver ...READ MORE

answered Aug 26, 2019 in Selenium by Abha
• 28,140 points
1,679 views
0 votes
2 answers

How can we take screenshots of tests in Selenium 2 using C#

Hey, try using following code command to ...READ MORE

answered Aug 23, 2019 in Selenium by Abha
• 28,140 points
1,002 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,744 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,618 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,696 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,559 views
+1 vote
2 answers

How can I delete an element in Selenium using Python?

You can directly delete the node using ...READ MORE

answered Sep 14, 2019 in Selenium by tonystark
• 500 points
18,869 views
0 votes
1 answer

What is the problem with the Alert function in the Selenium IDE

To simulate the button OK and click ...READ MORE

answered Mar 5, 2019 in Selenium by Surya
• 970 points
2,350 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