adspace


Generic function for selecting a Radio Button in a Dialog

Answer Posted / Upasana Jyoti Tripathi

In Automation Testing, you can create a generic function to select a radio button in a dialog. Here's an example using QTP (QuickTest Professional):
```
Function SelectRadioButton(dialogName, radioButtonName)
Dim objDialog, objRadioButton
Set objDialog = Browser("Firefox").Page(="Dialog").Dialog(dialogName)
Set objRadioButton = objDialog.GetObject(radioButtonName)
If Not (objRadioButton Is Nothing) Then
objRadioButton.Select
End If
End Function
```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programme to insert into elements in array?n finding duplicate characters in given sting?

2458


Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^

2064


hi, I want to study TIA portla V11. where can I get online courses?

2026


Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai

2323


did anybody take online training from Mind Q systems hyderabad? please share your experience. thanksĀ 

2249


hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent

3151


Have you completed the cps exam? Which one?

1049


is there any one got offer from snapdeal?

4638


Hello Friends, I am Looking for the Load runner-Performance testing institute in HYD. I see most of them in this site are suggesting for TS Technologies as best institute for PT load runner. We you pls suggest me, Does this institute offers good coaching on Weekend Sessions/Batches? Does it covers all the course contents in these session? Please help me on this guys..

1758


Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932

2145