How is your project connected to the Database...tell the
procedure??
Answer Posted / 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 |
Post New Answer View All Answers
any one please send me any test case examples with tabular columns in manual testing
Manual and automation how do they help in bringing out quality product? Explain?
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
Unit Testing can be done by using Nunit?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is six sigma?
What is a test server?
What are bug leakage and bug release?
How is ‘build’ different from ‘release’?
How do you scope, organize, and execute a test project?
What r all the security problems u r facing & the measures taken to solve.