Answer Posted / 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 |
Post New Answer View All Answers
What are the bussiness scenories?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
In simple steps how will you do unit testing using VSTS?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
i want to for technical interview question paper along with in tesrviwe Phases i need
what is base time , how can we base time your doc"s ?
HI. ANYONE HAS ATTENDED INTERVIEW FOR TESTING IN MINDKRAFT GLOBAL. I HAVE WRITTEN TEST FOR SOFTWARE TESTING. CAN ANYONE TELL ME WHAT ALL QUESTIONS CANBE ASKED. PLS REPLY. THANK YOU
Am putting E-commerce project in my resume can any one please tell me about E-commerce application explaination..
What is unit level testing?
What is smoke testing and user interface testing ?
What is alpha testing?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
write testcases for open dialogbox
What are the different test techniques used in functional testing?
Could some one tell me test cases for multi line text boxes like Notes field?