dvork.in - A Confused Programmer's Blog

Example domain paragraphs

If you stumbled onto this article, it is safe to assume that you know what REST Assured is. REST Assured is built on top of Apache HTTP library and it adds more perks for those who are specifically interested in interacting with REST services. As such, it provides services, most of which are convenient, but sometimes they are deeply confusing when the things are not working out as REST Assured assumes they should. The probability of things going wrong grows   [ Read More ]

Since I upgraded my Windows 8 to Windows 10, I got a side effect of error 623 (“System could not find the phone book entry for this connection”) popping up on each logon. Search in the Internet for solution did not yield useful results for my condition, so, for a while, I resigned to live with this problem and closing this pesky popup every time I turn on my computer. I would like to share my fix, so maybe if   [ Read More ]

We are working on automated testing of virtual appliance. This appliance has a EULA which blocks all services from starting before accepted at first. There are separate ways to solve or workaround this obstacle: Edit OVF and MF files to erase the EULA section and to update the signature. Redirect console output and input to the SSH session and to accept it with SSH client. Use 3rd party products, like OvfTool which can deploy appliance from command line with EULA acceptance. Implement   [ Read More ]