Overview Testing is a very important process in the development cycle of an application. It is necessary to find out bugs which may be present in any program. Testing is largely the main process which ensures that a software developer…
Mobile Game Testing – The process and the development lifecycle
Building mobile game applications require a detailed process to be followed in a systematic way. These processes covers requirement gathering, detailed design, development, usability testing, QA testing, full beta testing and then finally deployment on different target devices. Mobile game…
How to select – Automated Testing or Manual Testing?
Software testing is a huge domain, but it can be broadly categorized into two areas: manual testing and automated testing. In manual testing, test cases are executed manually (by the testers) without any support from tools or scripts. But with…
Selenium Scripting: A How-To for Beginners
Selenium is an open source tool which is used for automated testing of web based applications. The tool is very simple and easy to use. It is widely used for functional testing of browser based applications developed in any technology.…
How to handle test coverage using testing tools
Overview: To define “Test coverage” we have to talk about the topics stated below: The purpose of test coverage. Different types of test coverage standards. Test coverage metrics Unit test coverage Test coverage tools Advantage and disadvantage of test coverage.…