Posts

Showing posts from September, 2013

Manual testing part-3 test cases writing and Software test execution and reporting

Image
C umming to software testing software test planning and software test design will be done. SOFTWARE TEST PLANNING : Here PM can select test lead and this test lead will take care of Team formation Identifying tactical risks Preparing test plan in IEEE 829 format and  Review of test plan  SOFTWARE TEST DESIGN : When test plan document was base lined, Corresponding testers can start test design for responsible modules and testing topics. UNDERSTANDING REQUIREMENTS : In general every test engineer can study complete srs by following below three models : By getting training from SME(subject matter expert) Getting training from SA Study SRS and get clarity on doubts from SA Study SRS and go for knowledge transfer. Here studying srs and getting clarity is more popular. 2 . PREPARING TEST SCENARIOS AND CASES : After completion of all requirements understanding testers can prepare test scenarios and cases for selected requirements. Test ...

Software testing - manual testing part 2

                                                                                       TESTING STAGES OR PHASES            There are four testing stages. They are  Documents Testing Unit Testing Integration Testing and Software Testing.   Here testers job is Software testing. let us discuss briefly about all the testings 1. DOCUMENTS TESTING : In general any SDLC model can start with requirements gathering by BA(Business analyst). BA can prepare BRS(Business requirement specifications). BRS is also called as CRS(customer requirement specifications).     Documents testing can be done in three ways. They are :   Walk through  Inspection Peer review Let us discuss about them...

Software Testing - Manual testing part 1

Image
 How many of you have idea on software testing? People who is not so good in programming and wanted to settle in software can opt this. They can learn software testing, I have attended testing course i will share my knowledge with you . There are two types of testing it is Manual testing and Automation testing. Automation testing can be done using QTP  tool. In this post i will discuss basics of manual testing and com pleat full software testing in few posts.                                                                                                  MANUAL TESTING  Software :  software is a set of excicutable  programs. We have eight SDLC models in testing ( Software design life cycle) they are: Waterfa...