Effective Test Management Practices

Software testing is a vital part of software development life cycle, to ensure the developed program is bug-free, consistently meeting and exceeding the customer expectations in terms of quality. This can be achieved by a well-managed test life-cycle supported by some excellent engineers.

PerformancePoint Services in SharePoint 2013

PerformancePoint Services is a service application that comes equipped with the Enterprise edition of SharePoint Server 2013. It provides flexible tools that enable organisations to create rich Business Intelligence Dashboards to accommodate data from various sources but not limited to Analysis Services (SSAS). Here we are going to look at some of the common content types that Dashboard Designer allows to create and the unique features they exhibit.

Xamarin Test Cloud: An Introduction

The best way to validate the behavior of an application is by testing it continuously. If the behavior matches the expected results, with no crashing or returning incorrect results, the application is said to be in good form and can be implemented without issues. This process of testing the UI of an application by using and interacting with it is known as UI Acceptance Testing.

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 code.

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.

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.

Published
Categorized as General Tagged

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 NoSQL, MPP (Massive Parallel Processing) while other unconventional methods are being developed in the side-line. The storage and management of the extraordinary amount of data requires innovative ways.

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

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

Electronic Data Interchange (EDI): How EDI Works

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 people, it is directly linked from the sender’s system to the receiver’s system, thus making it faster and cost-effective.

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.

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 workload of the project, whereas in over-estimating the duration, the client becomes sceptical about your expertise and team productivity is hampered.