Latest Answer : Effort Variance= (Actual effort-estimated effort)/Estimated effort*100Schedule Variance=(Actual elapsed time- estimated elapsed time)/estimated elapsed time*100 ...
Latest Answer : There are 4 ways in which u can measure the program size1)Lines of code i.e.LOC2)Function points3)McCabe's complexity metric which is the number of decisions(+1) in a program4)Halstead's metrics that are used to calculate program length ...
1. How would you start automation? (means at what point of time in your project)2. Have you done back end testing?3. How QTP recognize objects?4. What are the errors you came across using QTP?5. What you have used in QTP?6. How would you run QTP Scripts from test director?These are my interview questions.Please help me.Thanks in advance.
Latest Answer : What SJK described are some aspects of statistical process control (SPC) or statistical quality control (SQC). While SQC depends on the analysis of data (normally defect data), these are not the only data that need to be analyzed. Analysis ...
What is meant by Replace String method and the effective scenarios for writing testcases for the same?
Latest Answer : This method is used to replace a particular string.Testing scenarios would be:1. To check whether the source string is replaced by correct destination string or not.2. Whether the source string can be replaced with some special characters (space,etc)3. ...