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.
Answers were Sorted based on User's Feedback
Answer / mahendra
before inserting checkpoint, select the text for which you
need to add checkpoint for and then when u see the hand
symbol click on the text which u have selected.
Hope this helps !!!
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / hari
Hi,
The portion your are clicking may not be a text. The error
message you mentioned ("The Obkect you are selecting
doesn't support this operation") comes in to picture when
you are not selecting the "text" for "Text Cehk point".
Bye
| Is This Answer Correct ? | 1 Yes | 0 No |
Everything you did is right my friend except clicking on the object,If your case is to insert checkpoint for the text,you should exactly go to an application and find your desired text but not "textbox" where checkpoint is to be inserted,Try this out and please let me know it is working or not..Have fun
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh
Hi Mahendra what i did is same but I am again getting the
same message "The object you are selecting doesn't support
this type of operation"
But the above said message is not getting in QTP 8.2
Version,It is working fine.
All this issue is regarding QTP 9.1,U also once try on this
and help me.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jagdish
Hi, Santosh,
The QTP 9.1 does not support to the window application if u
trying for same. This check point only support to web
application only.
| Is This Answer Correct ? | 1 Yes | 3 No |
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
how interviews will be on QTP?
Sql questions to find second max salary and how to use joins
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How to open any application during Scripting in QTP?
How to send the qtp results file by email (Lotus notes).
How to explain a banking project in interview as a test engineer???
Which object model ur used in ur project
How software automation specialist enter steps in the Expert View?
Basically why we need testing?
what is compiled module?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.