Hi Helge and Andre I performed a test on WinXP+OOO300_m14+ja + http://ooopackages.good-day.net/pub/OpenOffice.org/qa/testautomation/OOo_OOO300_m14_testautomation.zip
Some pitfalls from dummy... * as Helge told me, I need test list from the QUASTe site. http://quaste.services.openoffice.org/index.php?option=com_quaste&task=tests_overview&workspace=OOO300&milestone=m14 Helge:. I didn't find category 3 test list above, exact OOO300_m14.txt is below [1] . Also, I think we should should have these lists in testautomation/global directory. something like following. OOO300_m14.release.txt OOO300_m14.category1.txt OOO300_m14.category2.txt OOO300_m14.category3.txt Should I raise as an issue? [1] [Data] workspace=OOO300 milestone=m14 category=2 [Tests release] chart2/optional/ch2_lvl1_wizard.bas chart2/required/ch2_updt_calc.bas dbaccess/required/dba_Main.bas dbaccess/required/dba_ReportBuilder.bas dbaccess/required/dba_xforms_Main.bas framework/required/f_basic_dialogs.bas framework/required/f_first.bas framework/required/f_help_browser.bas framework/required/f_printer_administration.bas framework/required/f_script_organizers.bas framework/required/f_security_dialogs.bas framework/required/f_standard_toolbar.bas framework/required/f_tools_customize.bas framework/required/f_tools_options.bas framework/required/f_topten.bas framework/required/f_window_functions.bas framework/required/f_wizards.bas graphics/required/d_opt.bas graphics/optional/d_updt.bas graphics/required/i_opt.bas graphics/optional/i_updt_1.bas graphics/optional/i_updt_2.bas math/required/m_updt.bas spreadsheet/required/c_updt1.bas spreadsheet/required/c_updt2.bas writer/required/w_updt.bas xml/required/oasis_graphics_update.bas [Tests required] chart2/required/ch2_chart_data_dlg_impress.bas chart2/optional/ch2_losa_ods_to_ots.bas chart2/optional/ch2_losa_ods_to_sdc.bas chart2/optional/ch2_losa_ods_to_sxc.bas dbaccess/optional/dba_db_Addressbook.bas dbaccess/optional/dba_db_ADOAccess.bas dbaccess/optional/dba_db_Dbase.bas dbaccess/optional/dba_db_dBase_functions.bas dbaccess/optional/dba_db_hsqldb.bas dbaccess/optional/dba_db_Spreadsheet.bas dbaccess/optional/dba_db_Text.bas extensions/optional/e_identifiers.bas extensions/optional/e_online_update.bas extensions/optional/e_platforms.bas framework/optional/f_basic_dialog_i18n.bas framework/optional/f_basic_documents.bas framework/optional/f_basic_first.bas framework/optional/f_basic_formcontrols.bas framework/optional/f_basic_library_export_import.bas framework/optional/f_basic_templatedocuments.bas framework/optional/f_extras_samplepreview.bas framework/optional/f_extras_templateopen.bas framework/optional/f_filedlg_autocompletion.bas framework/optional/f_filedlg_forbidden_names_windows.bas framework/optional/f_filedlg_passwords.bas framework/optional/f_help_bookmarks.bas framework/optional/f_help_compare_topics.bas framework/optional/f_security_broken_signature.bas framework/optional/f_security_evilmacro.bas framework/optional/f_security_recommend_password.bas graphics/optional/g_accessability.bas graphics/optional/g_area.bas graphics/optional/g_arrangealign.bas graphics/optional/g_convertto.bas graphics/optional/g_crossfading.bas graphics/optional/g_demoguide.bas graphics/optional/g_dimensions.bas graphics/optional/g_findreplace.bas graphics/optional/g_format.bas graphics/optional/g_insert.bas graphics/optional/g_load_save.bas graphics/optional/g_paneview.bas graphics/optional/g_savepictureas.bas graphics/optional/g_slidelayer.bas graphics/optional/g_stylist.bas graphics/optional/i_animation.bas graphics/optional/i_headerfooter.bas graphics/optional/i_saveloadlayout.bas graphics/optional/i_slideshow.bas graphics/optional/i_us_presentation.bas graphics/optional/i_view.bas spreadsheet/optional/c_arrayconstants.bas spreadsheet/optional/c_getpivotdata.bas spreadsheet/optional/c_namedrange.bas spreadsheet/optional/c_printrange.bas spreadsheet/optional/c_print_scale.bas spreadsheet/optional/c_so7_pp1.bas writer/optional/w_drawing_tools.bas writer/optional/w_dropdownLB.bas writer/optional/w_fontwork.bas writer/optional/w_issuezilla_regression.bas writer/optional/w_navigator.bas writer/optional/w_table.bas writer/optional/w_textframes.bas xml/optional/c_xml_print_scale.bas xml/optional/docbook_losa.bas xml/optional/f_xml_save_ms_ole.bas Andre: * I need patch to run_test.vbs --- tools/run_tests/run_tests.vbs 2009-01-13 09:14:18.000000000 +0900 +++ tools/run_tests/run_tests.vbs 2009-01-13 09:13:53.000000000 +0900 @@ -138,7 +138,8 @@ WScript.Echo " File not found" Else ' first run is the real test ... - Set oExec = WshShell.Exec("""" & sTestTool & """ -run """ & sTest & """" ) + cmdline = sTestTool & " -run " & sTest + Set oExec = WshShell.Exec(cmdline) WScript.Sleep 1000 If oExec.Status = 0 Then Elapsed time * it took about 24hours. (84000seconds) From: Helge Delfs <[email protected]> Subject: Re: [qa-dev] Re: testautomation missing "script" Date: Mon, 05 Jan 2009 11:18:20 +0100 > Hi Maho, > > Am 05.01.09 11:05, Maho NAKATA schrieb: > > Two questions... > > First one is: > > Then, where the following ".lst" files? > > first_topten.lst > > ooo_releasetests.lst > > ooo_category1.lst > > ooo_category2.lst > > ooo_category3.lst > > These lists are not maintained by you? > > Andre, are you maintaing above mentioned files? > > These lists must be downloaded for each milestone from QUASTe. > See > http://quaste.services.openoffice.org/index.php?option=com_quaste&task=tests_overview&Itemid=11 > At the end of the page you'll see a link to download list matching tests > for milestone. > I will add those information to Wiki-page ASAP > http://wiki.services.openoffice.org/wiki/VCLTesttool > > > The second one is: > >> As it was decided to add those scripts on > >> DEV300-Branch one must use > >> for 3.0.1 testing the scripts of > >> ftp://ftp.ooodev.org/pub/qa/qatesttool_ooo240.tgz. > > Sorry I didn't understand what you wrote. > > Do we use ftp://ftp.ooodev.org/pub/qa/qatesttool_ooo240.tgz > > for testing 3.0.1? > > No, you may just use the scripts for 3.0.1 testing from > qatesttool_ooo240. But it is also ok to use the scripts from DEV300 > branch as you mentioned. Sorry for confusing you :-) > > > Best Regards > Helge > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
