PDA

View Full Version : Group Select?


amark
12-22-2008, 11:09 PM
My apologies if the solution to this is quite simple, but is there anyway to select multiple test cases/suites in the tree?

I've tried holding CTRL, Shift, etc and nothing seems to work.

[EDIT] I figured I'd just post all my questions here as it seems support only view a few times a day.

- Is there anyway to reorganize test cases? Or are they fixed based on ID?
- If multiple users are connected to the same DB, how are edits/saves processed? ie, is the DB auto updated for all users, or do they need to close/reopen?

Thanks!

TimR
12-23-2008, 12:34 AM
Hi,


No you can't select multiple items in the tree, only in the right hand list view.
Item organisation (sorting) in TestLog is fixed by name.
An update thread runs in the background of TestLog so if another user makes a change to an item this change is reflecting in all instances of TestLog that have the same database open.
When a user edits a test case a lock file is created to warn other users if the file is opened. If another user tries to open the locked file a message is displayed detailing who locked the file and when.

amark
12-23-2008, 12:59 AM
Thanks Tim =)