What is the general testing process?
Answers were Sorted based on User's Feedback
Answer / arif
Testing Process
-----------------
1. Tesdt requirements analysis
2. Creation of Test Strategy (Which includes creation of
Test Cases)
3. Creation of Test Plans (Which includes Test Cases and
Test Procedures)
4. Execution of test cases
5. Anlyze the test results
6. Report the defects if any
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rajan
Testing Process are,
1 Identify the correct person
2 Plan test /Design test
3 Execute test
4 Analys the result
5 Report the Bug
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kommineni
Test initiation
Test plan
Identifying the testable requirements for current release
Testcase preperation
Reviews on TCs
Test execution
Defect reporting
Retesting
Regression testing
Defect closure
U.A.T
Test closure
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hash
1. Requirement Analysis/Review
completely understand the requirements of the system.
2. Test Planning
Important documents like Test Strategy, Test Plan and Effort Estimation are derived from this phase,tools,Resources within hand.
3. Test Designing
The test cases prepared.
4. Test Environment Setup
it's like a simulation enviroment application works like it's working in live enviroment, this is could be access by Virtual machines, or URL or Citrix depends every place have their own ways to setup their testing enviroment.
(Many times it happens that testing team is not involved in setting up the test environment).
5. Test Execution
time to run test cases, find the defects report it. (defect life cycle runs in this phase).
6. Test Closure
time to pack-up and create reports and leaving traces for maintenance team as test cases might get automated in future.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj.thakur21
You can simply talk about the V-Model for the testing
process. Because nowday's every company is using the same.
This model help's you to back-trace in evey phase.
If you are not familier with V-Model, Ask Google....
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raj.thakur21
You can simply talk about the V-Model for the testing
process. Because nowday's every company is using the same.
This model help's you to back-trace in evey phase.
If you are not familier with V-Model, Ask Google....
| Is This Answer Correct ? | 0 Yes | 3 No |
what is bug triage?
diff between smoke testing and sanity testing
11 Answers CTS, IBM,
Hi, i am non it background, now i am ready to face testing interviews. Please explain how to face interviews. Is there any standard questions for interview point of view.
Who is the father of software testing?
What is HTTP and TCP/IP
define Testing of Procedure, Triggers and Functions in data base testing ?
what is quality ? What is quality assurance and quality control ?
Explain the advantages of automation over manual testing?
What is meant by Hot Keys?
can you tell me test cases this the sketch is below here name is a dropdown list like different phones nokia,lg,samsung,motorola,sony,micromax and there is a submit button below name model submit
Difference in web based application,desktop application and client server application? plz explain Us
How do you get programmers to build testability support into their code?