I Want to automate outlook operations.
Basically it recognizes the QTP objects but with co ordinates.
For example :
For a button object, the click property has coordinates instead of name.
Do I need to change any QTP settings to record the object with the name of the object.
Check Object identification settings, go to tools > object identification
Select environment - and then select your test object
check what mandatory properties are assigned with your test object. you can change this setting using add/remove button there.
@Saket,Sara : hope this post is already posted by 'pbrqtp' in the same "QTP beginners" group.
So it would better to follow the same post instead of creating duplicate thread.
Thanks for pointing out Sreekanth - I agree that the queries are on Outlook automation but I dont feel this is a duplicate thread as the query asked by pbrqtp is somthing related to recording issue and the query which sara0710 has raised is objet identification issue. In this thread the original poster is able to record the application whether it is not in the other thread.
which object in outlook is not recognised, do you mean to say when you click Tools>Rules and Alerts in record mode ,it records the statement with co-ordinates? something like
right?
QTP does not recognise context menu, this is the reson you are getting the statements with co-ordinates, but Yes there could be different ways of handling this in QTP, one of the way could be use the shortcut keys using Sendkeys method.