Skip to content

Tag: java

register an account and login in java

hi im newbie in java and i try to create a login/registration by using array. but when i try to login the account that i created it always shows out the wrong login details message, am i missing something? or should i use other method to do the validation check other than using array? tq here’s my code …

NATS Stream creation fail

When I try to create a stream on the local NATS server get the error. The connection established successfully but on jsm.addStream(conf) request broke. I’m using maven artifact: Method connection: Call: NATS running inside docker conainer on localhost: But when I call endpoint get the error: What is the…

How can I execute functional tests as part of CICD pipeline

In my organisation I have created a test automation using qaf (qmetry automation framework). My target is to run this functional test cases automatically in CICD pipeline. We have a system where when code check-in was complete then the Jenkins tool will trigger the functional test cases automatically and it r…

Personal computer failed to access maven central

I have a PC that installed with gaming app like Steam or GOG but in Windows config there is no proxy and no firewall other than default ones from the OS. I have NordVPN but currently disconnected. However after installed maven 3.8.2, all mvn goal failed that can’t access maven central threw following er…