About Me

My photo
I Love Bugs! Yum! Yum!

Wednesday, January 19, 2011

Testlink, fogbugz and Selenium RC

Monday, October 26, 2009

Yay! Made testlink, fogbugz and selenium work together :) Also, have screenshots for the failed testcases...

4 comments:

  1. nice, I still want to connect all three

    ReplyDelete
  2. Hi Jo,
    have a few questions:
    How did you connect testlink and fobugz.
    Via database interface or rest interface?
    Do you host fogbugz?
    Which fogbugz version are you using?

    thx

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. I am using TestLink 1.9.7 and FogBugz Version 8.9.61.0H.
    Integrated both tools using fogbugz rest API(Interface).
    After spending lot of time in side PHP code of TestLink, I figured out that it is infact very easy:

    Steps:
    1. Login to TestLink using Admin Credentials
    2. On home screen of testlink, click on "Issue Tracker Management"
    3. Create
    4. Provide issue tracker name
    5. Type: fogbugz (Interface: rest)
    6. Configuration:



    FogBugz_UserName
    FogBugz_Password
    https://[yoursite].fogbugz.com

    Project name in FogBugz


    7. Save
    8. On Issue Tracker screen, there is a "tool kit" icon, click on this to check the connection between TestLink and FogBugz.
    9. If there is any problem then go in to your issue tracker and change configurations. Repeat this until you have successful connectivity.
    10. Click on Project/Desktop to navigate to home screen.
    11. Go to "Test Project Management"
    12. Click on the specific (existing) project you wish to link to FogBugz.
    13. Click on this project
    14. Make issue tracker integration checkbox "checked"
    15. Select issue tracker in the drop down that you have created above.
    16. Save and Done!

    Now when you actually try to execute test cases, you will have new column viz. "BUG management".
    Here you can either create new bug or link existing bug to your test cases.

    ReplyDelete