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 are the differences in testing a client-Server and a web Application
Explain about 'Performance testing' in Web based Application?
Description--->There are 5 modules in my application. On every module there is a date box. In 1st module, date box is used for 2 submenus. My Question is ---> Should I have to write test cases for date box for every modules & submenus?
What are all the documents you are going to submit at the time of release as a testlead?
what type of testing you do for web based applications than client-sever application ...pls expaline
QC/VSS/team track/ bugzila etc ?
Q2. From the below given choices, which one is the ‘Confidence testing’ A. Sanity testing B. System testing C. Smoke testing D. Regression testing
9 Answers ISTQB, JO, Tech Mahindra, Trekbin,
What is testing life Cycle and Explain different phases?
What are the two ways to create test scripts?
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
1.what promted you to become involved in QA/Testing?
In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question