From w1 at zak.co.il Wed May 28 15:00:46 2008 From: w1 at zak.co.il (Omer Zak) Date: Thu, 29 May 2008 01:00:46 +0300 Subject: [Test Automation] Qt applications testing automation Message-ID: <1212012046.4562.29.camel@c2.home.zak.co.il> I am a new subscriber to this mailing list. The subject of testing Qt4 applications interests me. If there is any subscriber with Qt4 experience, can he/she please tell about his/her experience in automating Qt4 applications testing? Which testing frameworks worked well? Which testing frameworks proved to be a major disappointing PITA? --- Omer -- Every good master plan involves building a time machine. Moshe Zadka My own blog is at http://www.zak.co.il/tddpirate/ My opinions, as expressed in this E-mail message, are mine alone. They do not represent the official policy of any organization with which I may be affiliated in any way. WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html From amos.shapira at gmail.com Wed May 28 15:49:21 2008 From: amos.shapira at gmail.com (Amos Shapira) Date: Thu, 29 May 2008 08:49:21 +1000 Subject: [Test Automation] Windows web test automation Message-ID: <9c2cca270805281549u4616ccfdtba5665f16c553a6b@mail.gmail.com> Hello, I'm a new subscriber here too. We are currently looking for ways to automate testing of a web application (web site) mostly from a Windows desktop. The web application relies heavily on browser features (it injects all sorts of webbugs into the HTTP responses which must be executed by the various browsers) so the app must be able to drive a real browsers and be able to do that with multiple browsers (IE 6/7, Firefox, Operah, whatever) and systems (Windows and Linux for now). Is there anyone here with experience in that area? Thanks, --Amos From szabgab at gmail.com Thu May 29 08:15:08 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Thu, 29 May 2008 18:15:08 +0300 Subject: [Test Automation] Windows web test automation In-Reply-To: <9c2cca270805281549u4616ccfdtba5665f16c553a6b@mail.gmail.com> References: <9c2cca270805281549u4616ccfdtba5665f16c553a6b@mail.gmail.com> Message-ID: Hi Amos, On Thu, May 29, 2008 at 1:49 AM, Amos Shapira wrote: > Hello, > > I'm a new subscriber here too. I am a new subscriber too :-) > We are currently looking for ways to automate testing of a web > application (web site) mostly from a Windows desktop. > The web application relies heavily on browser features (it injects all > sorts of webbugs into the HTTP responses which must be executed by the > various browsers) so the app must be able to drive a real browsers and > be able to do that with multiple browsers (IE 6/7, Firefox, Operah, > whatever) and systems (Windows and Linux for now). > > Is there anyone here with experience in that area? There are several solutions but I think currently the most popular is Selenium. http://selenium.openqa.org/ You can easily create automated tests with it using many languages. For a nice set of intro slides on how to use it in with Perl you can look at the slides of Barbie: http://birmingham.pm.org/talks/barbie/selenium/ regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Perl Training in Israel http://www.pti.co.il/ Test Automation Tips http://szabgab.com/test_automation_tips.html From pushpendra_vish at rediffmail.com Thu May 29 22:35:14 2008 From: pushpendra_vish at rediffmail.com (pushpendra vishwakarma) Date: 30 May 2008 05:35:14 -0000 Subject: [Test Automation] Windows web test automation Message-ID: <20080530053514.18508.qmail@f4mail-235-243.rediffmail.com> Hi, Selenium would not work with IE. You can give a try to WATIR, a Ruby based web automation framework. - Pushp On Thu, 29 May 2008 Gabor Szabo wrote : >Hi Amos, > >On Thu, May 29, 2008 at 1:49 AM, Amos Shapira wrote: > > Hello, > > > > I'm a new subscriber here too. > >I am a new subscriber too :-) > > > We are currently looking for ways to automate testing of a web > > application (web site) mostly from a Windows desktop. > > The web application relies heavily on browser features (it injects all > > sorts of webbugs into the HTTP responses which must be executed by the > > various browsers) so the app must be able to drive a real browsers and > > be able to do that with multiple browsers (IE 6/7, Firefox, Operah, > > whatever) and systems (Windows and Linux for now). > > > > Is there anyone here with experience in that area? > >There are several solutions but I think currently the most popular is >Selenium. > >http://selenium.openqa.org/ > >You can easily create automated tests with it using many languages. > >For a nice set of intro slides on how to use it in with Perl you can look at the >slides of Barbie: http://birmingham.pm.org/talks/barbie/selenium/ > > >regards > Gabor > >-- >Gabor Szabo http://szabgab.com/blog.html >Perl Training in Israel http://www.pti.co.il/ >Test Automation Tips http://szabgab.com/test_automation_tips.html >_______________________________________________ >Test-automation mailing list >Test-automation at szabgab.com >http://szabgab.com/mailman/listinfo/test-automation -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.szabgab.com/pipermail/test-automation/attachments/20080530/e3e3c9a9/attachment.html From szabgab at gmail.com Sat May 31 06:19:49 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Sat, 31 May 2008 16:19:49 +0300 Subject: [Test Automation] Windows web test automation In-Reply-To: <20080530053514.18508.qmail@f4mail-235-243.rediffmail.com> References: <20080530053514.18508.qmail@f4mail-235-243.rediffmail.com> Message-ID: On Fri, May 30, 2008 at 8:35 AM, pushpendra vishwakarma wrote: > > Hi, > > Selenium would not work with IE. > You can give a try to WATIR, a Ruby based web automation framework. I have not encountered such problem yet. Could you elaborate? Gabor