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 beween dry run testing and smoke testing?
suppose we r executing 10 test cases.let us assume one test case(like 5th test case) failed. then as a test engineer what u will u do?is it app problem or u'r s"?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
What is the difference between GUI testing and black box testing
How to write JSON query ? Explain with Example
what is single tire, 2tire 3 tire and so on upto ntire ? can ny one explain me about this in detail.
What icon is used in WinRunner to get an explanation of the syntax of TSL?
how do you know the testcases writing completed
what is different Between Risk and Issue ?
What is the example of Integration Testing?
Who can perform the unit testing?
What testing roles are standard on most testing projects? Categories: Software Testing