What is V-model and explain
Answers were Sorted based on User's Feedback
As far as i know v model is a sequential development with
parallel testing model in which each and every phase of
development is supported by testing activities. In this
model testing starts as the model/project begings. testing
is the longest phase. 49-50% budget is used for testing.
REq\ /acceptance testg
\ /
SRS \ /System testing
Architecture \ /
Design \ /
\ /
\ /
Detailed Desgn \ /unit testing
\ /
\ /
\ /
Test cases are made \ / Test cases are executed
\ /
\ /
\ /
coding
left side is called static testing and works from top to
down before coding is done.
Right side is called Dynamic testing and works from Down to
tOp as testing is done after coding. and test case are
executed as the Software is developed and ready for Test.
Tell me if it answers your question.
Regards,
Sohail Ahmed Reyaz
| Is This Answer Correct ? | 11 Yes | 4 No |
how to find which server is not responding properly when there are 10000 servers without any tool
what is testplan? and can you tell the testplan contents?
please send me database stored procedure checklist.
how will you test window media player?
What is function points??????
Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.
Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.
how do u manage scripts in winrunner when you application is changing frequently?
u posted a bug with screenshots and steps to reproduce but still the developer is not accepting this is a bug. in dev system it is not reporducing . how u'll convince he developer? (if the developer is in india or onsite(give the answer for both the cases)
What would u do if u come across a bug...report it.....but the programmer is in a diff location ( say u in India n he is USA)..and he keeps accepting its a bug?
What is Defect Leakage? and explain with example?
While executing test cases, you got a test case as failed and it has a high severity(Show stopper). What is the next step? How you will execute the remaining test cases ?