Report: Test case *FiabilitéIntegrerDevis/OuvreIntegrerDevis* time: 8.066 s Context *Close modal dialogs* time: 0.406 s *save-state* time: 0.000 s *restore-state* time: 0.000 s Context *PortailVente* time: 0.757 s *save-state* time: 0.000 s Context *client* time: 0.145 s *restore-state* time: 0.000 s *proc getClientBACQUET -body {getClient BACQUET Francis 59650}* time: 0.000 s *val cle* time: 0.001 s *val nom* time: 0.000 s *val prenom* time: 0.000 s *val codePostal* time: 0.000 s *proc getClient -body { rechercheClient [get-val cle] [get-val nom] [get-val prenom] [get-val codePostal]\n with [get-window "Rechercher un client"] "\n"\n + " get-table | get-cell 0 3 | mouse down -count 1\n"\n + " get-window \"Fiche de synthèse du client\" | get-button \"Sélectionner\" | click\n"\n + " "\n}* time: 0.001 s *val cle* time: 0.000 s *val nom* time: 0.000 s *val prenom* time: 0.001 s *val codePostal* time: 0.000 s *proc rechercheClient -body {with [get-window "Rechercher un client"] "\n"\n + " //get-group | get-editbox -after [get-label \"N° Client / CM / Téléphone / E-mail:\"] | set-focus\n"\n + " if [$cle | not-eq \"\"]{\n"\n + " get-group -after [get-label \"Rechercher un client\"] | get-editbox -after [get-label \"N° Client / CM / Téléphone / E-mail:\"] | set-text $cle\n"\n + " }\n"\n + " with [get-group -after [get-label \"Rechercher un client\"] -index 1] { \n"\n + " if [$nom | not-eq \"\"] {\n"\n + " get-editbox -after [get-label \"Nom/Raison sociale:\"] | set-text $nom\n"\n + " }\n"\n + " if [$prenom | not-eq \"\"] {\n"\n + " get-editbox -after [get-label \"Prénom:\"] | set-text $prenom\n"\n + " }\n"\n + " //pour les valeurs numériques, il n\'est pas nécessaire de tester différent de \"\"\n"\n + " if $codePostal {\n"\n + " get-editbox -after [get-label \"CP/Dpt:\"] | set-text $codePostal\n"\n + " }\n"\n + " }\n"\n + " get-button Rechercher | click\n"\n + " "}* time: 0.000 s *save-state* time: 0.000 s Context *devis* time: 0.162 s *restore-state* time: 0.000 s *proc ouvreDevis -body { get-button Vente | click\n get-button "Devis (M1+D)" | get-property "isEnabled()" | equals true | verify-true\n get-button "Devis (M1+D)" | click\n get-window "Rechercher un client" | get-group | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-focus\n}* time: 0.000 s *val ref* time: 0.001 s *val quantite* time: 0.001 s *proc ajouteArticle -body {with [get-editor Devis | get-section | get-table] "\n"\n + " select \"Saisir réf\\\\/EAN\" | activate-cell-edit\n"\n + " with [get-editbox] {\n"\n + " set-text $ref\n"\n + " key-type \"TRAVERSE_TAB_NEXT\"\n"\n + " }\n"\n + " select $ref | activate-cell-edit -column 4\n"\n + " with [get-editbox] {\n"\n + " set-text $quantite\n"\n + " key-type \"TRAVERSE_TAB_NEXT\"\n"\n + " }\n"\n + " \n"\n + " "}* time: 0.000 s *val ref* time: 0.000 s *val quantite* time: 0.000 s *proc modifieQuantite -body {with [get-editor Devis | get-section | get-table] "\n"\n + " select $ref | activate-cell-edit -column 4\n"\n + " with [get-editbox] {\n"\n + " set-text $quantite\n"\n + " key-type Enter\n"\n + " }\n"\n + " //apply-cell-edit -deactivate\n"\n + " "}* time: 0.001 s *val memo* time: 0.000 s *proc ajouteMemoInterne -body { get-editor Devis | get-section | get-link "Mémo Interne" | click\n with [get-window "Mémo interne"] "\n"\n + " with [get-editbox -after [get-label \"Caractères restants\"]] {\n"\n + " set-text $memo\n"\n + " }\n"\n + " get-button Valider | click\n"\n + " "\n}* time: 0.000 s *val message* time: 0.000 s *proc ajouteMsgClient -body { get-editor Devis | get-section | get-link "Message Client" | click\n with [get-window "Message Client"] "\n"\n + " with [get-editbox -after [get-label \"Caractères restants\"]] {\n"\n + " set-text $message\n"\n + " }\n"\n + " get-button Valider | click\n"\n + " "\n}* time: 0.001 s *proc initialiseQualifRelance -body { get-editor Devis | get-section | get-link "Qualifier relance" | click\n with [get-window QualificationRelanceDevisDialog] "\n"\n + " get-button | click\n"\n + " //get-editbox -after [get-label \"Je me permettrai de vous rappeler le\"] | set-focus\n"\n + " get-window -from \"AbstractCombo.createPopup()\" | get-label 44 | click\n"\n + " //get-editbox -after [get-label \"Je me permettrai de vous rappeler le\"] | set-focus\n"\n + " get-button OK | click\n"\n + " "\n}* time: 0.000 s *proc sauvegardeImpressionFermeture -body { get-button "Enregistrer/Imprimer/Fermer" | click\n with [get-window Information] "\n"\n + " //log get-link | get-text\n"\n + " get-button OK | click\n"\n + " "\n}* time: 0.000 s *save-state* time: 0.001 s Script *OuvreIntegrerDevis* time: 6.449 s *restore-state* time: 0.001 s *ouvre-devis* time: 0.734 s *get-button Vente* time: 0.045 s *click* time: 0.100 s *get-button "Devis (M1+D)"* time: 0.016 s *get-property -name "isEnabled()"* time: 0.000 s *equals -value true* time: 0.000 s *verify-true* time: 0.009 s *get-button "Devis (M1+D)"* time: 0.015 s *click* time: 0.426 s *get-window "Rechercher un client"* time: 0.004 s *get-group* time: 0.025 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.004 s *get-editbox* time: 0.010 s *set-focus* time: 0.013 s *get-client-b-a-c-q-u-e-t* time: 2.864 s *get-client* time: 2.859 s *get-val cle* time: 0.000 s *get-val nom* time: 0.000 s *get-val prenom* time: 0.000 s *get-val codePostal* time: 0.000 s *recherche-client* time: 0.504 s *get-window "Rechercher un client"* time: 0.010 s *with* time: 0.484 s *get-val cle* time: 0.000 s *not-eq* time: 0.000 s *if -then {get-group [get-label "Rechercher un client"] | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-text [get-val cle]}* time: 0.000 s *get-label "Rechercher un client"* time: 0.014 s *get-group -index 1* time: 0.011 s *with* time: 0.193 s *get-val nom* time: 0.000 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Nom/Raison sociale:"] | set-text [get-val nom]}* time: 0.048 s *get-label "Nom/Raison sociale:"* time: 0.004 s *get-editbox* time: 0.009 s *get-val nom* time: 0.000 s *set-text -text BACQUET* time: 0.016 s *get-val prenom* time: 0.001 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.054 s *get-label "Prénom:"* time: 0.009 s *get-editbox* time: 0.010 s *get-val prenom* time: 0.000 s *set-text -text Francis* time: 0.015 s *get-val codePostal* time: 0.000 s *if -then {get-editbox [get-label "CP/Dpt:"] | set-text [get-val codePostal]}* time: 0.051 s *get-label "CP/Dpt:"* time: 0.005 s *get-editbox* time: 0.010 s *get-val codePostal* time: 0.000 s *set-text -text 59650* time: 0.015 s *get-button Rechercher* time: 0.003 s *click* time: 0.215 s *get-window "Rechercher un client"* time: 0.006 s *with* time: 2.322 s *get-table* time: 0.010 s *get-cell 0 3* time: 0.017 s *mouse down -count 1* time: 1.104 s *get-window "Fiche de synthèse du client"* time: 0.018 s *get-button "Sélectionner"* time: 0.030 s *click* time: 1.102 s *get-menu "Devis/Intégrer un devis..."* time: 0.042 s *click* time: 0.497 s *get-window "Intégrer Devis du client"* time: 0.005 s *with* time: 2.164 s *get-link "Le devis appartient à un autre client ?"* time: 0.017 s *click* time: 0.385 s *get-client* time: 1.741 s *get-val cle* time: 0.000 s *get-val nom* time: 0.000 s *get-val prenom* time: 0.000 s *get-val codePostal* time: 0.000 s *recherche-client* time: 0.465 s *get-window "Rechercher un client"* time: 0.011 s *with* time: 0.444 s *get-val cle* time: 0.001 s *not-eq* time: 0.001 s *if -then {get-group [get-label "Rechercher un client"] | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-text [get-val cle]}* time: 0.101 s *get-label "Rechercher un client"* time: 0.030 s *get-group* time: 0.012 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.005 s *get-editbox* time: 0.011 s *get-val cle* time: 0.001 s *set-text -text 14* time: 0.012 s *get-label "Rechercher un client"* time: 0.003 s *get-group -index 1* time: 0.011 s *with* time: 0.043 s *get-val nom* time: 0.000 s *not-eq* time: 0.001 s *if -then {get-editbox [get-label "Nom/Raison sociale:"] | set-text [get-val nom]}* time: 0.000 s *get-val prenom* time: 0.001 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.000 s *get-val codePostal* time: 0.000 s *if -then {get-editbox [get-label "CP/Dpt:"] | set-text [get-val codePostal]}* time: 0.000 s *get-button Rechercher* time: 0.012 s *click* time: 0.222 s *get-window "Rechercher un client"* time: 0.004 s *with* time: 1.242 s *get-table* time: 0.008 s *get-cell 0 3* time: 0.017 s *mouse down -count 1* time: 0.846 s *get-window "Fiche de synthèse du client"* time: 0.015 s *get-button "Sélectionner"* time: 0.028 s *click* time: 0.284 s *save-state* time: 0.002 s Q7 Wait details Test case *FiabilitéIntegrerDevis/OuvreIntegrerDevis* time: 8.066 s Context *Close modal dialogs* time: 0.406 s --> q7 wait details <-- total wait time: 157 async: org.eclipse.rcptt.ctx.workbench.impl.WorkbenchContextProcessor.apply:123, total time: 2 async: org.eclipse.rcptt.ctx.workbench.impl.WorkbenchContextProcessor.apply:130, total time: 155 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 63 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793 *save-state* time: 0.000 s *restore-state* time: 0.000 s Context *PortailVente* time: 0.757 s --> q7 wait details <-- total wait time: 57 async: org.eclipse.rcptt.ctx.workbench.impl.WorkbenchContextProcessor.apply:123, total time: 2 async: org.eclipse.rcptt.ctx.workbench.impl.WorkbenchContextProcessor.apply:130, total time: 55 *save-state* time: 0.000 s Context *client* time: 0.145 s --> q7 wait details <-- total wait time: 109 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 109 *restore-state* time: 0.000 s *proc getClientBACQUET -body {getClient BACQUET Francis 59650}* time: 0.000 s *val cle* time: 0.001 s *val nom* time: 0.000 s *val prenom* time: 0.000 s *val codePostal* time: 0.000 s *proc getClient -body { rechercheClient [get-val cle] [get-val nom] [get-val prenom] [get-val codePostal]\n with [get-window "Rechercher un client"] "\n"\n + " get-table | get-cell 0 3 | mouse down -count 1\n"\n + " get-window \"Fiche de synthèse du client\" | get-button \"Sélectionner\" | click\n"\n + " "\n}* time: 0.001 s *val cle* time: 0.000 s *val nom* time: 0.000 s *val prenom* time: 0.001 s *val codePostal* time: 0.000 s *proc rechercheClient -body {with [get-window "Rechercher un client"] "\n"\n + " //get-group | get-editbox -after [get-label \"N° Client / CM / Téléphone / E-mail:\"] | set-focus\n"\n + " if [$cle | not-eq \"\"]{\n"\n + " get-group -after [get-label \"Rechercher un client\"] | get-editbox -after [get-label \"N° Client / CM / Téléphone / E-mail:\"] | set-text $cle\n"\n + " }\n"\n + " with [get-group -after [get-label \"Rechercher un client\"] -index 1] { \n"\n + " if [$nom | not-eq \"\"] {\n"\n + " get-editbox -after [get-label \"Nom/Raison sociale:\"] | set-text $nom\n"\n + " }\n"\n + " if [$prenom | not-eq \"\"] {\n"\n + " get-editbox -after [get-label \"Prénom:\"] | set-text $prenom\n"\n + " }\n"\n + " //pour les valeurs numériques, il n\'est pas nécessaire de tester différent de \"\"\n"\n + " if $codePostal {\n"\n + " get-editbox -after [get-label \"CP/Dpt:\"] | set-text $codePostal\n"\n + " }\n"\n + " }\n"\n + " get-button Rechercher | click\n"\n + " "}* time: 0.000 s *save-state* time: 0.000 s Context *devis* time: 0.162 s --> q7 wait details <-- total wait time: 128 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 128 *restore-state* time: 0.000 s *proc ouvreDevis -body { get-button Vente | click\n get-button "Devis (M1+D)" | get-property "isEnabled()" | equals true | verify-true\n get-button "Devis (M1+D)" | click\n get-window "Rechercher un client" | get-group | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-focus\n}* time: 0.000 s *val ref* time: 0.001 s *val quantite* time: 0.001 s *proc ajouteArticle -body {with [get-editor Devis | get-section | get-table] "\n"\n + " select \"Saisir réf\\\\/EAN\" | activate-cell-edit\n"\n + " with [get-editbox] {\n"\n + " set-text $ref\n"\n + " key-type \"TRAVERSE_TAB_NEXT\"\n"\n + " }\n"\n + " select $ref | activate-cell-edit -column 4\n"\n + " with [get-editbox] {\n"\n + " set-text $quantite\n"\n + " key-type \"TRAVERSE_TAB_NEXT\"\n"\n + " }\n"\n + " \n"\n + " "}* time: 0.000 s *val ref* time: 0.000 s *val quantite* time: 0.000 s *proc modifieQuantite -body {with [get-editor Devis | get-section | get-table] "\n"\n + " select $ref | activate-cell-edit -column 4\n"\n + " with [get-editbox] {\n"\n + " set-text $quantite\n"\n + " key-type Enter\n"\n + " }\n"\n + " //apply-cell-edit -deactivate\n"\n + " "}* time: 0.001 s *val memo* time: 0.000 s *proc ajouteMemoInterne -body { get-editor Devis | get-section | get-link "Mémo Interne" | click\n with [get-window "Mémo interne"] "\n"\n + " with [get-editbox -after [get-label \"Caractères restants\"]] {\n"\n + " set-text $memo\n"\n + " }\n"\n + " get-button Valider | click\n"\n + " "\n}* time: 0.000 s *val message* time: 0.000 s *proc ajouteMsgClient -body { get-editor Devis | get-section | get-link "Message Client" | click\n with [get-window "Message Client"] "\n"\n + " with [get-editbox -after [get-label \"Caractères restants\"]] {\n"\n + " set-text $message\n"\n + " }\n"\n + " get-button Valider | click\n"\n + " "\n}* time: 0.001 s *proc initialiseQualifRelance -body { get-editor Devis | get-section | get-link "Qualifier relance" | click\n with [get-window QualificationRelanceDevisDialog] "\n"\n + " get-button | click\n"\n + " //get-editbox -after [get-label \"Je me permettrai de vous rappeler le\"] | set-focus\n"\n + " get-window -from \"AbstractCombo.createPopup()\" | get-label 44 | click\n"\n + " //get-editbox -after [get-label \"Je me permettrai de vous rappeler le\"] | set-focus\n"\n + " get-button OK | click\n"\n + " "\n}* time: 0.000 s *proc sauvegardeImpressionFermeture -body { get-button "Enregistrer/Imprimer/Fermer" | click\n with [get-window Information] "\n"\n + " //log get-link | get-text\n"\n + " get-button OK | click\n"\n + " "\n}* time: 0.000 s *save-state* time: 0.001 s Script *OuvreIntegrerDevis* time: 6.449 s --> q7 wait details <-- total wait time: 6413 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 6413 *restore-state* time: 0.001 s *ouvre-devis* time: 0.734 s *get-button Vente* time: 0.045 s --> q7 wait details <-- total wait time: 32 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 20 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 1 *click* time: 0.100 s --> q7 wait details <-- total wait time: 81 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 78 *get-button "Devis (M1+D)"* time: 0.016 s *get-property -name "isEnabled()"* time: 0.000 s *equals -value true* time: 0.000 s *verify-true* time: 0.009 s *get-button "Devis (M1+D)"* time: 0.015 s *click* time: 0.426 s --> q7 wait details <-- total wait time: 2 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793 *get-window "Rechercher un client"* time: 0.004 s *get-group* time: 0.025 s --> q7 wait details <-- total wait time: 16 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 14 *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.004 s *get-editbox* time: 0.010 s *set-focus* time: 0.013 s --> q7 wait details <-- total wait time: 4 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleSetFocus:953, total time: 2 *get-client-b-a-c-q-u-e-t* time: 2.864 s *get-client* time: 2.859 s *get-val cle* time: 0.000 s *get-val nom* time: 0.000 s *get-val prenom* time: 0.000 s *get-val codePostal* time: 0.000 s *recherche-client* time: 0.504 s *get-window "Rechercher un client"* time: 0.010 s *with* time: 0.484 s --> q7 wait details <-- total wait time: 248 job: com.adeo.pyxis.uivente.portal.SalesPortalPage$EstimateIndicatorJob sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:70 *get-val cle* time: 0.000 s *not-eq* time: 0.000 s *if -then {get-group [get-label "Rechercher un client"] | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-text [get-val cle]}* time: 0.000 s *get-label "Rechercher un client"* time: 0.014 s *get-group -index 1* time: 0.011 s *with* time: 0.193 s *get-val nom* time: 0.000 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Nom/Raison sociale:"] | set-text [get-val nom]}* time: 0.048 s *get-label "Nom/Raison sociale:"* time: 0.004 s *get-editbox* time: 0.009 s *get-val nom* time: 0.000 s *set-text -text BACQUET* time: 0.016 s --> q7 wait details <-- total wait time: 7 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 5 *get-val prenom* time: 0.001 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.054 s *get-label "Prénom:"* time: 0.009 s *get-editbox* time: 0.010 s *get-val prenom* time: 0.000 s *set-text -text Francis* time: 0.015 s --> q7 wait details <-- total wait time: 7 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 5 *get-val codePostal* time: 0.000 s *if -then {get-editbox [get-label "CP/Dpt:"] | set-text [get-val codePostal]}* time: 0.051 s *get-label "CP/Dpt:"* time: 0.005 s *get-editbox* time: 0.010 s *get-val codePostal* time: 0.000 s *set-text -text 59650* time: 0.015 s --> q7 wait details <-- total wait time: 9 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 5 *get-button Rechercher* time: 0.003 s --> q7 wait details <-- total wait time: 0 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:70 *click* time: 0.215 s --> q7 wait details <-- total wait time: 197 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 195 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 21 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 10 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.createCollector:151, total time: 93 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.setTaskName:186, total time: 6 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57, total time: 1 async: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.done:161, total time: 5 sync: org.eclipse.jface.operation.ModalContext.run:148, total time: 3 async: org.eclipse.jface.operation.ModalContext.run:148 *get-window "Rechercher un client"* time: 0.006 s *with* time: 2.322 s --> q7 wait details <-- total wait time: 1143 job: com.adeo.pyxis.uivente.portal.SalesPortalPage$EstimateIndicatorJob sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-table* time: 0.010 s *get-cell 0 3* time: 0.017 s --> q7 wait details <-- total wait time: 0 automatic.expand: [] *mouse down -count 1* time: 1.104 s --> q7 wait details <-- total wait time: 1100 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:70, total time: 1100 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289, total time: 1 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 29 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 5 sync: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97, total time: 146 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57, total time: 710 async: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.done:161, total time: 5 sync: org.eclipse.jface.operation.ModalContext.run:148, total time: 3 async: org.eclipse.jface.operation.ModalContext.run:148 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 198 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 195 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 197 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 241 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 378 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 523 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77, total time: 460 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77 async: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57 *get-window "Fiche de synthèse du client"* time: 0.018 s --> q7 wait details <-- total wait time: 12 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62, total time: 11 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-button "Sélectionner"* time: 0.030 s --> q7 wait details <-- total wait time: 19 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 16 *click* time: 1.102 s --> q7 wait details <-- total wait time: 1095 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 849 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 828 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 async: com.adeo.pyxis.uicommon.transaction.ListeProduitsComposite.resizeColumns:80, total time: 706 async: com.adeo.pyxis.uicommon.transaction.editors.TransactionFormPage.doEdit:172, total time: 559 async: org.eclipse.ui.internal.NavigationHistory.markEditor:188, total time: 397 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 171 *get-menu "Devis/Intégrer un devis..."* time: 0.042 s --> q7 wait details <-- total wait time: 29 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 27 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 18 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 1 *click* time: 0.497 s --> q7 wait details <-- total wait time: 3 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 1 *get-window "Intégrer Devis du client"* time: 0.005 s *with* time: 2.164 s *get-link "Le devis appartient à un autre client ?"* time: 0.017 s --> q7 wait details <-- total wait time: 15 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 13 *click* time: 0.385 s --> q7 wait details <-- total wait time: 3 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 1 *get-client* time: 1.741 s --> q7 wait details <-- total wait time: 11 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 5 *get-val cle* time: 0.000 s *get-val nom* time: 0.000 s *get-val prenom* time: 0.000 s *get-val codePostal* time: 0.000 s *recherche-client* time: 0.465 s *get-window "Rechercher un client"* time: 0.011 s *with* time: 0.444 s *get-val cle* time: 0.001 s *not-eq* time: 0.001 s *if -then {get-group [get-label "Rechercher un client"] | get-editbox [get-label "N° Client / CM / Téléphone / E-mail:"] \n | set-text [get-val cle]}* time: 0.101 s *get-label "Rechercher un client"* time: 0.030 s --> q7 wait details <-- total wait time: 18 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 14 *get-group* time: 0.012 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.005 s *get-editbox* time: 0.011 s *get-val cle* time: 0.001 s *set-text -text 14* time: 0.012 s --> q7 wait details <-- total wait time: 7 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 4 *get-label "Rechercher un client"* time: 0.003 s *get-group -index 1* time: 0.011 s *with* time: 0.043 s *get-val nom* time: 0.000 s *not-eq* time: 0.001 s *if -then {get-editbox [get-label "Nom/Raison sociale:"] | set-text [get-val nom]}* time: 0.000 s *get-val prenom* time: 0.001 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.000 s *get-val codePostal* time: 0.000 s *if -then {get-editbox [get-label "CP/Dpt:"] | set-text [get-val codePostal]}* time: 0.000 s *get-button Rechercher* time: 0.012 s *click* time: 0.222 s --> q7 wait details <-- total wait time: 204 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 200 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289, total time: 1 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 18 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 5 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.createCollector:151, total time: 82 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.setTaskName:186, total time: 4 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57 async: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.done:161, total time: 6 sync: org.eclipse.jface.operation.ModalContext.run:148, total time: 3 async: org.eclipse.jface.operation.ModalContext.run:148 *get-window "Rechercher un client"* time: 0.004 s *with* time: 1.242 s --> q7 wait details <-- total wait time: 889 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62, total time: 1 *get-table* time: 0.008 s *get-cell 0 3* time: 0.017 s --> q7 wait details <-- total wait time: 0 automatic.expand: [] *mouse down -count 1* time: 0.846 s --> q7 wait details <-- total wait time: 840 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792, total time: 1 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289, total time: 1 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 25 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 15 sync: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97, total time: 121 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57, total time: 559 async: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.done:161, total time: 5 sync: org.eclipse.jface.operation.ModalContext.run:148, total time: 2 async: org.eclipse.jface.operation.ModalContext.run:148 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 158 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 154 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 166 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 177 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 275 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 389 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 374 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77, total time: 345 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77 async: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57 *get-window "Fiche de synthèse du client"* time: 0.015 s --> q7 wait details <-- total wait time: 10 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62, total time: 10 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-button "Sélectionner"* time: 0.028 s --> q7 wait details <-- total wait time: 17 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 14 *click* time: 0.284 s --> q7 wait details <-- total wait time: 224 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 220 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 *save-state* time: 0.002 s