Mantis Bug Tracker (MantisBT) Tutorial

Mantis

Here is the detailed MantisBT Open Source Free Popular Bug Tracking System Tutorial for your benefit: As you are aware, testing is an integral part of any software development life cycle. A software bug is an error in a software application which causes software to produce incorrect results. Therefore, causing …

Read more


20 Practical Software Testing Tips to Test Any Application

Practical Software Testing Tips

An exclusive bunch of practical Software Testing tips for any aspiring Tester. These tips would help any Tester to reach top heights in their Software Testing Career if implemented carefully:

Read each point carefully and try to implement it in your day-to-day testing activities. This is what we expect from the readers through this tutorial. If you don’t understand any testing practice, then ask for more clarification in the comments section below.

However, you will learn all these testing practices through experience. But why don’t you learn all these things before making any mistakes?

Let’s move on!!

Read more

Was this helpful?

Thanks for your feedback!

HP ALM/QC – Installation Guide

Micro Focus Quality Center Installation Guide

HP ALM/QC is now changed to Micro Focus ALM/QC but still, the content on the page is valid on the new Micro Focus domain as well as the tools. After we published Quality Center tutorial 1, we figured that it would help our readers immensely if we add an article …

Read more


How to Create REST Project in SoapUI Pro

soap vs rest services

This tutorial talks in detail about SOAP (Simple Object Access Protocol) and REST (Representation State Transfer) based services and their advantages. Let’s get started. In an earlier tutorial, we discussed the features of SoapUI Pro and briefly touched upon SOAP vs REST web services.  => Click here for the complete …

Read more


37 Top LoadRunner Interview Questions and Answers (2026)

LoadRunner Interview Questions and Best Answers

Most Frequently asked LoadRunner Interview Questions. In our previous tutorial, we explored all about Test Result Analysis in LoadRunner. This article is going to focus on the most important commonly asked LoadRunner interview questions and answers that will help you be successful in any performance tester’s interview using LoadRunner. LoadRunner …

Read more


Manual and Automation Testing Challenges

Manual and Automation Testing Challenges

Software testing is full of challenges. Testers face many challenges in manual as well as automation testing. Tester who manages to address these challenges effectively can become successful tester. In this article I have included most of the testing challenges created due to testing staff, developing staff, testing processes and wrong management decisions.


QTP – Using Virtual Objects and Recovery Scenarios

Using Virtual Objects and Recovery Scenarios

Do you see an object not found error while running QTP tests? Well, this is because, during playback, QTP can’t recognize non-standard objects. To solve this object recognition problem, we use Virtual Objects. Using Virtual Object Wizard we can map these unrecognized objects to a standard class which can then …

Read more


Code Refactoring and Software Testing

Code Refactoring

This article is all about Understanding Code Refactoring through a Tester’s Perspective. Let’s get started. The term “refactoring” is mainly used to indicate required code cleanup/redesign. In this tutorial, we will understand the definition of refactoring, discuss the need for code refactoring, and review the impact of refactoring code on …

Read more


QTP – Object Identification with Examples

Object Identification Paradigm

How Does QTP Identify Object Uniquely? – This is the 7th QTP Tutorial in our QTP training series. We are getting ourselves equipped with all the basic concepts that will enable us to write robust QTP tests. We have covered the QTP Record and Run settings, Working with Keyword view, …

Read more


What is Alpha Testing in Software Testing?

What Is Alpha Testing

Alpha Testing is a pre-release activity and one of the types of Acceptance Testing. Here, testing activity is carried out in a much-controlled manner and it is not accessible by the end-users/market. A newly developed product or updated product undergoes Alpha testing in the Testing environment (which is formally called …

Read more


How to Handle Alerts/Popups in Selenium WebDriver

Handling alerts popups in selenium

This tutorial provides efficient methods to handle alerts/popups in Selenium WebDriver for Windows and web-based applications. In the previous tutorial, we focused on different types of waits provided by the WebDriver. We also discussed various types of navigation options available in WebDriver. Moving ahead in the Selenium WebDriver Tutorials, we …

Read more


PowerShell UIAutomation Tutorial with Example

Desktop Application UI Automation With PowerShell

In the PowerShell UI Automation tutorial, we’ll focus on how PowerShell uses the module to implement UI automation.  To explain this we will use the Windows Form application as an example. UI Automation is an open source project PowerShell extension for GUI automation tests. It supports Win32, Windows Form, WPF, …

Read more