Updating similar code or any similar changes in multiple git repositories are not a good practice. If you are using more than one repository and performing any code change or updating files in each repository are confusing and time-consuming work….Continue Reading →
Updating the base code with multiple parameters is not a good idea specially when data keeps on changing. This can be simplified by passing the data from external file. Data can be stored in an external file and picked whenever…Continue Reading →
Once JMeter and Jenkins integrated, we may notice Jenkins job get passed even though Jmeter samplers fail. This happens because Jenkins job does not check whether Jmeter samplers are passed or failed, however Jenkins job checks only the Job build…Continue Reading →
Scripts running in Jmeter could be integrated with Jenkins and can be scheduled to execute at specific time. If Jmeter integrated with Jenkins, then Jmeter interface is not required because Jmeter will execute from command prompt and report will be…Continue Reading →
While automating test cases and developing QTP/UFT script, I came across a requirement where email validation needs to be performed in Gmail. Once email is triggered during test case execution or completion of test case execution, every time email validation…Continue Reading →
There are many ways to use Dictionary Objects but the most common use of Dictionary Object is to keep the value in an Array and refer each value with a unique Key or Index. Basically, Dictionary Object is nothing but…Continue Reading →
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 →
Keeping many devices to test a website design is quite expensive as well as uncomfortable. Now Google Chrome provides feature where you can test your website in different devices without using any additional device. All you have to be Google…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 →