On Monday, 25 November 2013 09:56:03 UTC, Emmah Maluleke wrote:
>
> Please help, when I try to record the web button it doesn't record it.
> And Adding the object from the repository doesn't add it. It recognize the 
> object as a webelement.
> Trying using the Virtual object to help me identify the object but it 
> didn't work
> I'm using QTP 11.
>
 
Have you tried descriptive coding? as in: - 
browser("title:=XXX.*.").page("title:=XXX.*.").WebElement("html 
id:=proceedCreate").Click. 
You can get the html id from the object spy, if it doesn't have an html id 
then you could another property, use a combination of properites i.e. 
browser("title:=XXX.*.").page("title:=XXX.*.").WebElement("html 
tag:=DIV","class:=dijitDialogPaneContent").Exist
 
Regards
Neville

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to