-
Identifying Web Elements using Selenium Webdriver
What is Web Element? Anything present on the webpage is Web Element. Such as text box, button, link etc. Before performing any action in Selenium we should identify the Web Element using its characteristics given by the application developer with the help of HTML. What are the components of Web Element? While developing the Web…
-
What’s new: Extension for Microsoft Dynamics NAV 2016
We all have seen the situation where we need to put in lot of efforts to modify the standard NAV object in order to run our custom add-on solutions with standard NAV codebase. With the frequent release of cumulative updates for NAV 2013 version onwards, maintaining and deploying the add-on solutions became further complex. So…
-
Microsoft Azure : Creating JAVA application & configure
We will create Java web app in Azure App Service by using the Azure portal. The Azure portal is a web interface that we can use to manage Azure resources. Pre-requisite We require a Microsoft Azure Subscription. JAVA application options There are several ways we can set up Java application in an App Service web app: 1) Use…
-
Android Developer
Working knowledge on HTML5 Working knowledge on JQuery Good written and oral communication Quick learner
-
IOS Developers
Working knowledge on HTML5 Working knowledge on JQuery Good written and oral communication Quick learner
-
.Net with Windows Phone Developer
Working knowledge on HTML5 Working knowledge on JQuery Good written and oral communication Quick learner
-
Microsoft Azure : Running JAVA Web Application using template
We will create Java web app in Azure App Service by using the Azure portal. The Azure portal is a web interface that we can use to manage Azure resources. Pre-requisite We require a Microsoft Azure Subscription. JAVA application options There are several ways we can set up Java application in an App Service web app: 1) Use…
-
ELMAH Integration in ASP.NET MVC Application
ELMAH (Error Logging Modules And Handlers) What is ELMAH? ELMAH (Error Logging Modules and Handlers) is a series of HTTP modules and an HTTP handler that may be added to your ASP.NET web applications for the purpose of tracking unhandled exceptions. ELMAH provides access to view these errors by way of a web console, email notifications.…
-
Microsoft Azure : Running ASP.NET Web Application
Overview We will deploy ASP.NET web application to web apps in Azure App Service by using Visual Studio. In result, we will have simple web application up and running in cloud. Pre-requisite Visual Studio Microsoft Azure Subscription Setting up development environment To start, set up development environment by installing Azure SDK for Visual Studio. Creating project…