|
What is 1000Projects
'1000projects.com' is an educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc
how it works?
Everything on this site is submitted by the students in this professional community. You Can submit your Projects, Project Topics & Ideas to info.1000projects{at}gmail.com after you submit your project/project Idea/Abstract/Seminar Topics, These are being verified and approved by our administrator. after approval of this project/project Idea/Abstract/Seminar Topics, It can be shown on 1000projects.com so that other users can read/discuss it.The entire content on this website is Only For Educational Purpose, Non Commercial use!
Please help us/Other Users by sending projects/project Ideas/Abstracts/Seminar Topics. Thanking You!!!!!
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
Screen Validation Checklist
Added on Sat, Feb 6, 2010
Aesthetic Conditions: Is the general screen background the correct color? Are the field prompts the correct color? Are the field backgrounds the... Read More
Windows Compliance Testing
Added on Sat, Feb 6, 2010
Application Start Application by Double Clicking on its ICON. The Loading message should show the application name, version number, and a bigger pictorial... Read More
The “V”Model
Added on Sat, Feb 6, 2010
What is GUI Testing?
Added on Sat, Feb 6, 2010
GUI is the abbreviation for Graphic User Interface. It is absolutely essential that any application has to be user-friendly. The end user should be comfortable while using all the components on screen... Read More
Specific Field Tests
Added on Sat, Feb 6, 2010
Date Field Checks Assure that leap years are validated correctly & do not cause errors/miscalculations. Assure that month code 00 and 13 are... Read More
What is regression Testing
Added on Sat, Feb 6, 2010
- Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes. -  ... Read More
Type of Change Request
Added on Sat, Feb 6, 2010
Bug the application works incorrectly or provides incorrect information. (for example, a letter is allowed to be entered in a number field) Change a modification of the existing application. ... Read More
Priority for the request
Added on Sat, Feb 6, 2010
Low the application works but this would make the function easier or more user friendly. High the application works, but this is necessary to perform a job. Critical the application does not work, job... Read More
Create Test Cycles
Added on Sat, Feb 6, 2010
During this stage you decide the subset of tests from your test database you want to execute. Usually you do not run all the tests at once. At different stages of the quality... Read More
Track and Analyze Bugs
Added on Sat, Feb 6, 2010
The lifecycle of a bug begins when it is reported and ends when it is fixed, verified, and closed. - First you report New bugs to the database, and provide all necessary... Read More
Validation Testing - Standard Actions
Added on Sat, Feb 6, 2010
Examples of Standard Actions - Substitute your specific commands Add View Change Delete Continue - (i.e. continue saving changes or additions) Add View ... Read More
Test Execution
Added on Sat, Feb 6, 2010
Test Execution is the heart of the testing process. Each time your application changes, you will want to execute the relevant parts of your test plan in order to locate defects and assess quality. Read More
Run Test Cycles (Automated & Manual Tests)
Added on Sat, Feb 6, 2010
Once you have created cycles that cover your testing objectives, you begin executing the tests in the cycle. You perform manual tests using the test steps. Testing Tools executes automated tests for you. A test cycle is complete only... Read More
Report Bugs
Added on Sat, Feb 6, 2010
Once you execute the manual and automated tests in a cycle, you report the bugs (or defects) that you detected. The bugs are stored in a database so that you can manage them and analyze the status of your application. When you... Read More
Analyze Test Results
Added on Sat, Feb 6, 2010
After every test run one analyze and validate the test results. And have to identify all the failed steps in the tests and to determine whether a bug has been detected, or if the expected result needs to be updated. Read More
Initiating a Change Request
Added on Sat, Feb 6, 2010
A user or developer wants to suggest a modification that would improve an existing application, notices a problem with an application, or wants to recommend an enhancement. Any major or minor request is considered a problem with... Read More
Bug Tracking
Added on Sat, Feb 6, 2010
- Locating and repairing software bugs is an essential part of software development. - Bugs can be detected and reported by... Read More
Phases of Testing Introduction
Added on Sat, Feb 6, 2010
The Primary objective of testing effort is to determine the conformance to requirements specified in the contracted documents. The integration of this code with the internal code is the important objective. Goal is to evaluate the... Read More
Types and Phases of Testing
Added on Sat, Feb 6, 2010
SDLC Document QA Document Software Requirement Specification Requirement Checklist ... Read More
Traceability Matrix
Added on Sat, Feb 6, 2010
A traceability matrix is created by associating requirements with the products that satisfy them. Tests are associated with the requirements on which they are based and the product tested to meet the requirement. Below is... Read More
|