Salome HOME
updated copyright message
[modules/shaper.git] / test.squish / suite_FEATURE_PARTITION / tst_partition_001 / test.py
index 3443213c5f1f7efec42c889cf95f434d8ebecca3..d79c61601470b72c362b6415de60188a3466eee0 100644 (file)
@@ -1,47 +1,69 @@
+# Copyright (C) 2014-2023  CEA, EDF
+#
+# 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] Partition_001
-    #[Topic] 'Partition' functionality
-    #[Tested functionality] 
-    #[Summary description]
-    #[Expected results]
-    #[General comments]
-    
+    # [project] SHAPER
+    # [Scenario] Partition_001
+    # [Topic] 'Partition' 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_partition_001.hdf'
+
+    # [step] Open 'for_partition_001.hdf'
     open(DATA_PATH + "/for_partition_001.hdf")
-    
-    #[step] Activate NewGeom
-    clickButton(waitForObject(":SALOME*.NewGeom_QToolButton"))
-    
-    # [step] Activate Part_1
-    waitForObjectItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)")
-    clickItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)", 71, 10, 0, Qt.LeftButton)
-    openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 70, 9, 0)
+
+    # [step] Activate SHAPER
+    clickButton(waitForObject(":SALOME*.Shaper_QToolButton"))
+
+    openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 95, 7, 0)
     activateItem(waitForObjectItem(":_QMenu", "Activate"))
-    
-    #[step] Fit all
-    test.vp("VP_AFTER_LOAD")
+    clickButton(waitForObject(":SALOME*.Fit All_QToolButton"))
+
+    # [step] Fit all
     fit_all()
     test.vp("VP_FITALL")
-    partition([(291, 188)], (178, 205))
+
+    # [step] Create partition with horizontal plane [vp VP_PARTITION_1]
+    partition([(290, 170)], (176, 213))
+
     test.vp("VP_PARTITION_1")
-    partition([(275, 173), (255, 323)], (272, 94))
+
+    # [step] Create partition with vertical plane [vp VP_PARTITION_2]
+    partition([(260, 165), (295, 366)], (453, 432))
+
     test.vp("VP_PARTITION_2")
-    
+
     #[step] Hide one of parts obtained in the viewer: select it, call context menu - Hide
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 291, 198, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 291, 198, 0, Qt.RightButton)
     activateItem(waitForObjectItem(":_QtxMenu", "Hide"))
-    
-    #[check] Check that partition has been executed successfully
+
+    # [check] Check that partition has been executed successfully [vp VP_HIDE]
     test.vp("VP_HIDE")
 
     # [step] Close application without saving