Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)

what is '1000 projects'?

'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects .net projects, asp projects, c & ds projects, c++ projects (all), cold fusion projects, delphi projects, java projects, perl projects, php projects, sql projects, vc++ projects, visual basic projects.

how it works?

well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.

more number of projects?

here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com


Category Articles
Testing Types
Added on Thu, Feb 4, 2010
Testing Types   Functionality Testing:   During unit testing each component or object is tested for completeness and correctness of implementation of a specific feature of functionality. In integration... Read More
Testing Web Applications
Added on Thu, Feb 4, 2010
The various types of tests that one can apply to web application testing are:   ·        Unit Testing - testing of the individual modules and pages that make up the... Read More
Graph-based Testing Methods
Added on Sat, Feb 6, 2010
Black-box methods based on the nature of the relationships (links) among the program objects (nodes), test cases are designed to traverse the entire graph Transaction flow testing (nodes represent steps... Read More
Black Box (Vs) White Box
Added on Sat, Feb 6, 2010
  An easy way to start up a debate in a software testing forum is to ask the difference between black box and white box testing. These terms are commonly used, yet everyone seems to have a different idea of what... Read More
Black box testing Methods
Added on Sat, Feb 6, 2010
Graph-based Testing Methods  Equivalence Partition Boundary Value Analysis Orthogonal Array Testing ... Read More
Advantages of White Box Testing
Added on Sat, Feb 6, 2010
Forces test developer to reason carefully about implementation Approximate the partitioning done by execution equivalence Reveals errors in "hidden" code Beneficent side-effects Read More
Types and Levels of Testing in Programming
Added on Fri, Feb 5, 2010
Types and Levels of Testing in Programming Testing is an important step in software development life cycle. The process of testing takes place at various stages of development in programming. This is a vital step in development... Read More
Types of White Box testing
Added on Sat, Feb 6, 2010
A typical rollout of a product is shown in figure 1 below. Read More
The purpose of white box testing
Added on Sat, Feb 6, 2010
Initiate a strategic initiative to build quality throughout the life cycle of a software product or service. Provide a complementary function to black box testing. Perform complete coverage at the component level. ... Read More
Boundary Value Analysis
Added on Sat, Feb 6, 2010
Black-box technique that focuses on the boundaries of the input domain rather than its center ·         BVA guidelines: 1.    ... Read More
Comparison Testing
Added on Sat, Feb 6, 2010
Black-box testing for safety critical systems in which independently developed implementations of redundant systems are tested for conformance to specifications Often equivalence class partitioning is... Read More
Disadvantages of White Box Testing
Added on Sat, Feb 6, 2010
Expensive Cases omitted in the code could be missed out. Read More
Synonyms for white box testing
Added on Sat, Feb 6, 2010
Glass Box testing Structural testing Clear Box testing Open Box Testing Read More
Advantages of Black Box Testing
Added on Sat, Feb 6, 2010
More effective on larger units of code than glass box testing Tester needs no knowledge of implementation, including specific programming languages Tester and programmer are independent of each ... Read More
Code Coverage Analysis
Added on Sat, Feb 6, 2010
 Basis Path Testing A testing mechanism proposed by McCabe whose aim is to derive a logical complexity measure of a procedural design and use this as a  guide for defining a basic set of execution... Read More
Transactions
Added on Sat, Feb 6, 2010
  Systems that employ transaction, local or distributed, may be validated to ensure that ACID (Atomicity, Consistency, Isolation, Durability). Each of the individual parameters is tested individually against a... Read More
Testing Strategies/Techniques
Added on Sat, Feb 6, 2010
Black box testing should make use of randomly generated inputs (only a test range should be specified by the tester), to eliminate any guess work by the tester as to the methods of the function  ... Read More
Equivalence Partitioning
Added on Sat, Feb 6, 2010
Black-box technique that divides the input domain into classes of data from which test cases can be derived An ideal test case uncovers a class of errors that might require many arbitrary test cases to... Read More
Specialized Testing
Added on Sat, Feb 6, 2010
Graphical user interfaces Client/server architectures Documentation and help facilities Real-time systems 1.      Task testing (test each time dependent task... Read More
Design by Contract (DbC)
Added on Sat, Feb 6, 2010
  DbC is a formal way of using comments to incorporate specification information into the code itself. Basically, the code specification is expressed unambiguously using a formal language that describes the code&... Read More
Control Structure testing
Added on Sat, Feb 6, 2010
 Conditions Testing Condition testing aims to exercise all logical conditions in a program module. They may define: ·        Relational expression: (E1 op... Read More
Orthogonal Array Testing
Added on Sat, Feb 6, 2010
Black-box technique that enables the design of a reasonably small set of test cases that provide maximum test coverage Focus is on categories of faulty logic likely to be present in the software... Read More
Disadvantages of Black Box Testing
Added on Sat, Feb 6, 2010
Only a small number of possible inputs can actually be tested, to test every possible input stream would take nearly forever Without clear and concise specifications, test cases are hard to design ... Read More
Profiling
Added on Sat, Feb 6, 2010
  Profiling provides a framework for analyzing Java code performance for speed and heap memory use.  It identifies routines that are consuming the majority of the CPU time so that problems may be tracked down... Read More
Error Handling
Added on Sat, Feb 6, 2010
  Exception and error handling is checked thoroughly are simulating partial and complete fail-over by operating on error causing test vectors. Proper error recovery, notification and logging are checked against... Read More
Practices :
Added on Sat, Feb 6, 2010
This section outlines some of the general practices comprising white-box testing process. In general, white-box testing practices have the following considerations: The allocation of resources to perform class and method... Read More





   copy right ® all rights reserved by www.fullinterview.com