31. 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 …
May 2016
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
- 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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. What is the significance of the Strong Name tool? The Strong Name utility (sn.exe) helps in creating unique public-private key pair files that are called strong name files and …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. Is versioning applicable to private assemblies? No, versioning is not applicable to private assemblies as these assemblies reside in their individual folders. Versioning can be applied to GAC only.
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET realm. They are partially compiled code libraries that form the …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. What is the role of the ScriptManagerProxy control? A Web page cannot contain more than one ScriptManager control. You can use the ScriptManagerProxycontrol to add scripts to other pages; …