|
381. What Is Table Check Point?
Date Posted: 06/27/2012
Ans: Table check point checks the information which is within a table.
|
|
|
382. What Are The Environments That Are Supported By Image Check Point?
Date Posted: 06/27/2012
Ans: Image check point supports the web environment.
|
|
|
383. How Can Test Tree Be Viewed?
Date Posted: 06/27/2012
Ans: The test tree is viewed by Tree view tab.
|
|
|
384. What Is Test Pane?
Date Posted: 06/27/2012
Ans: Test pane is Test tree and Expert view tabs.
|
|
|
385. What Is Test Tree?
Date Posted: 06/27/2012
Ans: Test tree provides a graphical representation of operations that are performed within the application.
|
|
|
386. What Are The Various Types Of Objects Identified By The Comparison Tool In QTP?
Date Posted: 06/27/2012
Ans:
Identical: The objects that are found in object repository files. There is no difference in their properties or in their names.
Matching description and matching name: Object repository that appears both in object repository files have different names, but the same description values and properties.
Similar description: Object repository files that appear in both object repository files that have similar, but not identical, description properties and values. One of these values has a subset of properties set of other objects. This implies that it is likely to be a less detailed description of same object.
For example: The object name Button_2 in the second object repository has same description and properties as an object named Button_1 in the first object repository but has additional properties and values.
|
|
|
387. What Are The Situations That Are Best Suited For Keyword Driven Methodology In QTP?
Date Posted: 06/27/2012
Ans: The keyword driven methodology can be used by organizations which have both technical and non technical users because this is capable of dividing automation tasks. This enables a few experts to maintain the framework of resources while few technical users design and maintain automated step steps.
|
|
|
388. What Are The Various Categories Of Output Values In QTP?
Date Posted: 06/27/2012
Ans: The following categories of output values are considered.
-
Standard output values
-
Text and text area output
-
Table output values
-
Database output values
-
XML output values
|
|
|
389. How Can You Switch To Low Level Recording Mode While Editing A Test?
Date Posted: 06/27/2012
Ans: We can shift to low level recording mode while recording a test. This option is not available while editing test.
|
|
|
390. What Are The Advantages Of Using Expert View?
Date Posted: 06/27/2012
Ans:
-
Writing of conditional statements and looping statements is easy task in expert view.
-
Writing procedures and modularization is easy task in expert view
-
If debugging of statements like step in and step out is to be done than procedure statement is also needed to be debugged. This is possible in expert view.
|
|