Hi Kuang Yong, kuangyong wrote: > ------------------------------------------------- > Cursor before Table/Inside table Status: Standard > ------------------------------------------------- > Line 11, the current selection contain several lines, and the characters > selected are either in the text or in the table , how can we check 'the > current selection' with > testtool?
Simply copy the selected text and compare with the expected result: For example: EditCopy Call hNewDocument EditPaste Call wDokSchreiben ( "<Mod1 Home>" ) Call wDokSchreiben ( "<Shift End>" ) EditCopy If GetClipboardtest <> "aa" then Warnlog ...... => This has to be done for each line > ------------------------------------------------------------------------- > Multi-paste - Multi selection Status: Standard > ------------------------------------------------------------------------- > Line 8, Paste, but in this case we din't copy before line8, is someting lost? You're right. This seems to be a detail missing in this testcase specification. And also the description how to mulitiselect 'text' described in line 7 is missing. I will contact the author of this tcs to fix it ! But you are free to insert an EditCopy line in your autotest to get this to work ;-) > Additionally, this testcase is Valid for version: OpenOffice.org_2.3, > OpenOffice.org_2.3.1, OpenOffice.org_2.4, but I try it in > OpenOffice.org_2.3.1 and it seems 'Ctrl+Shift+F8' doesn't work. You have to install a developer snapshot that includes this feature for 2.4. Recently there was a discussion about it. Please ask Peter Junge where to find this install sets. > I hope you can give us some advices, and we will try our best to achieve it. I'm sure you do :-) Hope my information helps .... -- Best Reagrds Helge -- =============================================================== Sun Microsystems GmbH Helge Delfs Nagelsweg 55 Quality Assurance Engineer 20097 Hamburg OOo Team Lead Automation http://qa.openoffice.org mailto:[EMAIL PROTECTED] http://wiki.services.openoffice.org/wiki/User:Hde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
