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 open issue?please explain in detail?
What are 5 common solutions to software development problems?
can anyone send me the test cases apart from an bank application form?
How will you know if you wrote sufficient test cases for a particular business requirement.
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
What is CheckList?
Hey all,in a web applications,i am typing the URL in the browser and entering the Username & password.After clicking Login button,where the authentication will happen & how (i mean how is the process goes on...browser,web server,DB server level)...Pls answer...
What is Smoke testing,in smoke testing time u will prepare the test cases or not?
How will u decide test data to see that evey feature is thoroughly tested
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance.
10 Answers iFlex, Kameda Infologics,
When we use integration testing for any new system so why we required system testing.