How to find Record Count from a SQL query(Oracle Database) | Selenium Forum
M
Murali Katragadda Posted on 19/11/2019

I need to find the record count after executing an SQL query from a Selenium test script. Could you please provide me the piece of code to get this done


A
Ashish Thakur Replied on 19/11/2019

Select count(*) from table_name is the command.

You can watch the database testing videos. In that we have covered how to do this. Module numbers are 28,29 on this link

https://www.qtpselenium.com/selenium-training