Cloud Testing

Testing in the Cloud

Reading Time: 4 minutes This blog will touch on the benefits and best practices of continuous testing in the cloud, why it’s more critical now than ever before. Cloud-based quality assurance (QA) is gradually substituting on-premises QA. Because it helps save time and money on software testing, streamlines processes, and provides access to a wide pool of devices. Getting Started With Cloud Testing Cloud Testing is a type of Continue Reading

Unit Testing Maven Based JPA Application on GAE

Reading Time: 3 minutes Recently, we started porting a complex enterprise timesheet and invoicing application to Google App Engine. We would talk about the strategy that we are following as a part of separate post but in this post let us look at how we can unit test JPA code effectively in our local environment. By the way, the application that we are porting does not use JPA but Continue Reading