Salome HOME
Copyright update 2020
[modules/shaper.git] / test.squish / suite_FEATURE_EXTRUSION / tst_extrusion_002 / test.py
index cee54e43342da6616d94b5b846456bb7b2ed0adf..1d7563850e0b5ff0ce173814dd45451f46b2a1e0 100644 (file)
+# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 def main():
-    #[project] NewGEOM
-    #[Scenario] Extrusion_002
-    #[Topic] 'Extrusion by boarding planes and offsets' functionality
-    #[Tested functionality] 
-    #[Summary description]
-    #[Expected results]
-    #[General comments]
-    
+    # [project] SHAPER
+    # [Scenario] Extrusion_002
+    # [Topic] 'Extrusion by boarding planes and offsets' functionality
+    # [Tested functionality]
+    # [Summary description]
+    # [Expected results]
+    # [General comments]
+
     source(findFile("scripts", "common.py"))
-    
-    #[section] Application start
-    #[step] Launch SALOME
+
+    # [section] Application start
+    # [step] Launch SALOME
     startApplication("salome_run.sh")
 
     set_defaults()
-    
-    #[step] Open 'for_extrusion_001.hdf'
+
+    # [step] Open 'for_extrusion_001.hdf'
     open(DATA_PATH + "/for_extrusion_002.hdf")
-    
-    #[step] Activate NewGeom
-    clickButton(waitForObject(":SALOME*.NewGeom_QToolButton"))
-    
-    #[step] Activate Part_1
+
+    # [step] Activate SHAPER
+    clickButton(waitForObject(":SALOME*.Shaper_QToolButton"))
+
+    # [step] Activate Part_1
     waitForObjectItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)")
     clickItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)", 48, 10, 0, Qt.LeftButton)
     openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 48, 10, 0)
     activateItem(waitForObjectItem(":_QMenu", "Activate"))
-    
-    #[step] Fit all
+
+    # [step] Fit all
     fit_all()
-    #[step] Execute extrusion for sketch_1
+    test.vp("INIT")
+
+    # [step] Execute extrusion for sketch_1
     mouseClick(waitForObjectItem(":SALOME*_QMenuBar", "Features"))
     mouseClick(waitForObjectItem(":_QMenu", "Extrusion"))
-    
-    #[step] Select sketch_1 as base
+
+    # [step] Select sketch_1 as base
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 324, 222, 0, Qt.LeftButton)
-    
-    #[step] Select 'By boarding planes and offsets' button
+
+    # [step] Select 'By boarding planes and offsets' button
     clickButton(waitForObject(":Extrusion_QToolButton"))
-    
-    #[check] Check that no result is previewed
-    test.vp("VP1")
-    
-    #[step] Select upper face as face 'To'
+
+    # [check] Check that no result is previewed [vp NO_PREVIEW]
+    fit_all()
+    test.vp("NO_PREVIEW")
+
+    # [step] Select upper face as face 'To'
     mouseClick(waitForObject(":Extrusion.Select a sketch face_QListWidget"), 80, 47, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 350, 231, 0, Qt.LeftButton)
     mouseClick(waitForObject(":To_QLineEdit"), 31, 11, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 369, 87, 0, Qt.LeftButton)
-    
-    #[check] Check that preview is updated
-    test.vp("VP2")
-    
-    #[step] Select lower face as face 'From'
+
+    # [check] Check that preview is updated [vp PREVIEW_TO]
+    fit_all()
+    test.vp("PREVIEW_TO")
+
+    # [step] Select lower face as face 'From'
     mouseClick(waitForObject(":From_QLineEdit"), 80, 11, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 350, 413, 0, Qt.LeftButton)
-    
-    #[check] Check that preview is updated
-    test.vp("VP3")
-    
-    #[step] Define offset for face 'To'
+
+    # [check] Check that preview is updated [vp PREVIEW_FROM]
+    test.vp("PREVIEW_FROM")
+
+    # [step] Define offset for face 'To'
     type(waitForObject(":To.to_offset_ModuleBase_ParamSpinBox"), "<Ctrl+A>")
     type(waitForObject(":To.to_offset_ModuleBase_ParamSpinBox"), 200)
+    type(waitForObject(":To.to_offset_ModuleBase_ParamSpinBox"), "<Return>")
 
-    #[step] Fit all
+    # [step] Fit all
     fit_all()
-    
-    #[check] Check that preview is updated
-    test.vp("VP4")
-    
-    #[step] Define offset for face 'From'
+
+    # [check] Check that preview is updated [vp PREVIEW_TO_OFFSET]
+    test.vp("PREVIEW_TO_OFFSET")
+
+    # [step] Define offset for face 'From'
     type(waitForObject(":From.from_offset_ModuleBase_ParamSpinBox"), "<Ctrl+A>")
     type(waitForObject(":From.from_offset_ModuleBase_ParamSpinBox"), 200)
+    type(waitForObject(":From.from_offset_ModuleBase_ParamSpinBox"), "<Return>")
+
+    # [step] Fit all
+    fit_all()
 
-    #[step] Fit all
-    fit_all()    
+    # [check] Check that preview is updated [vp PREVIEW_FROM_OFFSET]
+    test.vp("PREVIEW_FROM_OFFSET")
 
-    #[check] Check that preview is updated
-    test.vp("VP5")
-    
-    #[step] Ok
+    # [step] Ok
     clickButton(waitForObject(":Extrusion.property_panel_ok_QToolButton"))
-    
-    #[step] Fit all
-    fit_all()   
-    
-    #[check] Check that extrusion is built
-    test.vp("VP6")
+
+    # [step] Fit all
+    fit_all()
+
+    # [check] Check that extrusion is built [vp EXTRUSION]
+    test.vp("EXTRUSION")
 
     # [step] Close application without saving
     close_application()