Wednesday, May 20, 2009
Difference between Smoke testing and Sanity Testing
Tuesday, May 19, 2009
Important Terms and Definitions
Test policy should be approved by CEO or Directors.Test Strategies
Tuesday, February 17, 2009
What is 'Software Testing'?
What is 'Software Quality Assurance'?
Saturday, February 14, 2009
Difference between Manual Testing and Automation Testing
1. Manual Testing is time consuming.
Automation Testing is Quick.
2. Manual Testing is not expensive.
Automation Testing is expensive as automation tools needs to be purchased
and licence has to be renewed on regular basis.
3. In Manual Testing we make test cases.
In automation we make scripts.
4. In Manual Testing we have to perform steps repeatedly.
In Automation code or script can be reused.
Test Cases
Phases of Software Testing / Manual Testing Process
Test Plan :
It is a document which describes the testing environment, purpose, scope, objectives, test strategy, schedules, mile stones, testing tool, roles and responsibilities, risks, training, staffing and who is going to test the application, what type of tests should be performed and how it will track the defects.
Test Development :
• Preparing test cases • Preparing test data • Preparing test procedure • Preparing test scenario • Writing test script
Test Execution :
In this phase we execute the documents those are prepared in test development phase.
Analyse result :
Once executed documents will get results either pass or fail. we need to analyse the results during this phase.
Defect Tracking :
When ever we get defect on the application we need to prepare the bug report file and forwards to Test Team Lead and Dev Team. The Dev Team will fix the bug. Again we have to test the application. This cycle repeats till we get the software with our defects.
Summarise Reports :
• Test Reports • Bug Reports • Test Documentation