December 15, 2016June 18, 2025manual testing, software testing Equivalence Class partitioning & Boundary value analysis Equivalence partitioning and Boundary value analysis both the techniques help us to find test data effectively which will almost cover all the […]
December 7, 2016June 18, 2025manual testing, software testing Bug Life Cycle Defect life cycle or bug life cycle is a very important point, each and every tester should know about it. Main target […]
December 5, 2016June 18, 2025manual testing, software testing GUI Testing GUI testing, full form of GUI testing Graphical User Interface. Main focus of GUI testing to test the appearance of the software […]
November 28, 2016June 18, 2025manual testing, software testing Risk based testing Let first understand the meaning of RISK, risk means a problem or issue or bug which can occur in future.so risk may […]
November 16, 2016June 18, 2025manual testing, software testing What is white box testing? This is a common interview question but many of the tester are unable to answer in proper way. Let us discuss in […]
November 9, 2016June 18, 2025manual testing, software testing Cross Browser Testing Cross browser testing means testing the application on multiple browser to ensure that our software working as expected on each browser. Because […]
October 23, 2016June 18, 2025manual testing, software testing Exploratory Testing Exploratory testing is basically Black Box testing, we do not need to worry about internal coding of the software while performing the […]
October 17, 2016June 24, 2025manual testing, software testing AdHoc Testing Learn what Adhoc Testing is, when it’s performed, and how testers use it to find unexpected bugs through unplanned test execution.