what is testing methodology
Answers were Sorted based on User's Feedback
Answer / sruthi
Testing methodology is of three types, they are
1.Black Box Testing
2.White Box Testing
3.Gray Box Testing
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / aarthi
Testing methodology addresses the criticality of the
applications by following a methodology that consists of
the following steps:
1.Kick-off meeting-Strategy Meeting
2.Requirement analysis
3.Tools Identification-tools that will be applicable for
the particular software to be tested.
4.Test plan preparation
5.Test Environment setup
6.Test cases
7.Test Execution
8.Defect tracking and reporting
9.Report presentation
10.Post-shipment reviews
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / penisetty
hi,
This very good question.
Testing Methodology:-
We begin the testing process by developing a comprehensive
plan to test the general functionality and special features
on a variety of platform combinations. Strict quality
control procedures are used. The process verifies that the
application meets the requirements specified in the system
requirements document and is bug free. At the end of each
testing day, the team prepares a summary of completed and
failed tests. Our programmers address any identified
issues, and the application is resubmitted to the testing
team until every item is resolved. All changes and
retesting are tracked through spreadsheets available to
both the testing and programming teams. Applications are
not allowed to launch until all identified problems are
fixed. A report is prepared at the end of testing to show
exactly what was tested and to list the final outcomes.
Our software testing methodology is applied in three
distinct phases: unit testing, system testing, and
acceptance testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
can any one tell me what is the difference between Integration testing and End-End testing? plz dont tell me Integration is whitebox testing and done by developers, where as End-End is blockbox testing and done by testers.
by whom testing is done in waterfall model ,spiral model and prototype model? means is it done by testers or development team itself?
Explain the test plan, how to prepare the test plan
Write difference b/w waterfall model and spiral (agile)model
Can you explain process areas in cmmi?
what is statergy?
what are reviews in sdlc?
what is the difference between functional test cases and compatability testcases?
1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should not be less than 8 to 13 chars and there should be at least one special character and one Capital letter.
Describe your experiences with code analyzers.
Diffrent between Smoke and Sanity tesing?