Test Case for LWC Recipes (LWC-00001)
Last updated
Last updated
the test case is a bit long
therefore, I hide it in the TEST CASE-tab
instructions of special interest are highlighted with // <=============
login
// check that page contains "STOP STOP" and stop test if fails
// HELLO
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Hello"
check that page contains "HelloBinding"
enter "Elvis" into "Name"
check that page contains "Hello, Elvis!"
check that page contains "HelloExpressions"
enter "Pierre" into "First Name"
enter "Bourdieu" into "Last Name"
check that page contains "Uppercased Full Name: PIERRE BOURDIEU"
check that page contains "HelloConditionalRendering"
check that page doesn't contain "These are the details!"
enter "1" into "Show details"
check that page contains "These are the details!"
// CHILD-TO-PARENT
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Events"
check that page contains "EventSimple"
check that page contains "Page 1"
click "Next" 13 times
check that page contains "Page 14"
// PARENT-TO-CHILD
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Parent_to_Child"
check that page contains "ApiSetterGetter"
enter "Buy milk" into "Description"
enter "1" into "Priority"
click "Add Todo"
check that page contains "Buy milk" below "Install Ebikes sample app"
// WIRE
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Wire"
wait 5 seconds
click "Close this window" // clears the "Component Error"
click "Close this window" // clears the "Component Error"
check that page contains "WireGetObjectInfo"
enter "Contact" into "Search"
click "Get Object Info"
check that page contains "\"apiName\": \"Contact\"" // <============ escape characters with a backslash
check that page contains "WireGetPicklistValues"
check that checkbox "Prospect" is not checked
check that checkbox "Technology Partner" is not checked
enter "1" into "Prospect"
enter "1" into "Technology Partner"
check that checkbox "Prospect" is checked
check that checkbox "Technology Partner" is checked
check that page contains "WireGetPicklistValuesByRecordType"
click "slds-button slds-button_icon slds-m-right_x-small" to the left of "Industry" // <===== sometimes you need to "Inspect" and find the name of the element
check that page contains "Utilities" roughly below "Account Picklists"
// RECORD PICKER
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Record_Picker"
check that page contains "RecordPickerHello"
enter "green" into "Select a record" below "RecordPickerHello"
click "Avi" below "RecordPickerHello"
check that page contains "Avi Green"
check that page contains "(212) 842-5500"
check that page contains "RecordPickerDynamicTarget"
click "Account" below the "RecordPickerDynamicTarget"
click "Contact" below the "RecordPickerDynamicTarget"
enter "Bond" into "Search..." below the "RecordPickerDynamicTarget"
click "John Bond"
check that page contains "RecordPickerMultiValue"
enter "avi" into "Contacts"
click "Josh Davis"
enter "baba" into "Contacts"
click "Babara Levy"
check that page contains "Josh Davis"
check that page contains "Babara Levy"
// MISC
open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/n/Misc_Techniques"
// TOAST NOTIFICATIONS DO NOT SHOW UP IN testRigor?
// check that page contains "MiscToastNotification"
// enter "Error Title" into "Title"
// enter "Error Message" into "Message"
// select "error" in "Variant"
// click "Show Toast Notification"
// check that page contains "Error Title"
check that page contains "MiscModal"
click "Show modal"
check that page contains "Content: The modal content"
click "Close"
check that page contains "MiscNotificationModules"
click "Open Alert Modal"
check that page contains "This is an alert message"
click "OK"
click "Open Confirm Modal"
check that page contains "this is the prompt message"
click "OK"
check that page contains "Confirm Status: Ok was clicked"
click "Open Confirm Modal"
check that page contains "this is the prompt message"
click "Cancel"
check that page contains "Confirm Status: Cancel was clicked"
click "Open Prompt Modal"
check that page contains "Please Respond"
type "Have a banana!" // <===== when you cannot get to the element you can try to "type"; type tab moves focus
click "OK"
check that page contains "Entered value is: Have a banana!"
click "Open Prompt Modal"
check that page contains "Please Respond"
type "Have a pumpkin!"
click "Cancel"
check that page doesn't contain "Entered value is: Have a pumpkin!"
check that page contains "MiscRestApiCall"
enter "Flying Spaghetti Monster" into "Search Books"
click "Search"
wait 5 seconds
check that the page contains "The Gospel of the Flying Spaghetti Monster"
Test Run: