In this article, we learn how to create PDF files using iTextPDF’s Java library. This tutorial includes Video guide that explains how to add iTextPDF library to your eclipse project. [Read more…]
Selenium 3 Open Firefox using GeckoDriver
In this article, we discuss how to open new Firefox geckodriver window using selenium 3. Firefox 47 and onwards Mozilla is now packaging the driver separately. The current webdriver is known as marionette. And from here onward in order to run the Selenium programs you need to make use of the geckodriver. So we cover how to setup geckodriver, eclipse project and make use of the new selenium 3 webdriver. [Read more…]
Selenium WebDriver for Python
In this article, we are going to setup the environment and perform the basic test using multiple browsers. For the sake of simplicity we are going to use Firefox and Chrome browser. By default Firefox driver is shipped with the selenium installation. [Read more…]
Sample Test Cases for Cross Browser Testing
In this article we discuss sample test cases for cross browser testing. We cover some of the common compatibility scenarios under which you can test your website for cross browser tests. So let’s take a look at those scenarios. [Read more…]
Sample Test Cases for Slow Website
In this article, we discuss how to write test cases for slow website. By slow website we mean a website which is harder to access on normal internet speed. We take a look at various scenarios under which the test cases can be derived. [Read more…]
Sample Test Cases for Passwords
In this article, we discuss test cases for passwords. There are many ways to test the passwords for application. Depending on the type of application you have and the amount of security you wish to add the test cases will be different. [Read more…]
Sample Test Cases for Account Deactivation
In this article, we discuss test cases for account deactivation. These days many webapps are offering the account removal feature for every user. [Read more…]
Sample Test Cases for Toaster
In this article we are going to write test cases to test a toaster. There are different designs of toasters available in the market. [Read more…]
Selenium WebDriver for JavaScript
You can automate browser tests using Selenium WebDriver for Javascript. Selenium offers you plenty of built in methods and classes to automate your web-browser workflow. It can be really useful for automating your tests using Javascript Binding. [Read more…]
Sample Test Cases for OTP
In this post, we discuss test cases for OTP (one time password). In order to write the test cases for the OTP, we need to understand how the system works. The OTP system works on both email and the SMS on mobile device. [Read more…]