Hi Helge, Hi all,
We are testing OOo2.4(680m241), it's Localization27 test in TCM.
When we run script c_updt.bas in qatesttool\calc\update on Window XP system,
something strange happend.
In testcase tEditHeadersAndFooters of c_002_.inc in qatesttool\calc\update\inc,
after line664 executed, the following instruction can't performance as
expected. The bottons clicked, but nothing happened. I click it manually, still
can't input fields or invoke the TextAttribute Dialog. So after line 676, a
error log printed: TabFont : Tab page not found at SetPage.
Something very strange is once it passed for some reason, it will always pass.
unless you delete the user config directory of OOo.
There must be something wrong when TestTools operate the OpenOffice. Because it
works very well when I manually run the case. something wrong with TestTool or
with OOo2.4?
Following is the part of scripts:
EditHeadersAndFooters // line 660
Kontext
Active.SetPage TabKopfzeileCalc
Kontext "TabKopfzeileCalc" // line 664,
Call DialogTest ( TabKopfzeileCalc )
Datei.Click // this line to line 674 doesn't
work well
Tabelle.Click
Seitennummer.Click
Seitenanzahl.Click
Datum.Click
Zeit.Click
Textattribute.Click
Kontext
Active.setpage TabFont // line 676, error arise here
Kontext "TabFont"
TabFont.Cancel
Thank you very much.
Best regards,
Zhu Lihua