出版社:Academy & Industry Research Collaboration Center (AIRCC)
摘要:Testing is the one of the important component of any software engineering process. As wetalking about the software’s applications then web application is the fastest growing applicationnow a day. So web application or web sites will be tested accurately and correctly. Web testingincludes testing of various applications like configuration control, navigation control, state,database etc. Web site testing ensures that there will be no broken links, no images will bemissed, there should be no spelling mistakes, no any errors or bugs in software, and thedownload time should not be so delay as specified. Timeliness, structural quality, content,accuracy and consistency, response time and latency and performance are the major web site‘squality factors. Functional, browser, performance, security, usability, database etc testing areperformed on any website to make it defect free. Also for any project we also need to maintainthe database. So database plays very important role for every organization, so for better resultstesting of database is required. It is now not only the necessity of project or web applicationitself but of the organization also to avoid any future problems that can be come in application.As a minute fault in data base can causes data loss that may be uncover able in future. Manytools and frameworks are available for testing of databases or generate test cases to check theapplications. When we test the website or any web application and there is difference betweenexpected results and the actual results, there is defect. Defects can be classified in to 3categories: Wrong, Missing and Extra. Errors can be classified according to priority orseverity. According to the severity and priority of the defects, these can be fixed before deliverproduct to the client. In this paper we represent that on which we can apply tests in on database.how we can perform testing on database. We have also computed the coverage of design of testcases to maintain the quality of testing. By this, we can decrease the time, memory and cost ofproject to some extent, there by easing the tester to manage their testing phases easily.
关键词:Manual/Automation Testing; Defects; Defect types; Test cases design; Database testing