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 →
Nowadays, the growing number of smartphones, tablets and other mobile devices accelerates the mobile applications development. Today, mobile applications have become not only a standard for communication for billions of users but also stimulate professional interactions and business around the…Continue Reading →
While performing automation testing and working with QTP/UFT tool, I came across a situation where I needed to run QTP/UFT script using batch file. This means, it is not required to open QTP/UFT tool manually at all, we just needs…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 →
Conducting performance test with Jmeter is quite easy but adding different condition in test cases are quite challenging. If you are using Jmeter for performance test or functional test and you are not sure how to generate random emails using…Continue Reading →