Pbooks Test Suite




We designed a test suite to test different aspects and functions of pbooks. Everything ran smoothly without problems until Selenium attempted to run the Accounts Test. The test failed because when it tries to click the test account link, the following error occurs. Element link=Test Account not found

I later discovered that the error occurred because the name Test Account was already taken, therefore, it will not allow you to use the same name.

While testing the setup preferences page I ran into the following error Element display_num_Entrie not found. I solved the problem by changing the entry number to zero. The page runs into an error because there aren’t any entries in the database.


1 Response to “Pbooks Test Suite”


  1. 1 admin

    I was running into the same problem - there actually was a bug in the database, see

    http://www.svn.pbooks.org/pbookstrac/ticket/11#

    I updated the database model, so it should be all set. If you run into this problem - manually delete that account. It needs to be created, and then deleted for each test. For some reason it wasn’t deleting.

    If its still not deleting, the bug is still there.

Leave a Reply