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 is bug release?
What is six sigma?
How do you go about testing a project?
uses of checklist
what is the common in all s.o.p (standaed operating procedure)?
Define performance and stress testing?
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
What is decision table testing?
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
What is Difference between Test Strategy and Test Methodology?
What are the interview question on insurance domain in manual testing
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What is validation in software testing?