Report: Test case *FiabilitéIntegrerDevis/OuvreIntegrerDevis* time: 1 m 13 s Context *Close modal dialogs* time: 0.407 s *save-state* time: 0.000 s *restore-state* time: 0.000 s Context *PortailVente* time: 0.756 s *save-state* time: 0.000 s Context *client* time: 0.148 s *restore-state* time: 0.000 s *proc getClientBACQUET -body {getClient BACQUET Francis 59650}* time: 0.000 s *val cle* time: 0.000 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.000 s *val cle* time: 0.000 s *val nom* time: 0.000 s *val prenom* time: 0.000 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.001 s Context *devis* time: 0.961 s *restore-state* time: 0.001 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.001 s *val ref* time: 0.000 s *val quantite* time: 0.000 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.000 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.001 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.000 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: 1 m 10 s *restore-state* time: 0.001 s *ouvre-devis* time: 0.655 s *get-button Vente* time: 0.044 s *click* time: 0.090 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.001 s *get-button "Devis (M1+D)"* time: 0.016 s *click* time: 0.374 s *get-window "Rechercher un client"* time: 0.005 s *get-group* time: 0.021 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.004 s *get-editbox* time: 0.009 s *set-focus* time: 0.012 s *get-client-b-a-c-q-u-e-t* time: 46.827 s *get-client* time: 46.822 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.453 s *get-window "Rechercher un client"* time: 0.002 s *with* time: 0.440 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.005 s *get-group -index 1* time: 0.009 s *with* time: 0.191 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.049 s *get-label "Nom/Raison sociale:"* time: 0.003 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.000 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.052 s *get-label "Prénom:"* time: 0.008 s *get-editbox* time: 0.009 s *get-val prenom* time: 0.001 s *set-text -text Francis* time: 0.014 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.006 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.004 s *click* time: 0.188 s *get-window "Rechercher un client"* time: 0.014 s *with* time: 46.328 s *get-table* time: 0.013 s *get-cell 0 3* time: 0.017 s *mouse down -count 1* time: 0.997 s *get-window "Fiche de synthèse du client"* time: 0.014 s *get-button "Sélectionner"* time: 0.025 s *click* time: 45.224 s *get-menu "Devis/Intégrer un devis..."* time: 0.058 s *click* time: 0.418 s *get-window "Intégrer Devis du client"* time: 0.005 s *with* time: 22.596 s *get-link "Le devis appartient à un autre client ?"* time: 0.031 s *click* time: 20.473 s *get-client* time: 2.072 s *get-val cle* time: 0.001 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.626 s *get-window "Rechercher un client"* time: 0.014 s *with* time: 0.600 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.138 s *get-label "Rechercher un client"* time: 0.039 s *get-group* time: 0.021 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.015 s *get-editbox* time: 0.020 s *get-val cle* time: 0.000 s *set-text -text 14* time: 0.011 s *get-label "Rechercher un client"* time: 0.012 s *get-group -index 1* time: 0.019 s *with* time: 0.047 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.000 s *get-val prenom* time: 0.000 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.003 s *click* time: 0.329 s *get-window "Rechercher un client"* time: 0.003 s *with* time: 1.414 s *get-table* time: 0.011 s *get-cell 0 3* time: 0.018 s *mouse down -count 1* time: 0.973 s *get-window "Fiche de synthèse du client"* time: 0.014 s *get-button "Sélectionner"* time: 0.027 s *click* time: 0.328 s *save-state* time: 0.002 s Q7 Wait details Test case *FiabilitéIntegrerDevis/OuvreIntegrerDevis* time: 1 m 13 s Context *Close modal dialogs* time: 0.407 s --> q7 wait details <-- total wait time: 387 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: 156 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 59 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 4 *save-state* time: 0.000 s *restore-state* time: 0.000 s Context *PortailVente* time: 0.756 s --> q7 wait details <-- total wait time: 56 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: 54 *save-state* time: 0.000 s Context *client* time: 0.148 s --> q7 wait details <-- total wait time: 115 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 115 *restore-state* time: 0.000 s *proc getClientBACQUET -body {getClient BACQUET Francis 59650}* time: 0.000 s *val cle* time: 0.000 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.000 s *val cle* time: 0.000 s *val nom* time: 0.000 s *val prenom* time: 0.000 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.001 s Context *devis* time: 0.961 s --> q7 wait details <-- total wait time: 941 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 2 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 922 async: com.adeo.pyxis.uivente.portal.SalesPortalPage.doSomethingLongRunning:73, total time: 201 job: com.adeo.pyxis.uivente.portal.SalesPortalPage$EstimateIndicatorJob, total time: 8 *restore-state* time: 0.001 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.001 s *val ref* time: 0.000 s *val quantite* time: 0.000 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.000 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.001 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.000 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: 1 m 10 s --> q7 wait details <-- total wait time: 70654 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 70654 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 6 *restore-state* time: 0.001 s *ouvre-devis* time: 0.655 s *get-button Vente* time: 0.044 s --> q7 wait details <-- total wait time: 31 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 19 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114 *click* time: 0.090 s --> q7 wait details <-- total wait time: 73 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 71 *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.001 s *get-button "Devis (M1+D)"* time: 0.016 s *click* time: 0.374 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.005 s *get-group* time: 0.021 s --> q7 wait details <-- total wait time: 14 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 12 *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.004 s *get-editbox* time: 0.009 s *set-focus* time: 0.012 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: 46.827 s *get-client* time: 46.822 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.453 s *get-window "Rechercher un client"* time: 0.002 s *with* time: 0.440 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.005 s *get-group -index 1* time: 0.009 s *with* time: 0.191 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.049 s *get-label "Nom/Raison sociale:"* time: 0.003 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: 9 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 5 *get-val prenom* time: 0.000 s *not-eq* time: 0.000 s *if -then {get-editbox [get-label "Prénom:"] | set-text [get-val prenom]}* time: 0.052 s *get-label "Prénom:"* time: 0.008 s *get-editbox* time: 0.009 s *get-val prenom* time: 0.001 s *set-text -text Francis* time: 0.014 s --> q7 wait details <-- total wait time: 8 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 6 *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.006 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: 8 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.setText:1516, total time: 6 *get-button Rechercher* time: 0.004 s *click* time: 0.188 s --> q7 wait details <-- total wait time: 168 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 166 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: 60 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.setTaskName:186, total time: 4 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: 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.014 s *with* time: 46.328 s --> q7 wait details <-- total wait time: 1004 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-table* time: 0.013 s *get-cell 0 3* time: 0.017 s --> q7 wait details <-- total wait time: 0 automatic.expand: [] *mouse down -count 1* time: 0.997 s --> q7 wait details <-- total wait time: 990 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 31 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 20 sync: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97, total time: 157 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57, total time: 686 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: 4 async: org.eclipse.jface.operation.ModalContext.run:148 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 187 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 183 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 189 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 317 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 366 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 491 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77, total time: 420 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.014 s --> q7 wait details <-- total wait time: 9 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62, total time: 9 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-button "Sélectionner"* 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: 13 *click* time: 45.224 s --> q7 wait details <-- total wait time: 45209 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 827 timer: com.adeo.pyxis.portal.listeners.BrowserListener.setUrl:119, total time: 25133 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 24616 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 async: com.adeo.pyxis.uicommon.transaction.ListeProduitsComposite.resizeColumns:80, total time: 713 async: com.adeo.pyxis.uicommon.transaction.editors.TransactionFormPage.doEdit:172, total time: 548 async: org.eclipse.ui.internal.NavigationHistory.markEditor:188, total time: 401 timer: com.adeo.pyxis.portal.listeners.BrowserListener.run:115, total time: 24278 browser: http://url.Hidden/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&departmentids=008&width=186, total time: 44138 browser: http://url.Hidden/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&width=186&seller=10008166, total time: 44138 timer: com.adeo.pyxis.desktop.ApplicationActionBarAdvisor.run:104, total time: 1 timer: com.adeo.pyxis.desktop.ApplicationActionBarAdvisor.run:104 *get-menu "Devis/Intégrer un devis..."* time: 0.058 s --> q7 wait details <-- total wait time: 49 sync: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.cleanMenus:2836, total time: 47 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 35 timer: com.adeo.pyxis.portal.listeners.BrowserListener.setUrl:119, total time: 14 async: com.adeo.pyxis.portal.PortalStartup.shellActivated:114, total time: 15 *click* time: 0.418 s --> q7 wait details <-- total wait time: 2 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: 22.596 s *get-link "Le devis appartient à un autre client ?"* time: 0.031 s --> q7 wait details <-- total wait time: 20 shell.activate: org.eclipse.swt.widgets.Shell async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.activateViewEditor:1465, total time: 17 *click* time: 20.473 s --> q7 wait details <-- total wait time: 20468 timer: com.adeo.pyxis.portal.listeners.BrowserListener.setUrl:119, total time: 9 timer: com.adeo.pyxis.portal.listeners.BrowserListener.run:115, total time: 4 browser: http://url.Hidden/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&departmentids=008&width=186, total time: 19995 browser: http://url.Hidden/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&width=186&seller=10008166, total time: 19985 job: com.adeo.pyxis.uivente.portal.SalesPortalPage$EstimateIndicatorJob, total time: 54 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:70, total time: 9487 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793 *get-client* time: 2.072 s *get-val cle* time: 0.001 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.626 s *get-window "Rechercher un client"* time: 0.014 s *with* time: 0.600 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.138 s *get-label "Rechercher un client"* time: 0.039 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: 15 *get-group* time: 0.021 s *get-label "N° Client / CM / Téléphone / E-mail:"* time: 0.015 s *get-editbox* time: 0.020 s *get-val cle* time: 0.000 s *set-text -text 14* time: 0.011 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.012 s *get-group -index 1* time: 0.019 s *with* time: 0.047 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.000 s *get-val prenom* time: 0.000 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.003 s *click* time: 0.329 s --> q7 wait details <-- total wait time: 317 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 314 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289, total time: 7 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 15 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 5 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.createCollector:151, total time: 87 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.003 s *with* time: 1.414 s --> q7 wait details <-- total wait time: 1044 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62, total time: 7 async: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:62 *get-table* time: 0.011 s *get-cell 0 3* time: 0.018 s --> q7 wait details <-- total wait time: 0 automatic.expand: [] *mouse down -count 1* time: 0.973 s --> q7 wait details <-- total wait time: 964 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792, total time: 1 sync: org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage:289, total time: 2 async: org.eclipse.jface.dialogs.ProgressMonitorDialog.handleEvent:404, total time: 37 async: org.eclipse.jface.operation.AccumulatingProgressMonitor.beginTask:123, total time: 27 sync: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97, total time: 181 sync: com.adeo.rcp.technique.jobs.OnlyWhenShownJob.run:82, total time: 98 sync: com.adeo.pyxis.technique.remotestatus.RemoteServiceStatusHelper.notifyServiceStatusChanged:57, total time: 647 async: com.adeo.pyxis.uicustomer.controllers.CustomerSummaryController.run:97 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 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 178 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 176 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 199 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 211 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 324 sync: com.adeo.pyxis.uicustomer.dialogs.CustomerSummaryDialog.syncDisplay:845, total time: 449 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder.run:77, total time: 403 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.014 s --> q7 wait details <-- total wait time: 1 sync: com.adeo.pyxis.uicustomer.wll.FidelityWllHanlder$1$1 *get-button "Sélectionner"* time: 0.027 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: 15 *click* time: 0.328 s --> q7 wait details <-- total wait time: 265 async: org.eclipse.rcptt.tesla.internal.ui.player.SWTUIPlayer.click:793, total time: 262 async: org.eclipse.rcptt.tesla.internal.ui.processors.SWTUIProcessor.handleMouseEvent:792 *save-state* time: 0.002 s