• Managed EXTENSIBILITY Framework: Focused on Extensibility

    Every system while being designed considers the growth prospects. Extensibility is a measure of the ability of a system to extend itself and how much efforts will be required to bring about the desired change. The possible changes in the system could be either the inclusion of a new functionality or modifications in the existing…

    Read More
  • SharePoint 2016: The Future Is Hybrid

    SharePoint Server 2016 brings new hybrid capabilities that enable on-premises users to tap the cloud innovation delivered in Office 365 and modernize the infrastructure, speed, and security. The latest version pays close attention to the trends in content management, team collaboration, user experiences across devices, and efficiently blends the cloud into existing on-premises scenarios in…

    Read More
  • What is X12?

    X12 is a messaging standard developed by the American National Standards Institute (ANSI) for inter-industry electronic exchange of business transactions i.e. electronic data interchange (EDI). ASC X12, chartered by the American National Standards Institute, develops and maintains EDI standards to drive business processes globally. How X12 is helpful in EDI The ASC X12 body develops and…

    Read More
  • Data Storage Technologies: What does the future holds?

    About 2.5 Quintillion Bytes of data is being generated every day, and the figures will continue to grow exponentially in the future. The question arises on how and where to store the colossal sized data? The present modes of SAN, NAS, solid state, RAID are working in conjunction with Big Data and other technologies like…

    Read More
  • Inter-Process Communication in Windows

    Inter Process Communication or IPC as name suggests, is used to share data between two applications or processes. The processes can be on the same computer or somewhere else in the network. Windows operating system supports various techniques for IPC, these are: Clipboard: A loosely coupled data sharing method. When user uses copy or cut…

    Read More
  • How To Handle Exception Through Selenium Web Driver

    An exception is an event in software development language, which terminates the program, if the worst program scenarios are not handled properly. Basically in general programming language, we can also say that Exception is a class which is sub class of Throwable class. An exceptions can disturb our script workflow or can terminate the program….

    Read More
  • Electronic Data Interchange (EDI): How EDI Works

    In the previous blog, we explained about EDI (Electronic Data Interchange), this article further focuses on How EDI works and its usefulness for business operations. Today EDI is being used in industries like banking, finance, retail, automobiles, etc. to share business documents within the organizations. Exchange EDI document has no involvement of any paper or…

    Read More
  • Communicating with GUI Objects using Selenium WebDriver

    Selenium WebDriver supports dynamic web pages where page elements may change without reloading the page. Selenium WebDriver supplies developers with a well-designed object-oriented API with enhanced support for advanced problems of web application testing. Here we are trying to exhibit how to use Selenium to access GUI objects with web applications. User friendly websites require…

    Read More
  • Project Time Estimation – A Big Challenge

    Accuracy in overall time estimation is a crucial skill required for project management, which helps anticipate the project duration and costs involved. If the project time estimation is not proper then it can lead to issues like over-estimation or under-estimation. Under-estimating a project is disturbing for all team members as it leads to an additional…

    Read More
  • JMeter Test Report Generation- Single Step Solution

    JMeter is widely used tool for performing the load testing on a web application. It has its own User Interface to capture and play the Test scripts, generate the Test Results in Tabular form and Graphs. It’s a tedious job to share the test results with stake holders on regular basis. Won’t it be fun…

    Read More