How is your project connected to the Database...tell the
procedure??
Answers were Sorted based on User's Feedback
Answer / t.s.kumar
go to control panel select odbc connectivity select the
back end like oracle,sqlserver,db2 etc sgive your project
path in this you can connect to the database as a back end
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prasanna kumar das
To connect java program into database we follow 2 steps,
1.
Driver drv=oracle.jdbc.driver.OracleDriver
DriverManager.registerDriver(drv);
2.
Connection con=DriverManager.getConnection
("Oracle:thin:@localhost:1521:xe","uname","password");
| Is This Answer Correct ? | 0 Yes | 0 No |
How much time it will take for regression testing
What is bug severity?
By using any techinique in tesing......how to find the greatest number between 1-10.?
what is valdiation
Explain Bug/Defect Life cycle?
in which Software Life cycle phase does testing occur?
diffrence between application testing and product testing?
One very small question, If application/ website performing all the function perfectly like submission, deletion, editing etc, why do we require Data base testing saparately. Please understand before reply thanks !!
which metrics you collect after testing process?
Difference between cache and cookie.
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
How can I do Server side Interface testing in Web Testing?