adspace


Manually in a page 10 check boxes is there.so 5 check box
"on" and 5 check box "off" so using descriptive program how
to know how many "on" and how many "off" plz help me this
question answer?

Answer Posted / Shweta Kureel

In Python, you can count the number of 'on' and 'off' checkboxes by iterating through the list of checkboxes and using a counter. Here is an example:n```ncheck_boxes = ['on', 'off', 'on', 'off', 'on', 'off', 'on', 'off', 'on', 'off']n on_count, off_count = 0, 0n for check in check_boxes:n if check == 'on':n on_count += 1n else:n off_count += 1n print('On count: ', on_count)n print('Off count: ', off_count)n```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 ^^

2060


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

3148


is there any one got offer from snapdeal?

4633


Have you completed the cps exam? Which one?

1047


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

2247


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

2453


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

2315


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

2142


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

2021


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..

1754