Where are the snapshots stored?
Answers were Sorted based on User's Feedback
Answer / pratima sharma
Hi,
Snapshots stored in action folder as a zip file with
ext .png.z, .xml.z, .html.z.
Whenever we save a test, it stores in a default directory
called test within QTP, we can change the path and store it
in our own directory. Test always store as a folder having
some action folders and other files.
If you have only one action in your test then it will show
you two folders.Action0 and Action1. Action1, contains
snapshots folder with all the snapshots for that action.
Pratima
QA
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pavan
You can specify the type of compression QuickTest uses for
storing captured Active Screen information.
Simple. Instructs QuickTest to save Active Screen captures
in standard uncompressed file formats (for example, .html
and .png).
Compressed. Instructs QuickTest to save Active Screen
captures in a compressed (zipped) file format. Using this
option saves disk space, but it may affect the time it
takes to load images in the Active Screen. This is the
default option.
that means it saves the path where u specified for result
folder i.e local driver
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the hierarchy to use properties in descriptive programming
how to capture the run time values of web table.
Can we continue functionality testing without framework?
how to calculate no. of repeating characters in a a string..please give me the code
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How many types of actions are there in quicktest professional?
Define Environment Variable in UFT and its uses?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
Define virtual object?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to start recording using quicktest professional?