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…
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…
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…
BeanShell Scripting in JMeter Before starting with beanShell scripting demo, let’s first understand – What is a BeanShell?A BeanShell is light-weight scripting language. It has Java like syntax and being…
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…
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…
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…
Agile Methodology – The Complete Guide
driver.findElement() vs driver.findElements() Selenium webdriver provides two methods for finding webelements on a webpage – driver.findElement() and driver.findElements(). In this post, we will study the difference between the two and…