How we can we create a Text checkpoint in QTP 9.1,Actually
what i did is first i put in recording mode and gofor Inser
menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came
and i showed it to some textbox and cliked but the QTP9.1 is
giving an error message like "The Obkect you are selecting
doesn't support this operation" If i go for Help of QTP 9.1
information I didn't get any solution,pls help me in this issue.
Answer Posted / krishna
In QTP Text checkpoint supports windows application and web
application also.we must select the text to which we want to
test.and mention in which we want to test.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If I change the property value at runtime is it effect is object repository?
What is the syntax for how to call one script from another?
how did u use automating testing tools in ur job?
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
How to use conditional loops in qtp ?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
We stored into the objects OR and then write the scripting
How do we handle run-time errors?
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 advantages of Object Repository?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What is the file extension of the code file and object repository file in QTP?
How can you give wait up to 10 seconds in qtp?