ATF-Custom steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 04:07 AM
Hi Team,
My requirement is to create custom steps, that can be used for all ATF.
Like , Create a company, account and partner.
Thanks,
reena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 04:13 AM - edited 03-29-2023 04:14 AM
I think what you need is Test Templates. The creation of records like company, account, partner, etc, would be a series of steps inside those templates. Have look here for the documentation.
You can then apply the templates to multiple test cases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 10:29 PM
Hi Laszlo,
Thanks for your reply, but in the instance only one Test Template is there, nothing related to my requirement.
Can you help me out of this?
Thanks,
Reena Kumari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 11:50 PM
Hi Reena,
You can create custom steps by following below points :
- Navigate to Automated Test Framework > Administration > Step Configurations.
- Click New, The system displays the Test Step Config form.
- In the Name field, enter a name for your step type.
- Leave the Step environment set to Server-Independent
- In the Order field, enter an integer specifying where steps with this configuration appear
- In the Template reminder field, enter the instructions you want to appear when this step is included in a test as part of a template
- In the HTML description field, enter the text you want to appear when the cursor highlights this step
- In the Description generation script field, add code to the provided template to generate the description assigned to a Test Step record
- In the Step Execution Script field, add code to the provided template to define the script that executes when a step of this type runs
- Click Submit
Thanks,
Damini Sheth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 01:00 AM
Hi Damini,
My requirement is to create a company for customer. Table to be queried is customer_account.
Variables will be Company name, Company ID and customer variable will be of checkbox.
I did like this.
But it's failing .
Please help me out.
Thanks,
Reena