Answer Posted / umasankar
An optional step is a step that is not necessarily required
to successfully complete a run session. For example,
suppose that when recording a test, the application you are
testing prompts you to enter a user name and password in a
login window. When you run the test, however, the
application does not prompt you to enter your user name and
password because it retained the information that was
previously entered. In this case, the steps that were
recorded for entering the login information are not
required and should, therefore, be marked optional.
During a run session, if a step in an optional dialog box
does not open, QuickTest bypasses this step and continues
to run the test. When the run session ends, a message is
displayed for the step that failed to open the dialog box,
but the step does not cause the run to fail.
However, if, during a run session, QuickTest cannot find
the object from the optional step in the object repository
For example, if the object name was modified in the test
but not in the object repository, or if the object was
removed from the object repository, an error message is
displayed listing the required object, and the run fails.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we Test Welcome Screens and Process Images with QTP
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Is it possible to call from one action to another action in qtp?
What is the difference between a Function and Action in QTP?
Have you used xml check point in your project?
What is a reusable action?
What is the short cut keys for the following?
What is clean sweep?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Hi All, How to get repeated word in string . Thanks Balaji
How can I change object description or check point values in qtp?
Does QTP run in any environment?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
write a script to verify the image path(src property) of the images which are in web pages.