Read more
Advanced QTP Tutorial (VBScript Orientation)
IntroductionCommentsVB Script VariablesVB Script Data TypesVB Script OperatorsInput/Output Operations ConstantsConditional StatementsGeneral ExamplesLoop Through CodeProceduresBuilt-In FunctionsVBScript syntax rules and guidelinesErrorsFile System OperationsTest Requirements SolutionsQTP Add-Ins Information VBScript Glossary1. Â IntroductionVBScript is a scripting language. A scripting language is a lightweight programming language. VBScript is a light version of Microsoft's programming...
Last Updated on Monday, 18 January 2010 17:18
Read more
QTP Inertview Questions
1. Explain the concept of how QTP identifies object.
Last Updated on Sunday, 25 October 2009 15:14
QTP uses the Object Repository file to recognize objects on the application. When QTP runs a action, it uses the Object Repository to locate objects. It reads an objects description in the Object Repository and then looks for an object with the same properties in the application being tested 2. Differentiate the two Object Repository Types of QTP. In Qtp there are 2 types of object repositories. 1. Shared Object Repository2. Per Action... |
|
|