Category: Canarys

  • Handling Radio buttons and Checkboxes using Selenium Webdriver

    The main difference between Radio button and Checkbox is that, using radio button we will be able to select only one option from the options available. whereas using checkbox, we can select multiple options. When we inspect a Radio button or a Checkbox, HTML code looks as below Using Click() method in Selenium we can…

  • Upcoming Webinar – Offshore support to North American Dynamics NAV partners

    Offshore support to North American Dynamics NAV partners whose customers are moving to NAV ’16 While you may be busy selling new NAV installs, we can help offer the same features to your current NAV customers….. Do your NAV customers require integration with Mobile / Office /SharePoint / CRM/ BI and legacy applications? We are…

  • Microsoft Azure: Implementing Internet Facing Load Balancers using Azure Resource Manager

    Howdy Folks! I was exploring Network Load Balancer in Azure Resource Manager and found out that you can also create an Internet Facing Load Balancer using Azure Portal. In this blog, I will show you How to create an External Load balancer using Azure Resource Manager. We will create two load balanced web-servers publically accessible through a common IP address. This IP…

  • Managing your text messaging with Manage My SMS

    Have you ever been bothered by the bank notifications, payment reminders, lottery wins on your mobile phone and wondered whether there was any easy way you could take control? Or have you thought of safeguarding some of the key messages, may be, balance notifications from your bank, special messages from your special someone and other…

  • Page Object Model

    Automation Testing with Selenium using Page Object Model Page Object Model (POM) Writing selenium scripts is not tough job. We have to find the elements and perform the operation on the webpage. Consider the below example of simple selenium script which will navigate to gmail website and identifies the email id field and enters the email…

  • Asynchronous actions in MVC 5

    What does it mean? Asynchronous actions allow developers to handle more concurrent requests and can be implemented using async / await keywords. Asynchronous actions are useful in scenarios where we are performing some network operation such as calling a remote service, webapi etc. What are the Benefits? 1) It can make application to handle more…

  • How to upload the files in Selenium using AutoIt

    Selenium   WebDriver Test Automation framework allows us to write the automation scripts for web applications and execute them in various browsers. In some test scenarios, you might need to verify the functionality of uploading the files. The file web element launches the windows file upload dialog to browse and select the files. With the help…

  • Microsoft Azure Consultant

    ·         Executing technical feasibility assessments, solution estimations and proposal development for moving identified workloads to Azure ·         This role will entail to be abreast on the latest in cloud technology, performance and would require strong design and implementation skills in Azure ·         Develop a migration approach to move workloads from On-Premises to Azure ·         Lead…

  • Data driven testing in selenium webdriver using excel

    Data-driven testing (DDT) is taking a test, parameterizing it and then running that test with varying data. This allows you to run the same test case with many varying inputs, therefore increasing coverage from a single test. In addition to increasing test coverage, data driven testing allows the ability to build both positive and negative…

  • Load testing using Visual Studio – 2013

    Load testing using Visual Studio – 2013   To run load test, we first have to create web-performance test. Let us now look how to create web-performance test and how to perform load test on web-performance test. Tester should make sure that all regression tests are completed and system is stable before proceeding to load…