What is testing process
Answers were Sorted based on User's Feedback
Answer / qa
The main purpose of testing is to verify and validate the
application with the given user requirements.
The testing process of my company is as follows:
1. Prepare test plan (done by seniors)
2. Prepare test case based
3. Verify the test case by running the applicatioon and
mark the results
4. Report bugs using tools like Gemini, Bugzilla
5. Prepare test summary report
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / narmada
The processs of verifying and validating the coding of a
particular application either by manual or automated
process is called as testing process.There exists certain
methods to test an application.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / hemakumar
Testing is the process of executing or evaluating a system
component by manually or automated which the out put should
match the customer requirements
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aa
testing Process means what r the different step u follows in
testing the application from the start to end like first u
understand the test plan then prepare the Test Scenario
after preparing the scenario u write the test case based on
that scenarion then u execute the test case if its work fine
then its ok otherwise u raise the defect and then Track that
defect mean after raising the defect what the status of that
defect like this ..........
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anjani dubey
Testing process is a verification and validation of
application with process of manual or automation. The main
purpose of testing to do for verify according to document of
client.
There is few methods to perform the testing according to
approach
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amit
1. Requirement review. (Most Imp task in process)
2. Test Plan, Treceability matrix and Test Case template
creation.
3. Test Plan Creation.
4. Treceability matrix Creation.
5. Test Cases Creation.
6. Test Cases execution.
7. Defect tracking.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saa
following steps you have to do
1)understand the requirement what you want to test
2) prepare a test plan as per requirement
3) prepare the test case as per test plan(and as per
requirement)
4)Verify the test case by running the applicatioon
5)mark the results which is pass or fail
6)if it is fail then log a bug in test result tool like
bugzilla
7)when developer solved the problem then again retest log
bug and mark a result into test result tool
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahi
Testing is a process in which defects are
identified,isolated and subjected for rectification and
ensure that the product is defect free.
Is This Answer Correct ? | 0 Yes | 2 No |
Smoke testing is ------ 1.sanity testing 2.Functional Testing 3.Build Verification Testing 4.Regreesion Testing
Tell me example for Risk,Mitigation,Assumption?
what is the diffrence b/w Test approach,test stratagy,test plan?
What is the use of RTM?
how u will do the load,stress and performance testing manually ?
what is agile testing
how to write integrated test case for an ATM?
how u do database testing
when giving demo to the client. if u found a showstoper defect what you will do.
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
What is remedy testing,expalim that and how can use that
Which are different types of review ?