The blog gives you idea of testing and automation testing example of selenium webdriver,SQl and Jmeter, you see the basic example of selenium web driver and get idea how to do automation testing,

Connection String for MYSQL and MSSQL database, In hibernate file

Mysql and Mssql Database is Different and structure is also different, if you want to connect the mysql and mssql DB with you application through hibernate then you have to enter below code in your hibernate file

both database have diffferent port number and different dialect if you enter replace mysql dialect  with mssql dialect then your code do not run

MySql:

MSsql:

if Database in your local system then you can write 127.0.0.1 or localhost with port number,
but if Database in other machine and that machine with in the Network then you have enter ipaddress of that machine with port number


No comments

Post a Comment

Powered by Blogger.