Author: Canarys

  • Canarys has partnered with Openbravo a Spain based ERP solution provider

    We are happy to announce our newly acquired partnership with Openbravo, Spain. Openbravo is the provider of the preferred Commerce and ERP Platform. Openbravo solutions are distributed exclusively through the global network of authorized partners. Openbravo is a world leader in the Open Source enterprise software space focused on helping clients achieve superior competitiveness. At…

  • Openbravo Services

    openbravo-canarys-partners We are happy to announce our newly acquired partnership with Openbravo, Spain. Openbravo is the provider of the preferred Commerce and ERP Platform. Openbravo solutions are distributed exclusively through the global network of authorized partners. Openbravo is a world leader in the Open Source enterprise software space focused on helping clients achieve superior competitiveness.…

  • Service Broker

    Service Broker SQL Server Service broker provides asynchronous queuing functionality to SQL Server. So now the end client will not have to wait. SQL Server Service broker uses both queues and asynchronous communication to fulfill its functionality. Queues are used because there may be instances that the other application with which we are interacting may…

  • How to enable Lync Addin and create Lync Meetings using the Outlook 2013

     How to enable Lync Addin and create Lync Meetings using the Outlook 2013 1.       Open the outlook and click New meeting, Check whether you can see the Lync Meeting option.            If Yes!.. Then no need to enable the Lync Addin for your Outlook which is already enabled and directly go…

  • Business Process Testing Framework in QTP

    Business Process Testing Framework   Business Process Testing (BPT) is the core integration of QTP and QC where writing the script (developing the component) and creating the test flow happens in QC itself. BPT tests are made up of two types of components a.       Keyword component which is similar to keyword view of action on…

  • Creating a Simple Form with Validation Using ASP.NET MVC 4 Empty Template

    There are multiple Validation attributes available in MVC. Validation attributes comes from System.ComponentModel.DataAnnotations. Available validation attributes are- System.ComponentModel.DataAnnotations.CompareAttribute System.ComponentModel.DataAnnotations.CustomValidationAttribute System.ComponentModel.DataAnnotations.DatatypeAttribute System.ComponentModel.DataAnnotations.MaxLengthAttribue System.ComponentModel.DataAnnotations.MinLengthAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.Web.Security.MembershipPasswordAttribute   Let us create a simple form to request a book using MVC4 basic template. First step is to create the visual studio project. 1.  Open Visual Studio.…

  • How to handle the exceptions using recovery scenario manager in QTP?

    VB script Error Handling Durning run time, if QTP encounters any erorr then it will display the error message which haults the script execution. Inorder to overcome this we should suppress the error message and then we should take appropriate action to handle the error. This can be done using “On error Resume Next” and…

  • The Best Practices and Advantages of Designing Effective Test Cases

    The Best Practices and Advantages of Designing Effective Test Cases Overview Test case is a “Documentation specifying inputs, predicted results, and a set of execution conditions for a test item.”  The aim is to divide the software function into small units of function that is testable with input, and producing result that is measurable. So,…

  • How to Remove the Departments Action Button in NAV 2015

    Some customers may not want to use Departments menu available. We need to have some option to remove the ‘Departments’ menu if we don’t want it on role center page. As we are all know we can customize a role center to hide the Departments menu for that client or a user. But what if…

  • How to print Header and Details (Lines) in different pages of a RDLC Report in NAV 2013 R2

    We usually print header and details section of a document on same page, what if we want to print on different pages? And how to do this? We can print header and details section of a document in different pages easily. To achieve this we have to place two different table controls, where one table…