Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestNG #206

Open
Anu-Deshmukh opened this issue Sep 8, 2023 · 0 comments
Open

TestNG #206

Anu-Deshmukh opened this issue Sep 8, 2023 · 0 comments

Comments

@Anu-Deshmukh
Copy link

TestNG option is not working in this case due to packet failure. App.config is working without any errors but i am getting errors in database connectivity while update operation.
public BasicDataSource hsqlDataSource() {
BasicDataSource ds = new BasicDataSource();
ds.setUrl("jdbc:mysql://localhost:3306/test");
ds.setUsername("root");
ds.setPassword("root");
ds.setDriverClassName("com.mysql.cj.jdbc.Driver");
return ds;

Above is my code for connectivity also I have update all my code into ecom repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant