CORS

Cross-Origin Resource Sharing (CORS) – What is it?

CORS, what is it? Cross-Origin Resource Sharing (CORS) is a mechanism that allows a web application running at one origin (domain) to access selected resources from a different origin using HTTP headers. Here different origin can be, different domain or protocol or ports. Cross-Origin resources can be stylesheets, scripts, iframes, APIs or any other media content like images, videos, etc. Simply put, CORS is a standard for accessing web resources on different domains/servers/ports. In general, Read more…

Skype Interview Checklist

Skype Interview Checklist

More interviews are happening over Skype these days and here is a quick Skype Interview Checklist. Install Skype and share your handle with the interviewer well in advance Make the connection in Skype with the interviewer before your interview date Test the Microphone, Speaker and the Headset Lighting arrangement for video conferences Dress well, after all this is a face to face interview as well Make sure to close all other applications and windows Set Read more…

UI Testing Tasks/Checklist

UI Testing Checklist UI testing verifies the functions of an application that are visible to a user. Below is the high-level list of tasks involved in performing UI testing. Below are the few UI testing tasks/checklist to ensure the application meets the specification. UI is working as per the functionalities defined in the spec. Validation and Event triggers Data Integrity Verify the date, password, email, URL, and numeric field formats Verifying UI elements UI element standards Read more…

Native vs. Hybrid Platform

The native vs. web debate is old fashioned, a native vs. hybrid is the current trend  amongst experts. So, which one has the upper hand? Which one wins the debate? The answer is which one serves the purpose right, emerges as the winner. In this blog post, let us throw more light so that you can make smart and informed decision on mobile platforms. Native Smart device applications designed and developed to reside on the Read more…

Selenium Automation

Top Five Reasons Why Selenium is Good For Automation

Selenium for Automation Software testing used to be a purely manual job, until automated software testing such as Selenium came to the party. Automation tools are found to increase efficiency and help achieve better results. There are a lot of automated testing tools, which include Selenium, Watir, TestComplete, Ranorex etc. Since there are a lot of options for this purpose; why should Selenium be your choice for automated testing? At the end of this article, you Read more…