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 |
Tell me about qtp?
How to analyzing Test Results using QTP?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
how can we test load time of an page in webtesting?
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
What are the benefits of quick test pro(qtp)?
we have 10 actions in out test how can we convert 9th action is main action ? how ?
At a time how many users can access QTP?
how to do spell check in QTP? reply please
actually how many hours per one day we will work on automation(qtp) in real time
How QTP recognizes Objects in AUT?