QA Interview Questions

QA Interview Questions In this post, we have compiled an exhaustive list of some of the most frequently asked QA interview questions. We will include questions on manual, automation, performance, and database testing. Quality Assurance and testing are different operations. QA being process-driven and testing being an activity, we do to ensure Quality Control. Still,… Читать далее »

Test Cases for Whiteboard

Test Cases for Whiteboard In this post, we have covered user interface, functional, and non-functional test cases for whiteboard. Verify that the dimension of the whiteboard is as per the specifications. Verify the exact color of the board – white color’s variant. Verify the smoothness of the whiteboard. Verify the material used to develop the… Читать далее »

Collections in Java

Collections in Java In this article, we are going to learn about Java Collections. This is a new topic for us but is highly important, useful and interesting. Here we will briefly learn about the different collections in Java along with ArrayList and HashMap in detail. As these are the ones that you will be… Читать далее »

Exception Handling in Java

Exception Handling in Java In this article, we will be learning about exception handling in Java, what they are, how do they arise, and how to handle them for the smooth flow of the program. Exception handling is one of the most important features of Java and one of the reasons why it is such… Читать далее »