Post New Answer View All Answers
How many types of recording facility are available in quicktest professional?
How can you identify the browser and its information using the qtp script?
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
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
What is checking bitmaps?
How many types of trigger events are there in qtp?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
please any one can explain the keyword driven framework. with gmail example.
what is meant by Implicit and explicit requirements?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
what testplan contents and what test strategy contents,what is the diff b/w them
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Can we write winrunner language i.e TSL in QTP tool?
What is Cross browser testing? Does UFT support it?