Discussions

Cloud-Native-Application-Testing

Cloud Native Application Testing – A brief guide

Most businesses today are shifting to cloud native architectures for the benefits it offers. Using a cloud-native approach, you stand to respond to customers faster, bring operations in line with business goals, and much more. Taking the cloud-native route also makes development teams flexible and  enables dynamic change deployment with little effort. However, cloud native web […]

Cloud Native Application Testing – A brief guide Read More »

Codeless Automated Testing – Benefits and Misconception

Codeless Automated Testing – Benefits and Misconception

Codeless automation has changed the way that the tech industry has worked over the past two decades. But while it has altered many things, and improved efficiency across the board, there are many misconceptions and myths about codeless automated testing.  Before we get into these misconceptions, we must first understand exactly what codeless automated testing

Codeless Automated Testing – Benefits and Misconception Read More »

Easy-XPath-in-Test-Automation

Java – Socket IO client using proxy authentication

With the recent explosion of Socket server implementations, a lot of questions have come up about how to connect to Socket server if client is behind proxy,  firewalls, and load-balancing routers, I am trying to write sample code (groovy + java) here using Socket.IO-Client java :   Dependencies : <!– https://mvnrepository.com/artifact/io.socket/socket.io-client –> <dependency> <groupId>io.socket</groupId> <artifactId>socket.io-client</artifactId>

Java – Socket IO client using proxy authentication Read More »