Hi All,

Set 
objEditBox=Browser("Browser").Page("Page").Frame("Frame").WebEdit("EditClass")
bolEnabled = objEditBox.GetROProperty("disabled")
If bolEnabled = "True" Then
        Reporter.ReportEvent micInfo, "Enabled: True", ""
Else
        Reporter.ReportEvent micInfo, "Enabled: False", ""
End If

Happy Tester,
Byzoor,


On 1/14/11, Shirish Kabade <[email protected]> wrote:
> Using QTP Object SPY try to find property 'editable' then if its there then
> using .getROProperty("editable") will retrun same status True or False as
> per application status
>
> -Shirish
>
> On Thu, Jan 13, 2011 at 2:54 PM, satish p <[email protected]> wrote:
>
>> hi,
>>
>>   everybody,how to check the text box value editable or non editable
>> ,pls solve the problem
>>
>>
>> Regards,
>> sateesh
>>
>> --
>> 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]<mercuryqtp%[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
> "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
"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

Reply via email to