Educational Projects & Papers

Software testing technique for Web application
Performing study on various papers on this topic and making a summarization to get a new technology for web application

Software Quality Assurance using NUnit in Test Driven Development
Testing is not the duty for only the tester. To ensure the quality of a software, its too important to test the code not only after the end of coding but also to test the code from its starting. In the Dot Net development frame work, a programmer can test each and every step of his code using a unit testing tool. This report focuses on the topic how the quality of a software is assured in a Test Driven Development using NUnit tool.

Software Quality Assurance using Functional Testing tools( vTest & Selenium)
For Functionality testing, test cases are designed from an examination of the input/output values only and no knowledge of design or code is required. Applying tools, a tester can save time and effort by testing correctly using automated testing tools. And it also assures the quality of a software a lot. For web application functionality testing vTest and Selenium has been used here. This focuses on how an automated testing tool helps to ensure the Software Quality.

Human Face Recognition System
Building up a vector for recognizing human face using the tools PredictDemo gathering knowledge from Artificial Neural Network

Number Plate Recognition System
To recover text from a number plate using the concepts of computer vision.

Minijava Compiler Design
This was performed by defining some features under the course compiler construction.

Word Processor through C language
Using C language a editor was created for Word Processing purposes.

No comments: