Our insightful blogs
Databases. A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data is typically organized to model aspects
- Digital Engineering
To understand the V model, let’s first understand what is verification and validation in software. Verification:- “The process of evaluating documents / work-product of a development phase.” Verification is also
- Quality Engineering
Today I am just looking for a solution on how to create simple and light weight web service for a small and clean plain data. Lots of things were in
- Digital Engineering
HOW TO WORK WITH SIKULI TOOL :- 1. To work with sikuli first we have to download the sikuli setup.jar from the link given below: https://launchpad.net/sikuli/+download 2. Create a new
- Quality Engineering
Command: watch -n 5 free -m ``` Every 5.0s: free -m Total Used Free Shared Buffers Cached Mem 3951 2690 1261 11 169 2298 -/+ buffers/cache 222 3729 Swap 0
- Digital Engineering
First, Download the jenkins and install. 1. Download latest War file from the jenkins main site http://jenkins-ci.org/ 2. Open Terminal and go to download folder and run sudo java
- Quality Engineering
1.Run Apache server and run http://localhost:8080/jenkins/ 2. Install Maven 3 by below commands sudo apt-get purge maven maven2 maven3 sudo apt-add-repository ppa:andrei-pozolotin/maven3 sudo apt-get update sudo apt-get install maven3 3.Go
- Quality Engineering
Testing has been an integral part of SDLC, it is an exponentially growing vertical of web and software Development. We are starting a blog series on every aspect of testing.
- Quality Engineering