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