ContributionsMost RecentMost LikesSolutionsUnable to connect to oracle database Hi, I have created a new test step for jdbc request. I am using oracle.jdbc.driver.OracleDriver for Driver. And the connection string as jdbc:oracle:thin:username/passwd@localhost:1521:sid. All the values I am using in the connection string are being used in the sqldeveloper connections and work just as fine. I had ojdbc7.jar earlier and I was facing the error "Can't get the Connection for specified properties; java.sql.SQLException: ORA-01017: invalid username/password; logon denied" I then have downloaded oracle driver ojdbc8.jar and tried, but met with the same error. I have already copied the jar file to both bin\ext as well as lib folder. Yet the above result. Can you please suggest a fix Thanks, Solved