How do you arrive at the estimaton of efforts for a
particular function, if you have not worked on that
function testing before and do not have any past experience?
Answer Posted / vk
All the above factors are valid ... In addition to that the
factors that one can consider for the development time
estimation are
- The number of Senior or Junior developers available with
in the development team. And based on the past projects
experience one can easily find out the average time taken by
each developer on the type of tasks assigned. So, now the
more complex tasks can be assigned to the developers who
have the minimum average time taken record. In this way one
can plan to finish all the development tasks at one time.
Please correct me If am not correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between action & script ?
How to explain the Insurance project in the interview?
How to integrate Bugzilla with QTP?
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
What is validation in software testing?
What is a test scenario?
Explain the strategy for testing a Java application?
Can you explain the elementary process?
Explain some techniques for developing software components with respect to testability.
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
How do test documents in a project span across the software development lifecycle?
what is the difference between section & test feature in test case documention?
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain