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 →
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 →
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 →
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 →
Q) What is software testing? A- Software testing is a process used to identify the correctness, completeness, and quality of developed computer software. In other words software testing is an activity to check whether the actual results match the expected results…Continue Reading →
Load Xen Load Xen is a new generation load testing software which helps you scale your application by simulating thousands or millions of virtual users to your application. Load Xen lets you scale up with your own targets, customize scenarios…Continue Reading →
What is RAD Model? RAD Model or Rapid Application Development Model is similar to incremental model and waterfall model. In RAD Model, development should be done in specified time frame. RAD Model is suitable for the small project where all…Continue Reading →
What is Incremental Model? Incremental Model is combination of one or more Waterfall Models. In Incremental Model, Project requirements are divided into multiple modules and each module is developed separately. Finally developed modules are integrated with other modules. During development…Continue Reading →
What is SDLC? SDLC stands for Software Development Life Cycle or System Development Life Cycle. SDLC helps to develop the application in a planned and systematic fashion. There are many models available like Waterfall Model, V Model, Spiral Model etc….Continue Reading →