Posts by Renato • 1 point
5 posts
-
0
votes2
answers86
viewsQ: Stalled Selenium test
I have a problem that Selenium stops when a Download appears on my screen (My application that is being tested also for). It stands forever and not from time-out. I wonder if you have how to put a…
-
0
votes0
answers80
views -
0
votes1
answer74
views -
0
votes0
answers73
viewsQ: Database connection error
When trying to make a connection to the dodo bank I have the following error: java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@delphix-db-1.homolog.infra:1521:BRMQA10 at…
-
0
votes1
answer46
viewsQ: How to add many customers at once in a database table?
I need to add Name, Phone and Address of many clients who are in excel and pass this to the database. What would be the fastest way to do that ?