Wednesday, January 5, 2011

QTP Checkpoint - Multiple Choice Questions

QTP Checkpoint - Multiple Choice Questions

1. Text Checkpoint enables you to check that the text is displayed in a
......... according to specified criteria.

A) Screen
B) Window
C) Web page
D) All of Above

2. QTP can retrieve the text using an OCR (optical character recognition) mechanism.

A) True
B) False

3. You can create a check on a database to check the contents of the entire result set, and not a part of it.

A) True
B) False

4. You can modify the expected data of a database checkpoint before you run your test. But you cannot make changes to the query in an existing database checkpoint.

A) True
B) False

5. When you create a database checkpoint on one machine and try to run it on different machine, you should have the same ........ installed on both machines.

A) DBC driver
B) DDBC driver
C) MDBC driver
D) ODBC driver

6. You can perform checkpoints on

A) XML documents contained in Web pages,
B) XML documents contained in frames,
C) on XML files,
D) on test objects that support XML
E) Both A & C
F) All of Above

7. XML documents and files often need a well-defined structure to be portable across platforms and development systems. One way to accomplish this is by developing an ......, which describes the structure of the XML elements and data types.

A) XML schema
B) XML structured doc
D) XML DTC
E) XML VAR

8. XML checkpoints are not compatible with namespace standards.

A) True
B) False

9. What types of XML checkpoints you can create:

A) XML Web Page/Frame Checkpoint. Checks an XML document within a
Web page or frame.
B) XML File Checkpoint. Checks a specified XML file.
C) XML Test Object Checkpoint.
D) All of Above

10. QuickTest cannot generate the expected return values of an operation when you insert an XML checkpoint on a Web service operation, but it can generate this information after it runs the operation.

A) True
B) False

1)d, 2)a 3) b, 4) b, 5)d, 6) f, 7)a 8) b 9)d, 10) a