Архив метки: testing
Get All Links on a Webpage using Selenium
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,… Читать далее »
Use Case Testing – The Complete Guide
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?
Psychology of Testing
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… Читать далее »