Function Check_CheckBox(fValue)
 Set
myP=browser("name:="&environment("vClientManagementDetailsAdd_Title")).page("title:="&environment("vClientManagementDetailsAdd_Title"))
 fHtml_id=".*"+fValue
   Set oChckBox= description.Create()
    oChckBox("html tag").value="SPAN"
  ' oChckBox("index").value=0
   oChckBox("html id").value=fHtml_id
   myP.webelement(oChckBox).Click
   datatable.Value("Results","dTS")="Pass"
reporter.ReportEvent micDone,environment("steps")," IVR Call out checkbox
checked"
 f_WriteToLogFile environment("steps")," IVR Call out checkbox checked"
Set oChckbox=nothing
Set myP=nothing
End Function


On Thu, May 22, 2014 at 3:22 AM, Akhalesh Yadav <[email protected]
> wrote:

> you can check the class property of checkbox, it should be
> ........checked, Means developers have make some difference in both checked
> and unchecked checkbox with the help to define different class for each .
>
>
> Thanks..
> Akhalesh
>
>
> On Wed, May 21, 2014 at 3:08 AM, sharath gupta <[email protected]>wrote:
>
>> Hi All,
>>
>>           I need to check weather a check box is checked or not(In Web
>> Table )?Please Help Me out??
>>
>>
>>
>> Thanks & Regards
>>    Sharath Gupta
>>
>>  --
>> --
>> 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/d/optout.
>>
>
>
>
> --
> Akhalesh yadav
> +919555717928
> +919310680659
>



-- 
Akhalesh yadav
+919555717928
+919310680659

-- 
-- 
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/d/optout.

Reply via email to