Author: <span>Aditya</span>

Test Automation in Selenium Using Page Object Model and Page Factory

Writing automated tests is more than just a luxury for any agile software development team. It is a need and is an essential tool to find bugs quickly during the early phases of software development cycles. When there is a new feature that is still in the development phase, developers can run automated tests and see how other parts of the system are affected by those changes. Through test automation, it is possible to lower the cost of bug fixing and bring overall improvement to quality assurance (QA) process. With proper tests, developers get a chance at finding and resolving …

Firebug, Firepath, and other developer tools.

Firebug, Firepath, and other developer tools. First thing should come to your mind, what are Firebug and firepath and why do I need to learn this? The answer is pretty simple, you should know that what you want to tell your selenium code to perform some action, and where? As a human, you exactly know that where you want to click on the screen or what kind of items you like to interact with. If you want to click on third menu item out of six on the screen, your mind will tell your hand or finger to move the …

Rest API Testing using C#

Rest API has become very popular and it’s nowadays, it is kind of must-have skill set to have for any developer or tester. Every other job description, you can see having experience with API with always preferred. REST API is the most popular and you can see Facebook, Twitter, Flickr etc. are coming with APIs and you can build your own application based on that. All major products are providing API interface so developers can utilize and build own product based on the data provided by API services. In this article, I will explain to you how to use REST …