what is v-model?
Answers were Sorted based on User's Feedback
Answer / shilpa.o
'V' model is a software devolopment and testing model which
helps identify need of planning and design of testing in
the early stage of devolopment process.One arms of 'V'
model is conventional waterfall model whereas another arm
of 'V' shows corresponding testing methodology required at
each phase of devolopment process.Here devolopmemt and
testing are parallelly done.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ankita
It is called V coz it looks like V. the detailed V model is
shown below.
SRS Acceptance testing
\ /
\ /
HLD(High Level Design) System testing
\ /
\ /
LLD(Low level Integration testing
design) /
\ /
\ Unit Testing
\ /
\ /
Coding
There is no such stage for which you wait to start testing.
Testing starts as soon as SRS document is ready. You can
raise defects that are present in the document. Its called
verification.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / smitha
Mapping between the developing team and the testing team .
V stands for Verification and Validation
| Is This Answer Correct ? | 0 Yes | 2 No |
testing is a procedure or methodology,diff between methodoly and procedure?
Hi Friends How can we do manual testing? Is it similar to QTP? can some one give real time examples or point me to some websites or books where i can practice manual testing. pls give some ideas. It would be great help. Thanx & regards sunitha.
Difference between test Plan and test strategy?
what r the fields present in requirement tracability metrice (RTM)?please explain each and every field as i m not aware.
I get a .exe build for testing.What type of application is that.I mean whether it is web based or ----. I know it is not web based,but pls let me know what is the application that i have to mention in my resume.
Why documentation testing is important?
smoke test as a example for naukri.com
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?
What is dry run testing??
What testing roles are standard on most testing projects? Categories: Software Testing
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.