Sei sulla pagina 1di 6

1) Select the tabs that does not appear in the debug view of QTP Your answer of Watch Expressions

was incorrect. Correct answer is: Break-point Analyzer

2) The Generate Script Function ( used for transferring script to different location ) appears in which of the following Menu Windows :Your answer of Object Identification was incorrect. Correct answer is: All of the Above

3) Which icon represents Optional Steps in the Keyword View ? Your answer of Question Mark was correct. 4) Choose the correct order of operations done while setting a new recovery scenario Your answer of Set The Recovery Operation ,Set the Trigger Event, Set the Post Run Recovery Option was incorrect. Correct answer is: Set the Trigger Event , Set The Recovery Operation , Set the Post Run Recovery Option

5) Can a single test script have multiple Recover Scenarios? Your answer of YES was correct. 6) Is Reporter.ReportEvent Library Function is used to display images in test results ? Your answer of YES was correct. 7) Can User-Defined Environment Variables be used outside the QTP Environment ? Your answer of YES was incorrect. Correct answer is: NO

8) Will Test Results be automatically be stored in Quality Center (QC) if we run the test script from QC Your answer of YES was correct. 9) Can QTP be integrated with Test Director (TD)? Your answer of YES was correct. 10) Select the tools that can NOT be integrated with QTP :Your answer of Quality Center was incorrect. Correct answer is: Silk Runner

11) Select valid syntax of CallFuncEx command Your answer of CallFuncEx ModulePath, Function, RunMinimized, CloseApp [ , Arguments ] was correct.

12) Can multiple instances/processes/sessions/windows of QTP be run at the same time? Your answer of YES was incorrect. Correct answer is: NO

13) Can QTP run on multiple instances/processes/sessions/windows of Application under Test? Your answer of YES was correct. 14) Select the Invalid syntax to access data in Data Table via VB Scripting :Your answer of DataTable(Column Name, dtLocalSheet) was incorrect. Correct answer is: DataTable(Column Name, Sheet ID)

15) Consider following piece of code Your answer of if err.number val then was incorrect. Correct answer is: if err.number 0 then

16) Does SetTOProperty change the property of an object stored in the Object Repository such that, next time the object is referred to in the test script the updated property of the object is used? Your answer of Yes was incorrect. Correct answer is: No

17) Select the function used to set property of a run time object :Your answer of GetToProperty was incorrect. Correct answer is: Cannot be set

18) Does GetROProperty return the property of a run-time object? Your answer of Yes was correct. 19) Object Spy Your answer of incorrect. Correct answer time and Run is used to check :Test-time Properties and Test-Time Methods of an Object was is: Test - time and Run-time Object Properties and Testtime Object Methods

20) Can Descriptive Programming be used to create Test Scripts for an application without actually recording on it ? Your answer of Yes was correct. 21) Consider following line of code :Your answer of Set IE = CreateObject('InternetExplorer.Shell') was incorrect. Correct answer is: Set IE = CreateObject('InternetExplorer.Application')

22) Select the syntactically correct lines of codes :Your answer of Browser(creationtime:=4).Page(title:=Editorial CompanySearch).Link(text:=Codes). was incorrect. Correct answer is: Browser('creationtime:=4').Page('title:=Editorial CompanySearch').Link('text:=Codes').Click

23) To invoke the function which does not return any value, we can use Your answer of function name was incorrect. Correct answer is: CALL function name For invoking a function with or without parameters , syntax is CALL followed by its function_name(arguments if any)

24) The standard timing delay for web based application is Your answer of 60 seconds was correct. 25) What are the steps involved in building a programmatic description of dynamic objects? Your answer of 1. Identify the object class. 2. Select object properties. 3. Create a programmatic description. was correct. 26) Is the function of the IS operator to compare two objects ? Your answer of YES was correct. 27) Select the VBScript function that invoke message boxes for interaction with user :Your answer of OutputBox was incorrect. Correct answer is: InputBox Syntax for Message Box is MsgBox. Other two OutputBox and DisplayDialog are not valid

28) Does a sub-routine always return a value ? Your answer of YES was incorrect. Correct answer is: NO

29) Can you select multiple trigger scenarios for a recovery event ? Your answer of YES was correct. 30) Test Scripts using Descriptive Programming are highly portable ( can be easily run on different machines ) ? Your answer of YES was correct. 31) What are BooksMarks in QTP 10 ? Your answer of Repository of commonly used Test Results was incorrect. Correct answer is: User defined library of important section in function or script

32) VBScript Runtime Error number 507 is Your answer of An exception occurred was correct. 33) Silent Test Runner utility is used to run QTP Script Your answer of Without QTP interface was correct. 34) Is SetSecure Method is used to encrypt passwords ? Your answer of YES was correct. 35) Is Action Conversion Tool used to convert Actions prepared in QTP to Business Components ? Your answer of YES was correct. 36) Which of the following statements can create a branching condition step in a test? Your answer of IfElse was correct. 37) You would like to run a particular test up to a certain step. What QuickTest feature will you use to stop the test run at a specific step in the test? Your answer of Pause was incorrect. Correct answer is: Breakpoint

38) When a procedure is created in the Function Library editor, what is the extension on the file? Your answer of .TXT was incorrect. Correct answer is: .QFL

39) What are the categories in the Step Generator? Your answer of Object, Operation, Value was incorrect. Correct answer is: Test Objects, Utility Objects, Functions

40) In Test Settings ->Run the Data Table iteration options are for which data sheet? Your answer of Local was incorrect. Correct answer is: Global

41) What can you use to handle unpredictable testing exceptions? Your answer of Do Loop was incorrect. Correct answer is: Recovery Scenario

42) Where can you associate a function library to a test? Your answer of Run Options was incorrect. Correct answer is: Test Settings

43) Where do you set the action iterations for a specified action? Your answer of Action Properties was incorrect. Correct answer is: Action Call Properties

44) If you have a Virtual Object Collection stored on your machine, and you don't want to use it, what must you do? Your answer of Remove the Collection from your machine was incorrect. Correct answer is: Disable Virtual Objects in General Options

45) Which method for the DataTable utility object will allow you to retrieve information from the Data Table during a test run? Your answer of GetCell was incorrect. Correct answer is: Value

46) What does the source property of a database checkpoint object represent? Your answer of The identification number of the database was incorrect. Correct answer is: The SQL query

47) What is created, by default, with each new action? Your answer of Global Data Sheet, Local Object Repository, Folder was incorrect. Correct answer is: Local Object Repository, Local Data Sheet, Folder

48) What are the available environment variable type(s)? Your answer of Built-in was incorrect. Correct answer is: Built-in, User-defined

49) If the Global Data sheet contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate? Your answer of 5 was incorrect. Correct answer is: 1

50) What is the first thing that must be defined in a Recovery Scenario? Your answer of Recovery Scenario Name was incorrect. Correct answer is: Trigger

51) What are bitmap checkpoints sensitive to? Your answer of Object type and image type was incorrect. Correct answer is: Screen resolution and image size

52) To use low-level recording, what must you do first?

Your answer of Be in the Keyword view was incorrect. Correct answer is: Be recording in Normal mode

53) How do you close the database session after examining the results of an SQL query? Your answer of Call the ADO.Close function was incorrect. Correct answer is: Use the close method for the RecordSet and Connection objects

54) What are the available trigger event types? Your answer of Object State, VBScript event, Application crash was incorrect. Correct answer is: Pop-up window, object state, test run error, application crash

55) What are the two most commonly used ADO objects? Your answer of Execute was incorrect. Correct answer is: Connection, RecordSet

56) What does the GetTOProperty method do? Your answer of Retrieves the value of a property from a run-time object was incorrect. Correct answer is: Retrieves the value of a property from a test object

57) Checkpoint which is being used for verifying the web page with W3C standard is Your answer of Standard checkpoint was incorrect. Correct answer is: Accessibility checkpoint

58) How do you declare a constant? Your answer of Dim statement was correct.
Read more at http://www.guru99.com/qtp-certification-test-2.html#tuAOm5Ahx3ZdSppE.99

Potrebbero piacerti anche