Testing Guys please provide your valuable feedback, opinion on this blog spot. If you wish to share any new ideas,documentation on testing please your welcome.
Popular posts from this blog
Some more Testing Types
Adhoc Testing : Testing is done without any formal test plan or test case creation. It helps tester in learning the application prior starting with any other testing. GUI : GUI testing is done to whether all the GUI standards are followed or not. Microsoft GUI standard are the best standard for GUI. Content: Section I: Windows compliance standards: 1. Application 2. For each window in the application 3. Text boxes 4. Options (Radio buttons) 5. Check boxes 6. Command button 7. Drop down list boxes 8. Combo boxes 9. List boxes Section 2: Tester’s screen validation checklist. 1. Aesthetic condition 2. Validation condition 3. Navigation condition 4. Usability condition 5. Data integrity condition 6. Modes (Editable read only) condition 7. General condition 8. Specific field tests 9. Data field test 10. Numeric field 11. Alpha field check Exploratory Testing : This testing is similar to ad-hoc testing and is done in order to explore the application to find out t...
Software Development Life Cycle
Software Development Life Cycle: The software development life cycle begins with the identification of requirement for software and ends with the formal verification of the development software against that requirement. In V-Shaped model the development and testing phase are carried out parallel sequence i.e. Verification on one side and validation on other side. Advantage : As the verification and validation are done along with the test management. The outcome of V shaped model is a quality product. Drawback : Time consuming and costly model. Water fall model : in this model the development and testing phase are carried out step by step process and a base line document is prepared. Advantage : It’s simple model and easy to maintain, project implementation is very easy. Drawback : Can’t incorporate new changes in the middle of the project development. Base line document. Prototype Model (Rapid Prototype model) :- This is cyclic version of the linear model. In this model once...
Comments
Post a Comment