What type of testing process do you follow in current
organisation?
Answers were Sorted based on User's Feedback
Answer / toanju
we are following Agile testing process which include
1 (XP) xtrem programing
2 it promotes pair programming and shared code ownership
amongest the developers
3 it promotes component test script shall be written before
the code written and that those tests should be automated
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / t.j.stanley
Water Fall model/ Linear sequence
1.Requirement Analysis.
2.Design
3.Coding/Development
4.Testing
5.Implementation.
6.Maintenance.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / sharad
Whenever we get any new project there is initial project
familiarity meeting. In this meeting we basically discuss on
who is client? What is project duration and when is
delivery? Who is involved in project that is manager, Ba,
Team lead, developers, testers etc.
On SRS project plan and test scenario develop. Developer
started development on base on SRS. Responsibility of tester
is to make test cases on the bases of SRS and test scenario
according the assign module. We try to cover almost all
functional test cases from SRS. We are maintain for the
excel sheet for that. When tester finish test cases writing
we are doing interchange the test cases between tester and
review it. After internal review over test cases send to the
Team lead for final review.
When developer finish individual module, those module is
assigned to the tester. Some testing is performing on the
module. If it is failed in that then it is reassign to the
developer for fix. For pass modules manually testing is
started from the return test cases. If any bug found then it
is assigned to the developer and log in to bug report. After
the bug fixed tester retest the case and also doing the
regression testing on bug fix or validation. On testing bug
is fixed then make it as close or if not close then bug life
cycle repeated.
Now a day we are using Agile testing method in our
organisation. In that we are call to the customer in our
testing environment. And show him tested application. Most
of the time requirement does not stable mean to say it keeps
change according to customer so in this situation we need to
use dynamic approach for testing. Different tests are
performing on individual module and integration testing on
integration modules. In that we are include functional
testing, Regression testing, Security testing, Browser wise
testing, performance testing carried out as per SRS. On
passing on all cases make report and decision is taken to
release the product.
| Is This Answer Correct ? | 1 Yes | 0 No |
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
hi what is difference between sdlc and stlc.
what is test director?
How we can test Cookies Manually?
what are the typical problems in web testing?
What is Retesting?
Explain clearly what is buglifecycle
What is the difference between Spiral Model and V-Model
How Defect prevention can be accomplished ?
write a test cases for facebook
What are the differences and similarities between build and fix model and the v-model??
How do you feel about cyclomatic complexity?