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 |
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
Which company is better amdocs or techm ???
WHAT IS ETL TESTING.......
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
how much space occupies in object respository by default?
Please guide me release notes of Automation once scripts are completed
You say it is a bug but developer say it is not a bug then what will you do?
7 Answers Hewitt, Tech Mahindra,
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.
If I change the property value at runtime is it effect is object repository?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one