-
Find the MIME type of a file based on the file signature
Sometimes we need to store images in a database instead of as physical files. For this purpose, the SQL Server database provides a data type called image. For the sake of simplicity, the extension of the file is also stored...
-
Importance of Security Testing
Why Security Testing? With the cyber world becoming more and more vulnerable to attacks, security is something that cannot be compromised. In order to develop secure applications, one really needs to use a security development lifecycle. Security must be considered...
-
How to record HTTPS with JMeter | JMeter Recording
To record HTTPS traffic, one needs to configure the browser proxy settings and JMeter proxy server. In the browser proxy server, the following changes should be made. Go to the options tab in the firefox browser and click Advanced >>...
-
Backend as a Service (BaaS) in a Box
Backend as a Service (BaaS) in a Box BaasBox is an Open Source that provides a complete solution for managing the backend of web and mobile applications. Backend as a Service allows mobile app developers to set up and operate...
-
The Usability Factor – WordPress vs Drupal
WordPress and Drupal are popular platforms used by individuals and businesses to create websites. The majority of the bloggers and webmasters will choose WordPress as it is simple and easy to use. WordPress has thousands of great features which is...
-
Elixir Programming Language – The Smart Programming Language
Lately, a lot of attention has been gathering over Elixir, one of the latest programming languages. What is Elixir? Elixir is a functional, concurrent language built on the Erlang VM with syntax close to the Ruby programming language. Apart from...
-
Do’s & Don’t of JMeter
What is JMeter? JMeter is an open-source Java application designed to load test functional behavior and measure performance. JMeter is an Apache project used by a large open-source community. Being a part of Apache, JMeter has comprehensive protocol coverage and...
-
Test Automation with Selenium
Selenium 2 is the newest addition to the Selenium toolkit. This brand-new automation tool provides all sorts of test features, including a more cohesive and object-oriented API as well as an answer to the limitations of the old implementation. Selenium2Library...
-
Sharable Content Object Reference Model (SCORM)
What is the Sharable Content Object Reference Model SCORM? The Sharable Content Object Reference Model (SCORM) is a repository of technical standards and specifications for web-based e-learning. It is an XML-based framework used to define and access information about learning...
-
Java Native Interface (Java JNI)
What is Java Native Interface (Java JNI)? Java JNI is a programming framework that enables the Java native code running in a Java virtual machine to call native applications specific to the operating system and hardware. JNI enables one to...
-
Exposure in Image and Video Processing
Video and image processing enables us to acquire, process, and analyze images and video data for data visualization and manipulation. We have explored the following open-source API for video and image manipulation: OpenCV: OpenCV (Open Source Computer Vision Library) is...
-
Cloud Testing – Nuts & Bolts
Need for Cloud Testing – Issues and Challenges Traditional testing has limitations like latency, performance, concurrency, and planning issues and is way too expensive. Cloud testing is a big game changer and surpasses the challenges faced by traditional testing. It...