-
App Center With Xamarin Forms
AppCenter is helpful for us to build our App along with we can test our app on 1000+ physical devise which is hosted on cloud. With the help of AppCenter we can distribute our build for testing purpose and after that we can deploy on App Store and Play store. AppCenter provide a facility to…
-
NAV – Connecting External SQL
Reason Data synchronization between NAV and other applications (whose back end is SQL) Applications: eCommerce Integrations Who can do it? Knowledge on NAV Development Knowledge on NAV Table objects Basic knowledge on database Pre-requisites: NAV 2016 or above Access to NAV Development environment and NAV developer’s license SQL Server (credentials required for both the cases)…
-
Swift Mapping and Flat Mapping
In this blog post, I will introduce some of useful tips and techniques of using swift mapping and flat mapping, you might already experienced the basic usage of swift map and flat map but in this blog we can see some additional benefits and areas where we can use the map and flat map to…
-
Avoid These 14 Subject Line To Get A Prospect
Messages frequently live amazing their titles. An extraordinary title propels prospects to open the message, while a deadened one means they won't read a solitary word. The email headlines on this rundown fall into the second camp. They're pretentious, irritating, misdirecting, and befuddling – here and there, the greater part of the above. In the…
-
What is Defect? Defect Life Cycle in Software Testing.
Defect is an unexpected behaviour (or) unexpected flow of the software application against to requirement document. A Defect can be an error/bug which includes: Functional errors, Communication errors, Syntactic errors etc. A Defect has its own life cycle in software testing from the day it found to till closing. In this blog, I have discussed…
-
Introduction to SharePoint and its features
What is SharePoint? SharePoint is a platform to support collaboration and Content management system. It is a central web based portal where you can manage document, social activities, data and information. It allows groups to set up a centralized, password protected space for document sharing. Document can be stored, download and edited then upload for…
-
What are Frames? How to handle frames in Selenium WebDriver with C#?
IFrame (FullForm: Inline Frame) is an HTML document that is included in another HTML document and is used to place the contents from another source. Eg: Advertisements, Youtube Videos etc… Almost all site includes IFramenow a day, where they would be displaying advertisements or playing videos of other sources. Now, let’s see how to identify…
-
What is Synchronization? Handling Synchronization in Selenium WebDriver using C#:
Synchronization meaning: when two or more components involved to perform any action, we expect these components to work together with the same pace. The co-ordination between these components to run paralelly is called Synchronization. Synchronization (Wait) in Selenium has a great significant value. Now a day, we see most of the web applications are developed…
-
How to Prevent Users from Moving Task to Closed State with a non-Zero value Remaining Work field in VSTS/TFS
One workflow problem we see in VSTS/TFS projects is people move the Task to Closed or Resolved state without updating the Remaining Work to Zero which leads to some incorrect project reports. In theory, there should be no Remaining work for Closed or Resolved Tasks. One of our customer had this below requirement. Wanted share…
-
Why move to VSTS?
Introduction to Visual Studio Team Services (VSTS) Visual Studio Online is not Visual Studio on the Web. Many people might think that it’s simply the cloud-based version of Microsoft development tool. But, it is Team Foundation Server (TFS) on cloud. It started off as the online version of TFS, but with a lot of features and services added in…