I am trying to test our Corebank system developed in Java-Wicket framework. MY requirement is to call direct server URLs and perform operations. It is a secured application, so an authentication is needed first (Basic authentication - Username and password). I am getting an error for authorization header in the start. After login I need to create saving accounts and fetching info related to saving accounts like account balance and all.
So I wanted to know that is JMeter testing feasible for this webservice testing . Any help will be highly appreciated.