kavitha.nm999


{ City } mysore
< Country > india
* Profession *
User No # 98717
Total Questions Posted # 3
Total Answers Posted # 1

Total Answers Posted for My Questions # 2
Total Views for My Questions # 8069

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 1
Questions / { kavitha.nm999 }
Questions Answers Category Views Company eMail

How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?

1 QTP 2727

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

ADITI,

QTP 2387

How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance

Capco,

1 QTP 2955




Answers / { kavitha.nm999 }

Question { 32188 }

How to get all the objects count and objects names in
webpage using QTP ?


Answer

how to get the position of the object in the application by using function and arguments as (object,the value in the dropdown)

Is This Answer Correct ?    0 Yes 1 No