Software Testing Q and A By Aditya What is Software Testing? In short, I would say software testing is a process to perform the functionality and quality check of the software product which matches the expected business requirements of the stakeholder and marking the product as a Bug free for end users. What is black…
Whole Team Approach to Testing Most of the software teams have gone AGILE, but are we really following the principles of agile when it comes to quality & testing? In my personal experience, the answer is NO. We say we are an agile team, but when it comes to quality, the entire responsibility, by default, goes…
Software Testing and Manual Interview Questions and Answers – Part 5 1) When should we Stop Testing? Testing can be stopped when one or more of the following conditions are met: After test case execution: Testing phase can be stopped when one complete cycle of test cases is executed after the last known bug fix…
Software Testing and Manual Interview Questions and Answers – Part 4 1) What is Reliability Testing? The application is tested for its ability to function in the given environment condition consistently over a period of time. Eg: When the Safe Mode is On in an Computer. 2) What is Spike Testing? Sudden burst in an…
Software Testing and Manual Interview Questions and Answers – Part 3 1) What is Compatibility Testing? Compatibility Testing is a type of Non-Functional Testing. It is a type of software testing used to ensure compatibility of the system/ application/ website built in various other objects such as other web browsers, hardware platforms, users (in case…
Software Testing and Manual Interview Questions and Answers – Part 2 1) What is a Regression Testing? Regression testing is a type of testing performed on the previous working functionality, to find out any issues that may have got introduced by newly adding or updating the application code base. Read more about Regression Testing here.…
Software Testing and Manual Interview Questions and Answers – Part 1 1) What is Software Testing? Checking the software created by the development team is working as per the requirement specifications of the customer and finding the mistakes made by the developers in developing the code is termed as Software Testing. The main purpose of…
<<Previous Post << Complete Tutorial>> Next Post>> Agile Testing – The Complete Guide Agile Testing in simple terms is a testing practice which follows the principles involved in Agile…
<<Previous Post << Complete Tutorial>> Next Post>> What is Mutation Testing? Mutation Testing is a white box testing technique in which the application source code is mutated(changed) in small…
<<Previous Post << Complete Tutorial>> Next Post>> What is Ad-hoc Testing? Ad-hoc Testing is an informal and unplanned type of testing, where testers randomly perform testing on any…