1. Does automation replace manual testing? Automation is the integration of testing tools into the test environment in such a manner that the test execution, logging, and comparison of results …
Questions and Answers
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Six Sigma Interview Questions and Answers For Freshers and Experience
by Sby S1. What is Six Sigma? Six Sigma is a statistical measure of variation in a process. We say a process has achieved Six Sigma if the quality is 3.4 DPMO …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Process Interview Questions and Answers for Freshers and Experience
by Sby S1. What is a software process? A software process is a series of steps used to solve a problem. The following figure shows a pictorial view of how an organization …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-6
by Sby S37. What’s the difference between System testing and Acceptance testing? Acceptance testing checks the system against the “Requirements.” It is similar to System testing in that the whole system is …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-5
by Sby S31. What kind of input do we need from the end user to begin proper testing? The product has to be used by the user. He is the most important …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-4
by Sby S17. What are different types of verifications? Verification is static type of s/w testing. It means code is not executed. The product is evaluated by going through the code. Types …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. What group of teams can do software testing? When it comes to testing everyone in the world can be involved right from the developer to the project manager to …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. What is configuration management? Configuration management is the detailed recording and updating of information for hardware and software components. When we say components we not only mean source code. …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Basics Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. Can you explain the PDCA cycle and where testing fits in? Software testing is an important part of the software development process. In normal software development there are four …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. Which utility allows you to reference an assembly in an application? An assembly can be referenced by using the gacutil.exe utility with the /r option. The /r option requires …