applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml (33 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <testcase> <open value="/partymgr/control/logout" /> <open value="/partymgr/control/setSessionLocale?newLocale=en" /> <waitForPageToLoad value="30000" /> <type name="USERNAME" value="admin" /> <type name="PASSWORD" value="ofbiz" /> <click locator="//input[@value='Login']" /> <waitForPageToLoad value="50000" /> <getBodyText out="bodyText"/> <getHtmlSource out="htmlSource"/> <click locator="link=Communications" /> <waitForPageToLoad value="50000" /> <click locator="link=New Communication" /> <waitForPageToLoad value="50000" /> <select locator="EditCommEvent_communicationEventTypeId" option="label=Email" /> <select locator="EditCommEvent_statusId" option="label=Entered" /> <type name="partyIdFrom" value="DemoCustomer" /> <type name="partyIdTo" value="admin" /> <select locator="EditCommEvent_contactMechTypeId" option="label=Internal Note via partyId" /> <type name="EditCommEvent_subject" value="Test send Internal note" /> <type name="EditCommEvent_content" value="Send from democustomer to admin " /> <click locator="submitButton" /> <waitForPageToLoad value="50000" /> <click locator="link=Create Opportunity" /> <waitForPageToLoad value="50000" /> <click locator="//input[@name='submitButton' and @value='Save']" /> <waitForPageToLoad value="50000" /> <click locator="link=Communications" /> <waitForPageToLoad value="50000" /> <captureEntirePageScreenshot value="CommEventCreateOpportunity"/> <closeBrowser/> </testcase>