Software Testing Defect Life Cycle By admin This blog explains about the complete life cycle of a bug and different status of bug from the stage it was identified,fixed,retest and close. What is Defect life cycle? Defect life cycle is the life cycle of a defect or...
Software Testing Different Levels of Testing in Software Testing By admin What are the Levels of Software Testing? In this blog,we are going to understand the various levels of software testing In Software Testing,we have four different levels of testing,which are as mentioned below: Unit Testing Integration Testing System Testing Acceptance...
Software Testing How To Create Graphical Reports In Bugzilla? By admin In Bugzilla, Graphical reports encompass bar,line and pie charts,serving various purposes.For instance,when a user needs to identify the Severity of the bugs for the particular component and intends to visualize this data graphically,they have two available options to choose from...
Software Testing How To Create Tabular Reports In Bugzilla? By admin In Bugzilla, tabular reports refer to customizable tables that displays data based on specific criteria or filters.These reports help users to analyze and track bugs in a structured format.Tabular reports in Bugzilla provide a flexible way to present and examine...
Software Testing What is Smoke Testing By admin Smoke testing is a process where the software build is deployed to a quality assurance environment and is verified to ensure the stability of the application. Testing the basic or critical features of an application before doing through testing or...
Software Testing Mastering Mockito in JUnit Testing: Simplifying Test Development By admin Mockito is junit testing framework , which actually mock the behaviour of methods. It simplify the development of tests of classes with dependencies. I hope you are familiar with junit . A mock object is dummy object of classes and...
Software Testing How To File Or Post A New Bug In Bugzilla By admin Prerequisite :To file a new bug user must have login credential for bugzilla Below are the steps to post a new bug in Bugzilla : 1. Go to the bugzilla page by using valid URL. 2. Click on LogIn option...
Software Testing Mail Configuration in Bugzilla By K Ramakrishna Bugzilla is a bug tracking tool. It will allow team members to keep track of identified issues, enhancements and requirements in their products effectively. Bugzilla is a web-based application and installed on the server to use it. bugzilla has many integration capabilities, one of the...
Business Intelligence How to Add Custom Column And Its Field Value in Bugzilla By Sayali Mahale Note : To add custom column and its value user should be logged in with administrator details Following are the steps to add a custom column into Bugzilla: 1. Use Bugzilla URL to Login For Example : http:// 127.0.0.1/bugzilla 2....
Software Testing Testing vs Debugging By K Ramakrishna Testing vs Debugging Debugging is deeper process than the Testing. Debugging involves identifying, isolating and fixing the bugs. Those two processes are similar, but the Testing is carried out by QA team only. Debugging is carried out by a team...
Software Testing Unit Testing vs Functional Testing By K Ramakrishna Unit Testing v/s Functional Testing Unit tests meant for a developer that the code is doing things right; functional tests meant for a developer that the code is doing the right things. Unit Tests are written from a programmers perspective....
Services Exploring Cron By Somen Sarkar Exploring Cron – II In our previous blog, we have an overview of how to create a cron expression. This blog will walk you through some solid example, which will help you to get a detailed understanding of crontab (Chronos...