what is schedule variance and give the formula
Answers were Sorted based on User's Feedback
Answer / sridhar
The purpose of SV is to know whether the delivery is done on time or not. If not, what is the variance.
PED- Planned END Date
PSD- Planned START Date
ASD- Actual START Date
AED- Actual END Date
Formula:
=IF(OR(ASD="",AED=""),"",IF(AED=PED,0%,IF(AED>PED,((NETWORKDAYS(ASD,AED)-NETWORKDAYS(PSD,PED))/NETWORKDAYS(PSD,PED))%,0%)))
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijayan
schedule variance=(actual end date)-(planned end
daie)/planned end date*100
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / anonymous
S.V = ((Actual Duration - Planned Duration)/Planned
Duration)*100
Actual Duration = Actual End Date - Planned Start Date
Planned Duration = Planned End Date - Planned Start Date
| Is This Answer Correct ? | 7 Yes | 13 No |
What is the difference between the test scenarios and test strategy?
How do you review testcase?? Type of Review...
which institute is best for manual testing through online classes
define sdlc step wise
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
self join query in sql. 15 objective questions. What is equi join and outer join
What r blackbox & whitebox testing techniques?
How to calculate testing productivity?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
What is the difference between test case result and a bug?
what is smoke testing & sanity tasting?
if the bug is reproducible then what is the status that u have given to the developer
5 Answers Jeevan Technologies, QA,