Hi..All
I have installed QTP 10.0, and need to Automate SAP
Application.....so i need to Install SAP Add-ins, anybady
has SAP-Addins, Please help me, and thanks in advanced plese
send it on my email id: sandipgami84@gmail.com
Thanks,
Sandip Gami
+91-9714177088
Post New Answer View All Answers
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Name the different types of recording modes?
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
Explain how you can find length of array in qtp?
Explain how to use QTP to check broken links on a page?
How to customize checkpoints with parameters?
when to start the automation?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Generic function to search for the unique link in webtable and click on it
What is test object model in quicktest professional?
Tell me one scenario, the complex functionality you have automated in your project?
What are the differences between quicktest professional and winrunner?
What are the common defects found in your project? (in qtp interview)