While testing web services or performing any web service test using https URLs which are secure, there are chances that we could face the issue as client side authentication required. Sometimes client certificate or SSL throws javax.net.ssl.SSLHandshakeException error. This usually…Continue Reading →
Now a days all the latest browsers are developed to support Cross Origin Request Security (CORS), however sometimes CORS still creates problem and it happens due to Java script or Ajax requested from another domain. This can be resolved if…Continue Reading →
What is SoapUI? SoapUI is an open source functional testing tool used for SOA and Web Service testing. Using SoapUI you can perform functional, regression and load testing. SoapUI works on xml where you can send the request through xml…Continue Reading →
After struggling a lot I came on final conclusion that how we can run .jmx files using Ant and generate HTML report. Here is step by step process: Before I start the configuration just want to make sure you have…Continue Reading →
Operational Readiness Test is one of the software testing strategy. Operational Readiness Test is performed at final stage of testing when all other testing activities are performed and build is ready for live deployment. In Operational Readiness Test we basically…Continue Reading →
Security testing on web is nothing but preventing the web application from all the vulnerability. Prevent all the secure data to be published or viewed by unauthorized people. All the private data should be secured and should not be accessible…Continue Reading →
If you are a web developer, there is a great news from Firefox as Firefox has launched a new browser especially for web developers called Firefox Developer Edition. There are many additional features have been added in this browser as…Continue Reading →
IaaS (Infrastructure as a Service) : Provides the infrastructure as virtual machine, storage ( Hard Disks), Server, Network, Firewalls, Load balancer etc for the service. This is based on the cloud computing which provides the facility to store, deploy and…Continue Reading →
HTTP Request methods: GET : When url or http request triggered with get method it requests the server to get the requested information or data from the server. It retrieves the existing data from the database. Get method retrieves all…Continue Reading →
Trigger http requests with headers or different request methods with help of rest client. If you are planning to test Services with different request methods (GET/PUT/POST/HEAD etc) the Rest Client (Chrome Plugin) is the best tool that makes the testing…Continue Reading →