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...
Software Testing What is Cross-Browser Testing? Why Do We Need to Test in Multiple Browsers? By K Ramakrishna What is Cross-Browser Testing? Why Do We Need to Test in Multiple Browsers? What is Cross-Browser Testing? Cross browser testing is one of the most important part of the software testing life cycle where, the whole software along with its...
Front End GUI Testing and Test Cases for Web based Application By K Ramakrishna What is GUI Testing and Most common GUI Test Cases for Web-based Application: There are two types of interfaces in a computer application. 1.Command Line Interface is where you type text and computer respond to that command. 2.GUI stands for Graphical...
Software Testing Jenkins By Somen Sarkar JENKINS What is..? Jenkins is a tool (web application ) that helps in continuous integration of projects. It is open source and has capability to manage any types of build software. Jenkins can be seamlessly integrated with any testing and...
Software Testing Exploratory and Adhoc Testing By K Ramakrishna What is Exploratory and Adhoc Testing? And Exploratory Verses Adhoc Testing. From the Testing side, two words: Exploratory and Adhoc are the most important and powerful words. Often most of the testers are confusing or feeling that both words are...
Software Testing How to Set Severity and Priority for a Bug By K Ramakrishna How to set Severity and Priority for a bug? Severity and Priority, these are often a confused concepts and are almost used interchangeably amongst not only test teams but also development teams. There’s a fine line between the two and...