What is Interface Testing? Interface Testing is defined as a software testing type which verifies whether the communication between two different software systems is done correctly. A connection that integrates two components is called interface. This interface in a computer world could be anything like API’s, web services, etc. Testing of these connecting services or… Continue reading Interfacing testing
Author: Amala Vincent
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
Defect/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 BugNet Redmine Mantis Trac Backlog Jira Jira is one of the most important… Continue reading Defect/Bug tracking tool
Difference Between Mobile App Testing and Web Testing
In the eCommerce world, to make your business successful, you need to be omnipresent. From the big screen to the small screen, you need to make sure that you don’t miss out on your audience anywhere. There might be a section of your customers who enjoy shopping on the desktop while the others prefer it… Continue reading Difference Between Mobile App Testing and Web Testing
CLOUD TESTING- AN ADVANCEMENT IN SOFTWARE TESTING
1.INTRODUCTIONSoftware testing is one of the significant activities in SDLC. It is performed to validate the functionality of softwarepackage according to the expectation of user/ customer. In general, software testing is performed within theorganization using an internal infrastructure.Due to the growing complexity of business applications, it is harder to build and maintain in-house testing facilitiesthat… Continue reading CLOUD TESTING- AN ADVANCEMENT IN SOFTWARE TESTING
Introducing Automated Testing and TestComplete
Software testing is the process of investigating an application and finding errors in it. The difference between testing and simply exploring is that testing involves comparing the application output to an expected standard and determining whether the application functions as expected. In other words, the tester may need not only to ensure that the application displays a… Continue reading Introducing Automated Testing and TestComplete
JMeter test plan elements
A JMeter Test Plan comprises of test elements discussed below. A Test Plan comprises of at least one Thread Group. Within each Thread Group, we may place a combination of one or more of other elements − Sampler, Logic Controller, Configuration Element, Listener, and Timer. Each Sampler can be preceded by one or more Pre-processor… Continue reading JMeter test plan elements