Create your first Salesforce Testcase

The record and playback tool has already performed the initial steps by creating the necessary objects and testcase for logging in and creating an account. After some rearrangement, you’ll notice a structure similar to the example provided. It’s worth noting that I have significantly reorganized my page objects; similarly, you may need to adjust the definitions to better suit your preferences.

The information generated in this example is currently hardcoded, but we’ll transition to a data-driven approach in our next lesson. If you’re unable to execute this script yourself, please download it. To run the script, navigate to Accounts → 1_create and click the play button.

Challenge:

Run the script from the template in my https://github.com/learn-automated-testing/Katalon_Salesforce_Course and or create your own first salesforce script