Архив рубрики: English
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… Читать далее »
What is CICD? CICD Pipelines and Tools
Cocomo Model in Software Engineering
Selenium Introduction
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… Читать далее »