Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automated web based GUI testing tool [closed]

Hi all i want to web based GUI Testing tool. I found dogtail is written using python. but i didnot get any good tutorial and examples to move further. Please Guide me weather dogtail is perfect or something better than this in python is there?. and if please share doc and example.

My requirement: A DVR continuous showing live video on tile(4 x 4 ), GUI is web based(mozilla) . i Should be able to swap video and check log and have to compare actual result and present.

like image 388
nammu Avatar asked Mar 17 '26 01:03

nammu


1 Answers

Selenium is designed exactly for this, it allows you to control the browser in Python, and check if things are as expected (e.g check if a specific element exists, submit a form etc)

There's some more examples in the documentation

Project Sikuli is a similar tool, but is more general than just web-browsers

like image 75
dbr Avatar answered Mar 18 '26 16:03

dbr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!