Архив метки: testing
Defect Triage
Adhoc Testing
Adhoc Testing Hello friends! in this post, we will be learning about – Adhoc testing. As the name suggests it is an informal and unstructured way of testing any application. The main aim of Adhoc testing is to uncover the defects which are otherwise not found by following the normal testing process.
Check a checkbox if not already checked
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… Читать далее »
Press Keys in Selenium – ENTER, TAB, SPACE, CONTROL, ARROW, FUNCTION Keys
Press Keys in Selenium – ENTER, TAB, SPACE, CONTROL, ARROW, FUNCTION Keys During automation, we are often required to press enter, control, tab, arrow keys, function keys, and other non-text keys as well from the keyboard. In this post, we will find how to simulate the pressing of these non-text keys using Selenium WebDriver in… Читать далее »