We will begin this tutorial with a very basic question about Performance Testing. What is Performance Testing and its types? The software testing performed to determine the behavior of the application under test when subjected to Vuser load. The software testing / technical investigation done to determine or validate the […]
Month: May 2015
Double Clicking an element in Selenium WebDriver
In this tutorial, we will explain how to work with Actions Class for double clicking an element by taking a simple example. To do the same, we have created a Junit class. We will exploit the capabilities of WebDriver’s Actions Class in order to perform Double Click. Check out the […]
Handling alert in Selenium WebDriver
This video describes how to handle alert pop up using Selenium. It will also let you know about WebDriver’s Alert Interface to handle web based pop ups and Robot Class to handle window based pop ups.
Model Binders
As promised, we are back with model binders. Model binders are one of the core feature(and powerful) of asp.net MVC framework. Like everybody else, I switched from web forms to .Net MVC. It was very difficult for me to understand how .net framework binds all the values located at view […]
Working With Custom MVC Html Helpers
What are Html Helpers? If you have already worked with Asp.Net web forms you can relate html helpers with the asp.net controls of web forms. Just like Asp.Net controls, html helpers render html controls on web page. There is only one difference between Html Helpers and Asp.Net controls and its […]