Usability Testing also known as User Experience (UX) Testing, is a testing method for measuring how easy and user-friendly a software application is. A small set of target end-users, use software application to expose usability defects. Usability testing mainly focuses on user’s ease of using application, flexibility of application to handle controls and ability of application… Continue reading Usability Testing
Author: Amala Vincent
Mantis Bug Tracker
Introduction to Mantis Bug Tracker Mantis bug tracker is one such tool that can serve the purpose of Bug tracking. Mantis BugTracker or MantisBT got started developed by Kenzaburo Ito in the year 2000. Jeroen Latour, Julian Fitzell, and Victor Boctor joined in the year 2002 and it became a team project Mantis software is… Continue reading Mantis Bug Tracker
QTP-Testing Tools
QTP stands for QuickTest Professional, a product of Hewlett Packard (HP). This tool helps testers to perform an automated functional testing seamlessly, without monitoring, once script development is complete. HP QTP uses Visual Basic Scripting (VBScript) for automating the applications. The Scripting Engine need not be installed exclusively, as it is available as a part of the Windows OS. Where QTP Fits… Continue reading QTP-Testing Tools
PY testing
Pytest is a python based testing framework, which is used to write and execute test codes. In the present days of REST services, pytest is mainly used for API testing even though we can use pytest to write simple to complex tests, i.e., we can write codes to test API, database, UI, etc. Advantages of… Continue reading PY testing
LambdaTest
LambdaTest is an online tool that is used to perform live interactive cross-browser testing of your public or locally hosted websites and web apps on 2000+ real mobile and desktop browsers running on a real operating system. Debug in real-time on both desktop and mobile browsers with integrated debugging tools. All in all, LambdaTest provides… Continue reading LambdaTest
Stability Testing in Software Testing
Stability Testing is a type of non functional software testing performed to measure efficiency and ability of a software application to continuously function over a long period of time. The purpose of Stability testing is checking if the software application crashes or fails over normal use at any point of time by exercising its full range… Continue reading Stability Testing in Software Testing
Combinatorial Testing tools in Software Testing
Combinational testing is a testing technique in which multiple combinations of the input parameters are used to perform testing of the software product. The aim is to ensure that the product is bug-free and can handle different combinations or cases of the input configuration. One of the most commonly used combinatorial testing methods is the… Continue reading Combinatorial Testing tools in Software Testing
RESTful API
What is a RESTful API? REST stands for Representational State Transfer. It is a software architecture style that relies on a stateless communications protocol, most commonly, HTTP. REST structures data in XML, YAML, or any other format that is machine-readable, but usually JSON is most widely used. REST follows the object-oriented programming paradigm of noun-verb.… Continue reading RESTful API
Interfacing testing
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
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