ahens26
Jan 15, 2014, 10:02 PM
Hello,
I am a Computer Science and Engineering student. As a part of my academic curriculum, I need to complete a project. I chose Development in Java platform. My project is regarding automating regression testing in an organization. The user should be able to log into a database by keying in his credentials and gain access to the same. Then, he/she should be able to perform a set of queries to find out which document has been tested and whether a release has been made. I thought of doing the same using JDBC on Eclipse and connecting to the Oracle Database. The GUI which has the queries as options also accepts inputs from the user which must be passed to the database. I thought of developing the GUI using JavaFX. However, I am not sure as to how I am supposed to go ahead with the code. Can you please help me out?
Thanks!
I am a Computer Science and Engineering student. As a part of my academic curriculum, I need to complete a project. I chose Development in Java platform. My project is regarding automating regression testing in an organization. The user should be able to log into a database by keying in his credentials and gain access to the same. Then, he/she should be able to perform a set of queries to find out which document has been tested and whether a release has been made. I thought of doing the same using JDBC on Eclipse and connecting to the Oracle Database. The GUI which has the queries as options also accepts inputs from the user which must be passed to the database. I thought of developing the GUI using JavaFX. However, I am not sure as to how I am supposed to go ahead with the code. Can you please help me out?
Thanks!