I wish all testers read these software testing good practices. Read all points carefully and try to implement them in your day-to-day testing activities. This is what I expect from this article. If you don’t understand any testing practice, ask for more clarification in comments below. After all you will learn all these testing practices by experience. But then why not to learn all these things before making any mistake?
Here are some of the best testing practices I learned by experience:
1) Learn to analyze your test results thoroughly. Do not ignore the test result. The final test result may be ‘pass’ or ‘fail’ but troubleshooting the root cause of ‘fail’ will lead you to the solution of the problem. Testers will be respected if they not only log the bugs but also provide solutions.
2) Learn to maximize the test coverage every time you test any application. Though 100 percent test coverage might not be possible still you can always try to reach near it.
3) To ensure maximum test coverage break your application under test (AUT) into smaller functional modules. Write test cases on such individual unit modules. Also if possible break these modules into smaller parts.
E.g: Lets assume you have divided your website application in modules and ‘accepting user information’ is one of the modules. You can break this ‘User information’ screen into smaller parts for writing test cases: Parts like UI testing, security testing, functional testing of the ‘User information’ form etc. Apply all form field type and size tests, negative and validation tests on input fields and write all such test cases for maximum coverage.
4) While writing test cases, write test cases for intended functionality first i.e. for valid conditions according to requirements. Then write test cases for invalid conditions. This will cover expected as well unexpected behavior of application under test.
5) Think positive. Start testing the application by intend of finding bugs/errors. Don’t think beforehand that there will not be any bugs in the application. If you test the application by intention of finding bugs you will definitely succeed to find those subtle bugs also.
6) Write your test cases in requirement analysis and design phase itself. This way you can ensure all the requirements are testable.
7) Make your test cases available to developers prior to coding. Don’t keep your test cases with you waiting to get final application release for testing, thinking that you can log more bugs. Let developers analyze your test cases thoroughly to develop quality application. This will also save the re-work time.
8 ) If possible identify and group your test cases for regression testing. This will ensure quick and effective manual regression testing.
9) Applications requiring critical response time should be thoroughly tested for performance. Performance testing is the critical part of many applications. In manual testing this is mostly ignored part by testers due to lack of required performance testing large data volume. Find out ways to test your application for performance. If not possible to create test data manually then write some basic scripts to create test data for performance test or ask developers to write one for you.
10) Programmers should not test their own code. As discussed in our previous post, basic unit testing of developed application should be enough for developers to release the application for testers. But you (testers) should not force developers to release the product for testing. Let them take their own time. Everyone from lead to manger know when the module/update is released for testing and they can estimate the testing time accordingly. This is a typical situation in agile project environment.
11) Go beyond requirement testing. Test application for what it is not supposed to do.
12) While doing regression testing use previous bug graph (Bug graph - number of bugs found against time for different modules). This module-wise bug graph can be useful to predict the most probable bug part of the application.
13) Note down the
-
▼
2009
(161)
-
▼
April
(79)
- MotherBoard Tips
- Mandira BEDI IPL season 2
- Qtp Tutorials
- WinRunner Faq's
- MANDIRA BEDI
- 5
- 4
- 3
- 2
- 1
- USE CASE TESTING Use case focus Each use cas...
- PAIR WISE TESTING All-pairs testing or pairwis...
- PERFORMANCE TESTING Performance Testing covers...
- Ad hoc TESTING Ad hoc testing is a commonly us...
- TEST AUTOMATION Test automation is the use of ...
- FUZZING TESTING Fuzz testing or fuzzing is a s...
- SECURITY TESTING Confidentiality § ...
- BOUNDARY VALUE TESTING Introduction Exper...
- INTEGRATION TESTING Integration testing' (some...
- LOAD TESTING Load Tests are end to end performan...
- REGRESSION TESTING Regression testing means rerun...
- SMOKE TESTING Smoke testing is a term used in ...
- STRESS TESTING Stress testing is a form of tes...
- UNIT TESTING In computer programming, unit tes...
- White Box Testing What is a White Box Testing ...
- System testing From Wikipedia, the free en...
- CONFORMANCE TESTING Conformance testing or typ...
- COMPATIBILITY TESTING Compatibility testing, part...
- Black Box Testing What is a Black Box Testing ...
- ACCEPTANCE TESTING Acceptance testing (also known...
- Manual Testing
- Full Guide
- Database Testing
- Internet Directories
- Frameworks
- Automation Framework
- Non-Functional Testing
- Full Process
- Testing Tips
- Microsoft Templates
- Katrina and Sonam Kapoor really 23/24...?
- Auto Insurance Coverages
- insurance quotes in Canada
- Proof of Financial Responsibility
- COMMON AUTO INSURANCE TERMS
- Workers' Compensation
- Property and Casualty Insurance
- Pet Insurance
- Life Insurance
- Health Insurance
- US Insurance Companies
- Parizaad Slips and teeth Slips
- Aish and Soonam really Face to Face
- Asbestosis
- Navy Veterans
- Mesothelioma Staging
- Mesothelioma Treatment
- Mesothelioma Diagnosis
- Mesothelioma Symptoms
- Mesothelioma Causes
- Mesothelioma Risk Factors
- Pericardial Mesothelioma
- Peritoneal Mesothelioma
- Pleural Mesothelioma
- Types of Mesothelioma
- Benign Mesothelioma
- Malignant Mesothelioma
- Mesothelioma
- Cancer Treatment
- Asbestos Cancer
- Asbestos Exposure
- Asbestos
- APPLICATION TEST TOOLS
- Common types of computer bugs (5)
- Common types of computer bugs (4)
- Common types of computer bugs (3)
- Common types of computer bugs (1)
- Common types of computer bugs (2)Glitch City, a Po...
- No title
-
▼
April
(79)
Blog Archive
160 x 600 Ad Section
Testing Tips
Posted by : Engineer on
|
Labels:
Software Testing Tips
|