How to increase text size in SoapUI

Select File > Preferences (or hit Ctrl + Alt + P) from menu and then pick Editor Settings group. Hit Select Font… next to Edtor Font and choose a different size/font face. Hit OK to confirm your changes. Any already opened editor window must be closed and then reopened in order to above mentioned changes … Read more

Testing web service with SoapUI and Windows authentication

SoapUI doesn’t seem to work directly with NTLM authentication, but you can use a proxy such as Burp Suite to do the auth for you. Download Burp Suite from http://portswigger.net/burp/ and crank it up. On Burp’s “Proxy : Intercept” tab, click the button to turn intercept off. On Burp’s “Proxy : Options” tab, make sure … Read more

Spring boot validation annotations @Valid and @NotBlank not working

If you are facing this problem in latest version of spring boot (2.3.0) make sure to add the following dependency: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> Observation: In earlier version of Spring Boot (1.4.7), javax.validation used to work out of the box. But, after upgrading to latest version, annotations broke. Adding the following dependency alone doesn’t work: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)