|
371. What Are Virtual Objects And When Can We Use Them?
Date Posted: 06/27/2012
Ans: Virtual object those which appear like one and behave like other. Examples: Logos sometimes behave like buttons. When a QTP is not able to identify the object with any of the available option then we make use of virtual objects.
|
|
|
372. What Are Dictionary Objects And When Can We Use Them?
Date Posted: 06/27/2012
Ans: Dictionary objects are object type of variables that can capture the properties of test objects. We can use this type of variables when we need to verify multiple properties of test object.
|
|
|
373. What Are The Possible Reasons For Failure Of Test Script?
Date Posted: 06/27/2012
Ans:
-
There is no awareness about the change of property values of test objects.
-
The test object is modified in the application
-
There might be some syntax errors.
-
The test object might be missing in the new build.
|
|
|
374. What Are Dictionary Objects And When Can We Use It?
Date Posted: 06/27/2012
Ans: Dictionary objects are the object type of variables which can capture the properties of test object. We can use this type of variable when there is need of verifying the multiple of a particular test object.
|
|
|
375. What Is The Use Of Regular Expressions?
Date Posted: 06/27/2012
Ans: Regular expressions help testers in handling those test cases which contains dynamically changing values. For example the title of window keeps changing when it is opened.
|
|
|
376. What Is Difference Between Reusable And External Actions?
Date Posted: 06/27/2012
Ans:
Reusable Action
|
External Action
|
These can be called as test scripts
These reside in a parent script
These can be edited
|
These cannot be called as test scripts
These reside in a child script
These cannot be edited as they come from different test script.
|
|
|
|
377. What Is Test Fusion Report?
Date Posted: 06/27/2012
Ans: The test fusion report is a final report that is obtained after Test script execution.
|
|
|
378. What Is Active Screen?
Date Posted: 06/27/2012
Ans: It provides the snapshots of application as it is appeared when you perform certain steps during recording session.
|
|
|
379. What Is Text Check Point?
Date Posted: 06/27/2012
Ans: Text check point checks the test string that is displayed in appropriate place in an application or on web page.
|
|
|
380. What Environments Are Supported By Table Check Point?
Date Posted: 06/27/2012
Ans: Table check point supports only ActiveX environment.
|
|