Архив метки: testing

Manual Testing Interview Questions and Answers

Manual Testing Interview Questions and Answers Prepare for your software testing interviews with our comprehensive list of over 100 manual testing interview questions with answers. These interview questions are designed for both freshers and experienced. You can click on the below two links to go to the respective sections for freshers and experienced professionals. So,… Читать далее »

Test Cases for Fan

Test Cases for Fan In this post, we will cover the test cases for fan including test scenarios for the user-interface (look) and functionality (features) of a fan. Check the type of fan – whether the fan is ceiling fan or table fan Verify the number of blades on the fan Verify the ON-OFF functionality… Читать далее »

What is an EMail?

What is an EMail? An Email is a CMC that stands for Computer-Mediated communication. Emails have become one of the fastest and most economical forms of communication. In this article, we are going to learn about email, its history, advantages, and disadvantages.

Psychology of Testing

Psychology of Testing Before starting with the topic – Psychology of Testing. Let’s first understand the software development life cycle and testing phase. A typical

Dependency in TestNG

Dependency in TestNG As a rule of thumb, each test method must be independent of other i.e. result or execution of one test method must not affect the other test methods. But at times in automation, we may require one test method to be dependent on others. We may want to maintain dependency between the… Читать далее »