hai,
what is v-model
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / s.j.kumaresh
srs/brs user acceptance
Analysis/Design system testing
HLD Integration testing
LLD Unit Testing
Coding
In this model the development and testing takesplace at the
same time.
s.j.kumaresh
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / muthuraman
V-model is nothing but test approach based on
the way the software should be build.
SRS user acceptance
ANALYSIS system testing
HLD Integration testing
LLD Unit Testing
Coding
In V-model, testing phase start as soon as get the SRS.
Thanks,
Muthuraman.K
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by Defect life cycle?
1 Answers Cap Gemini, Chetu India,
The Following Characterstics posses some XYZ company. * Uses formal standards and policies * Conducts software inspections * Has advanced configuration management and change control * Uses CASE tools * Has a software engineering process group * Gathers metrics on process and quality * Requires that developers have formal software engineering training * Practices continued process improvement Based on aboue , Tell me which CMM Level is the company..? 1. Level 1 - Initial 2. Level 2 - Repeatable 3. Level 3 - Defined 4. Level 4 - Managed 5. Level 5 - Optimizing
Which is the best institute in chennai to learn Softyware testing? Please help.
what is diffrence between the system test and acceptence test
Can we do Usability Testing with Automation Testing Tools?????
Suppose one functionality appears in an application which was not there in the requirements..so what u do as a tester?
Explain test procedure?
Test report?
WHAT IS MEAN BY DESIGNING THE APPLICATION AND CODING THE APLICATION?
Where do you see yourself five years from now?
What is class level methods?
To test a function, what has to write a programmer, which calls the function to be tested and pass test data.