Answer Posted / vinodh anandhan
Use of V-Model in ABAP Development Lifecycle:
Generally in implementation Projects, ABAP development
cycle will be somewhat :
Requirement Analysis
Application Design - High Level design - quite functional -
contains functional test cases or guidelines for test
cases - Review of AD - Review comments implemented till
sign off by the stake holders ( client side / consultant
side )
Detail Design Detail Level design - quite technical as
well - Man-hours required is estimated and mentioned -
contains functional & technical unit test cases - Review of
DD - Review comments implemented till sign off by the stake
holders ( client side / consultant side )
Development - Coding by the developers as per the detail
design -
Unit Testing - is done in Development Server by the
developer to ensure that program works as per the detail
design - add / implement test case results - transport
request details & documentation in detail design - Evidence
is attached. Code Review to ensure that coding is as per
the coding standards ( performance related as well ) - Also
check the test cases and verify - Review comments
implemented till sign-off by the stake holders. Before
Application testing the realted chunk of work is
transported to QA Server.
Application Testing / Integration Testing - This is to
ensure that programs work along with other components, that
might get affected. e.g. Even the Invoice process should be
tested if a change is made in the interface related with a
PO creation / change. The test cases or created separately
( more functional in nature and considers dependency of
components ). Before implementation of the release, the
complete product needs to be tested to ensure that it can
bear the maximum load of a production environment.
Product Testing / Load Testing - is performed with huge
datasets to check if system / product can handle production
scenario in terms of memory and performance.
Final Implementation in Production.
Support - Any further problems will be solved as Bug-fix or
and enhancments will be carried out as a part of change
request.
Vinodh Anandhan
Software Test Engineer
Banglore
For Further Queries mail me at vinodhanandhan@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain exhaustive testing?
Have you performed tests on the front-end and the back-end?
Explain audit?
Please some one answer these Q's 1.Modules in Pension Domains ? 2.What Should we Test on Pension Domain.? Thanks in Advance Stewie
During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?
what is the meaning of Field Level Validation & Form Level Validation??
is manual testing enough for 2+ yrs,does it need any tools
What is parameter?
How to improve in english
What is fuzz testing and when it is used?
Testing wherein we subject the target of the test, to varying workloads to measure and evaluate the performance behaviors and the ability of the target and the test to continue to function properly under these different workloads?
Hi..i am planning to write ISTQB foundation level exam..could any one suggest me training center for istqb..also, where can i write istqb exam in chennai..could u plz list the prometric centers for istqb in chennai
What the purpose behind doing end-to-end testing is?
Does anybody used Visio in QA.If so, can u please explain where and when u used visio diagrams
What the meaning of code walk through is?