Bug tracking tool

We have various types of bug tracking tools available in software testing that helps us to track the bug, which is related to the software or the application.  Some of the most commonly used bug tracking tools are as follows:  Jira  Bugzilla  Bug Net  Redmine  Mantis  Trac  Backlog  Bugzilla  Bugzilla is another important bug tracking… Continue reading Bug tracking tool

Controllers in JMeter: Loop, Simple, Transaction, Module, Random

What is the Logic Controller? Logic Controllers let you define the order of processing request in a Thread. It lets you control “when” to send a user request to a web server. For example, you can use Random Controllers to send HTTP requests to the server randomly Logic Controllers determine the order in which user request is… Continue reading Controllers in JMeter: Loop, Simple, Transaction, Module, Random

API Testing in Software Testing

API Testing :As we know API stands for Application Programming Interface which acts as an intermediate of communication between two applications. Due to this intermediary role of API (Application Programming Interface) two applications talk to each other and performs the required actions efficiently. API contains a set of rules and guidelines based on which the… Continue reading API Testing in Software Testing