How to select webradio button in QTP

Well - It is very easy to select webradio button. We need to just use click method of webradio object.

This will do the job.

Example -

Browser("myb").Page("myp").webradio("myr").click

That is it!!!!!!!!