In V model how will you explain all testing types
(unit,integration,sysetem,acceptance testing) as all these
parallel testing.E.g.Once the design phase is completed how
will you do the integration teting over here as tester
doesnt know much about design.Briefly justify the V-model?

Answer Posted / abhi

BRS --------> User Acceptance Testing
\ /
FRS -------> System Testing ( detailed testing)
\ /
HLD ------> Integration Testing
\ /
LLD ----->UNIT TESTING
\ /
CODING


The unit and Integration Tsting is done by the
development team. Once the system is unit and
Integration tested the Testing team will test it as per
the FRS document, for the functionalities.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?

1518


What is a ‘test plan’?

724


Architectural structure of the insurance project?

771


What is the difference between a standalone application, client-server application and web application?

737


What is unit level testing?

655






Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance

1778


How to validate a Testcase.and is the testing Methodology.

1835


What type of testing you perform in organization while you do system testing, give clearly?

700


Are there more defects in the design phase or in the coding phase?

927


hi everybody, iam Adi Durga, i complited my bsc(computers) in 2008.I have experience in finacial and bpo companys(mnc). but iam intersted on s/w role.I have the technical skills c, c++, Oracle 9i and manual testing. But i dont know hoe to strat my career in s/w. Every company offering on financial/bpo side. In this I attended nearly 10 companies,I selected in 8. All those are bpo and finacial, But i cant get any opportunities on s/w side.plz help how to get opportunites on s/w side. Actually I am interested on testing side. But every company offering for only experienced persons. plz help me. this is my mailid.... adi.durga19@gmail.com

1734


What is mutation testing & when can it be done?

683


Hi All I want discuss abt Testing tools is any one available online in google chat?

1592


What is frame level testing and how do we test it?

1969


How do you estimate white box testing?

664


How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

1587