testRigor & Salesforce
  • NO-CODE UI TESTING: Guide for testRigor & Salesforce
  • Getting Started
    • Get a Salesforce Hands-On Playground Org (free)
    • Get testRigor (free) and create a Test Suite
    • Create Test Case (T00001)
    • Navigation in Salesforce
    • Navigation in testRigor
  • BASIC TEST CASES
    • Record, edit and play a Test Case (T00002)
    • Create and convert a Lead (T00003)
    • Create more records (T00004)
    • Check Account Validation Rule (T00005)
  • ADVANCED TEST CASES
    • Account Action and List View Button (T00006)
    • Validate Field Value Using REST API (T00007)
    • E2E: Lead entry (Titan) ➔ Salesforce ➔ Email
  • OTHER TEST SCENARIOS
    • Submit a Test Lead
    • TH: Opportunity Won THEN Create Contract
    • Monitor data in your website
    • Monitoring in Production
  • FLOW TEST CASES
    • Screen Flow: Update Email Address
  • E-BIKES SAMPLE APP
    • E-Bikes sample app description
    • testRigor version of the UTAM TEST (EBIKES-00001)
    • Product Explorer - Electra X3 (EBIKES-00002)
    • Reseller Order - Create (EBIKES-00003)
    • Case - Create (EBIKES-00004)
  • LWC RECIPES SAMPLE APP
    • LWC Recipes sample app description
    • Test Case for LWC Recipes (LWC-00001)
  • CORAL CLOUDS SAMPLE APP
    • Coral Clouds sample app description
    • Experience - Generate Description using AI (CC-00001)
    • Experience - Generate Reviews Summary using AI (CC-00002)
  • MORE INFORMATION
    • About testing
    • About testing in Salesforce 🤔
    • About test automation
    • About Test-Driven Development (TDD)
    • About testRigor
    • About using testRigor
    • About other solutions
  • FEEDBACK
    • Questions? - Comments!
Powered by GitBook
On this page
  • Scenario
  • Test Case
  1. E-BIKES SAMPLE APP

Reseller Order - Create (EBIKES-00003)

Scenario

  1. create a new Reseller Order

  2. Drag DYNAMO X1 to the Order

  3. modify price and quantities

  4. check that total price and number of items are correct


Test Case

login

open url "https://ebikes-dev-ed.develop.lightning.force.com/lightning/o/Order__c/new"
// REPLACES
// click "App Launcher"
// click "E-Bikes App"
// click "Reseller Orders"
// click "New"

enter "Northern Trail" into "Account"

click "Save"

drag "DYNAMO X1" into "Drag products here to add items to the order"

enter "1234" into "Price"
enter "2"    into "Small" 
enter "3"    into "Medium"
enter "4"    into "Large" 
click "save-button"

check that page contains "11,106.00"
check that page contains "Total Items: 9"
  • Test Run:


PreviousProduct Explorer - Electra X3 (EBIKES-00002)NextCase - Create (EBIKES-00004)

Last updated 5 months ago

NO-CODE UI TESTING: Guide for testRigor & Salesforce
2MB
EBIKES-00003_-_Reseller_Order_-_Create_Built-in_Ubuntu_Chrome_202412201308_79b4f16c-d5c3-4bdb-bc96-2ded173a2db4.pdf
pdf