Overview on RDBMS

  Overview on RDBMS Introduction: RDBMS is a term used to describe an entire suite of programs for both managing a relational database and communicating with that relational database engine. Sometimes Software Development Kit (SDK) front-end tools and complete management kits are included with relational database packages (eg: MS Access) In other words, an RDBMS … Read more

Test Case Design Examples

  Test Case Design Examples 1). How do we write test cases without documents or knowing the requirements? We can go to adopt a testing technique called Exploratory Testing. According to James Bach exploratory testing is defined as “an interactive process of concurrent product exploration, test design, and test execution.” 2). what are the test … Read more

Overview on DBMS

  Overview on DBMS Introduction Oracle is a relational database management system, which Organizes data in the form of tables. Oracle is one of many database servers based on RDBMS model, which manages a seer of data that attends three specific things-data structures, data integrity and data manipulation. With oracle cooperative server technology we can … Read more

An Overview on Computer Software

An Overview on Computer Software Software: Computer programs, procedures, and possibly associated documentation and data pertaining to the operation of a computer system. Software: Set of Programs, take input, process the input and provide output. Program: Set of instructions or statements to perform operations Statement or Instruction: A minimal executable unit. I) Different types of … Read more

SQL Knowledge For Software Testers

SQL Knowledge For Software Testers Basics of the SELECT Statement  In a relational database, data is stored in tables. An example table would relate Social Security Number, Name, and Address: EmployeeAddressTable SSN FirstName LastName Address City State 512687458 Joe Smith 83 First Street Howard Ohio 758420012 Mary Scott 842 Vine Ave. Losantiville Ohio 102254896 Sam … Read more

Software Test Design Techniques

Interview Questions on Test Design Techniques 1) What are the important Black Box Test Design Techniques? Black-box test design techniques : • Equivalence partitioning • Boundary value analysis • Decision Table Testing • State Transition Testing • Use Case Testing 2) What is Random Testing? It is a Block box test design technique and informal … Read more

Software Testing Guide

  Software Testing Guide Software Testing: Computer Software Testing is a process that consists of all Test Life Cycle activities Test planning, Test Design, Test Execution and Test closure to determine that the software products satisfy customer’s requirements and are fit for customers use. Software Testing includes static and dynamic testing. Software Testing is done … Read more

Regular Expressions in Java

  Regular Expressions in Java Java provides the java.util.regex package for pattern matching with regular expressions. Java regular expressions are very similar to the Perl programming language and very easy to learn. A regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a … Read more

Solaris Admin Resume

Solaris Admin Resume Jegadeesh Kannan Mobile1: +91 9840021688 E-Mail: jegadeeshtk@yahoo.com JOB OBJECTIVE I am seeking a position where I can use my organizational skills, trouble shooting capabilities, and analytical talents to make the work environment more efficient, productive and pleasant. PROFILE SUMMARY •A competent professional with overall 6+ years experience, including 4 years of experience … Read more

Applet Classes in Java

  Applet Classes in Java An applet is a Java program that runs in a Web browser. An applet can be a fully functional Java application because it has the entire Java API at its disposal. There are some important differences between an applet and a standalone Java application, including the following: An applet is … Read more