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 →
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 →
JUnit JUnit is one of the popular unit testing tools which provides a simple framework to run and test scripts. JUnit works based on the annotations defined. Using JUnit framework annotations you can test the application modules and get the…Continue Reading →
Selenium Selenium is an open source tool that allows you to perform functional testing for both web application and desktop applications. With help of selenium you can automate browser events and record and replay the script. Working with selenium is…Continue Reading →
What is Defect or Bug Life Cycle: Defect life cycle or Bug life cycle is the process the report and resolve the bug and to track the status. The goal of defect life cycle or bug life cycle is to…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 →