Архив за месяц: Май 2023
Types of Software Explained
Functions of Computer
Check if an Element is Present on the Webpage
Check if an Element is Present on the Webpage During automation, we quite frequently need to work with dynamic elements or elements which are not always available in the DOM and whose presence can be used as a medium of assertion to pass or fail a test case. Cases like these require us to check… Читать далее »
Roadmap for transition from Manual to Automation QA
Roadmap for transition from Manual to Automation QA Hello friends! in this post, we will learn, how to effectively make a transition from manual to automation profile. If any of the following ring any bells to you then this post is for you- Are you in manual testing and want to switch to an automation… Читать далее »
Performance Testing of Database using JMeter
Boundary Value Analysis
Boundary Value Analysis Software testing or rather exhaustive software testing is a very time and resource-intensive activity. In order to effectively test any application in the best possible time and with optimal resources, we use different test design techniques. One such technique is boundary value analysis. In this article, we will explore this testing technique… Читать далее »