Sunday, 27 November 2016

First Python Test Script

Selenium supports Python and thus can be utilized with Selenium for testing.

Python is easy compared to other programming languages, having far less verbose.
The Python APIs empower you to connect with the browser through Selenium.

Selenium sends the standard Python commands to different browsers, despite variation in their browser's design.

Read More

Sunday, 14 August 2016

Continuous integration using Jenkins

Jenkins is one open source tool to perform continuous integration and build automation. The basic functionality of Jenkins is to execute a predefined list of steps. 

Basically Continuous Integration is the practice of running your tests on a non-developer machine automatically everytime someone pushes new code into the source repository.

This has the tremendous advantage of always knowing if all tests work and getting fast feedback. The fast feedback is important so you always know right after you broke the build (introduced changes that made either the compile/build cycle or the tests fail) what you did that failed and how to revert it.

Data Driven Framework Using Apache Poi


As the name suggests, Data Driven Testing Framework is a framework which is driven by test data, which means that test data is the important factor here. The basic expectation with this kind of test automation framework is that your test scripts should be built in such a way that it should work for different sets of data without any changes to the test script.




Saturday, 23 July 2016

Selenium WebDriver Browser Commands

What is Browser Command?


Friday, 17 June 2016

Selenium + AutoIT: Automate Non-Browser Based Functionality

AutoIt is a freeware application that is designed to help automate Windows-based UIs. The normal procedure is to create AutoIT scripts using the built-in BASIC-like programming language like Win32. But this is not an optimal solution.

Monday, 30 May 2016

Web Automation using Selenium Webdriver

WebDriver is a web automation framework that allows you to execute your tests cases on different browsers like Google Chrome, Safari, Opera, Internet Explorer.

It allow you to use to different Programming Languages like Java, C#, Python, Ruby, Perl, etc.


Saturday, 28 May 2016

Test Automation using Selenium IDE

Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. It is quite similar to HP Quick Test Pro (QTP) only that Selenium focuses on automating web-based applications. Selenium is not just a single tool but a suite of software's, each catering to different testing needs of an organization. It has four components.

Read More

Booting Multiple Operating Systems

The Steps to install WIndows 7 are as follows. 

Before Starting with the Actual Installation of Windows 7. We need to create Bootable Media for it. You can use DVD/Flash Drive/Pendrive for it. To create bootable device we need usb installer and iso or nero image of Win7...  

Read More

How to fix usb pen drive 8gb shows 4gb - Storage capacity.

Unfortunately Windows does not support Fdisk anymore. But there is another good command line tool to solve this problem. The tool’s name is DiskPart. I would say it is the next generation of Fdisk tool. DiskPart provides you information about your partitions and volumes, allows you to delete and create partitions, extend NTFS volumes, etc.