selendroid - Is there any way to automate scanning of barcode from appium? -


i require app scan barcode automatically , have barcodes, have app required, how can make app read physical bar codes using automation in appium,

in manual can scan code pointing out camera bar code. dont know how while executing test suite. got idea of placing mobile device on stand, tripod , placing barcode in front of it. problem can test 1 barcode. want run 100-200 barcodes ans see app performance not decrease, can 1 suggest ways?

this interesting case. if want test app scanning bar codes through camera think instead of looking solution through appium have solution match manual process.

you can click scan button using appium(i assume) - example can write script click on button every 10 seconds. challenge point camera next barcode first scan complete. possible solutions- believe bar codes can captured in file in pc. copy these bar code images in ppt or using other program these images can automatically displayed 1 one. put device in front of pc planning use tripod stand etc. focus them on screen(may first time might need these adjustments). run script. trial runs. synchronize process correct time outs. think should feasible though not best way automate scenario.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -