Web Quality Assurance Automation

Embed Size (px)

Citation preview

1. WWeebb QQuuaalliittyy AAssssuurraanncceeAll testssuccessful.Barcelona Perl Workshop 2014 2. Demo Videohttp://youtu.be/Ev1ykoT_SsU 3. 3 Steps1. Control Firefox2. Issue a Web Request3. Check Results 4. 1. Controlling Firefox MozRepl pluginhttps://addons.mozilla.org/en-US/firefox/addon/mozrepl/ 5. 2. Issuing a Web Request Perl modules WWW::Mechanize::Firefox WWW::Mechanize 6. 3. Check Results Perl modules Mojo::DOM DBI 7. More Modules http://metacpan.org 8. Installing Modules apt-get install libwww-mechanize-perl apt-get install libdbi-perl apt-get install cpanminus cpanm WWW::Mechanize::Firefox 9. Create Base Files module-starter module=MyWeb::Test lib/MyWeb/Test.pm t/00.load.t 10. TThhaannkk yyoouuAll testssuccessful.