Answer Posted / 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 |
Post New Answer View All Answers
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
wht type of User defined functions or Java Releated functions do we write in VB scripting
Explain measuring transaction.
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How to open a new test using quicktest professional?
How to use the object spy in quicktest professional 8.0 version?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is object spy in quicktest professional (qtp)?
what are all the fileds present in object repository?
What are the different types of recording modes in qtp? Which will be used when?
Can you list some technologies that support qtp?
what are the mandatory properties for a tex boxc (scenario?)
How to release all resources file from the QTP?