STLC | Software Testing Life Cycle
STLC | Software Testing Life Cycle In this tutorial, we are going to study about Software Testing Life Cycle or STLC, its need, advantages, and phases. So, let’s begin. In the earlier days of Software development, testing was considered a single-phase activity. It was performed only after the coding or the implementation phase. But after… Читать далее »
Full Form of Computer
Full Form of Computer Often people mistake the word computer for an acronym and think that there is a full form of computer. However, it is so not true. The word computer existed even long before computer machines even came into existence. The word computer was first used to define a person who performs calculations.… Читать далее »
Top 10 ETL Tools for Streamlined Data Management
Top 10 ETL Tools for Streamlined Data Management Companies all over the globe make crucial decisions based on data they collect from various sources. As data is available everywhere these days, it becomes necessary for businesses to collect it from various sources and put it in a central place for easy access. In addition, they… Читать далее »
BeanShell Scripting in JMeter
Test Cases for Table
Test Cases for Table Verify that the dimension of the table is as per the specifications. Verify that the weight of the table is as per the specifications. Check the height of the table’s seat from the floor. Verify that the table is stable enough to take a specified load. Check the material used in… Читать далее »
Test Scenarios of GMail
Test Scenarios of GMail In this post, we will be presenting some test scenarios for the Gmail application. Although there could be thousands of test scenarios for GMail we would be referring to some of the most common functionalities only. We are limiting the test scenarios to receive email and compose mail functionalities only. For… Читать далее »
Set browser’s height and width using Selenium
Set browser’s height and width using Selenium At times during automation, we may be required to test an application with some specific browser window dimensions. In this post, we will be studying how to resize a browser to an exact dimension.In order to achieve this, we will use the setSize() method which takes the Dimension… Читать далее »