Željko Filipin's Blog on Software and Testing

Test like you do not need the money.

Archive for October, 2007

Watir Tutorial

without comments

Woo hoo! Done! (For now.)

wiki.openqa.org/display/WTR/Tutorial

Written by Željko Filipin

October 16th, 2007 at 11:09 am

Posted in Watir

Troubleshooting SMTP Issues with Telnet

without comments

I have really bad memory. I have to write this down. I just know I will forget it, but need it later.

I had to find out why one user did not receive any mail from us. I tried the usual things, but all looked fine. My developer suggested to troubleshoot it with telnet. I found good article about troubleshooting SMTP issues. What I did:

  • open command prompt
  • find server
    >nslookup -querytype=MX [domain]
    ...
    Non-authoritative answer:
    [domain] MX preference = [integer], mail exchanger = [subdomain].[domain]
    ...
  • connect to that machine with telnet
    >telnet [subdomain].[domain] 25
  • good
    220 SMTP Proxy Server Ready
  • not so good
    554 Transaction Failed Listed in connection control deny list

Written by Željko Filipin

October 15th, 2007 at 9:00 am

Posted in E-mail

Selenium Is Better Than Watir?

without comments

Do not trust me, see it for yourself: Selenium is better than Watir.

Written by Željko Filipin

October 14th, 2007 at 9:20 am

Posted in Humour,Watir