Technology

Technology articles will deal with information, data and operations, activities related to that data and new coming technology. Share your ideas, read posts and share techliebe in your social world.


System Testing in Software Testing
What is the System Testing? System testing is an actually a series of different test whose primary purpose is to fully exercise computer based system. Each test has different purpose all work to verify that system elements have been properly integrated and perform allocated functions. Types of System testing:- 1)      Recovery testing 2)      security testing 3)      stress testing 4)      performance testing     Recovery testing:- a)      Many computer systems must […]

System Testing


Data Complexity
Big data is a large amount of structured and unstructured data that grows exponentially. This data is difficult to control using database management tools and traditional data processing tools. Big Data is important in industries as large amount of data lead to better decision making. It can also be used for gathering potential customers. Let us consider for example you are posting something as “I am planning to go Goa […]

Big Data



Copy Right Act
This article gives the information of “COPYRIGHT”. Copyright is a set of exclusive granted by law of a jurisdiction to the author or creator of an original work, including the right to copy, distributor and adapt the work. Exception and Limitation to this right strive to balance the public interest in the wide distribution of the material produced and to encourage creativity. Exception includes good dealing and good use, and […]

CopyRight


Hibernate
Introduction to Hibernate   Hibernate is a Mapping technique used in JAVA. There are several persistent frameworks such as Java Data Objects, TopLink, Entity Beans, Enterprise JavaBeans, Castor, Hibernate, etc. Hibernate is one of them. Hibernate is an Object-Relational Mapping (ORM). It is an ORM tool that automatically maps your domain object (java classes) to the relational databases.   What is ORM? •    ORM is a data mapping technique. The […]

Introduction to Hibernate



DOS attack
Denial of Service attack is a type of attack in which the network is flooded with useless traffic which ultimately leads to its failure. Here, Denial means refusal to satisfy a request. This attack may be caused by single or a group of people. When a single host attacks it is called Denial of Service (Dos) attack and when multiple host attacks it is called as Distributed Denial of Service […]

Denial of Service(DoS) Attack


Virtual Memory
This article gives broad information of “Virtual Memory” of operating system. The concept of  Virtual Memory is the separation of user logical memory from physical memory and  it is commonly implementation by demand paging. In this way a very large virtual memory can be provided for programmers on a smaller physical memory. Because of virtual memory the programming task becomes easy. The large amount physical memory gets available to the […]

Do You Know What is Virtual Memory?



100% quality tested
This article enlightens how a quality of software can be increased to an extent. The most expert and experience software developers say that high quality software is an important view. There are certain questions may come in your mind that how do we define quality? It is said that “Every program does what is expected as well as may be what is not expected by the user. There are many […]

Software Quality Assurance