- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 11:57 PM
Hi,
Field values are coming from the script if i try to create ATF i can't see that values in choice.
I have a Catalog item which Solution Type and Reason for Deployment choice values are coming from some script.
if i set those 2 field values I can't see the choice=NRM for both the fields in the ATF.
Please help me out how can is set these values in ATF(Automated Test Framework)
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 02:23 AM
Hi
Step1: Enable parameterized testing
Step2: Define a parameter from the 'Parameter Definition' Related list
Step3: Set value of the parameter from the 'Test Run Data Sets' related list
Step4: Chose the parameter in the set variable value step
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 02:16 AM
Hi,
One option is to enable parameterized testing, create a parameter and set the value for the parameter in input data.
And in the step set value using this parameter
Regards,
Karthik Nagaramu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 02:19 AM
Thanks for your reference.
Could you please little bit clear on your response, i know the Parameterized testing but please help me out with the proper step configuration.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 02:23 AM
Hi
Step1: Enable parameterized testing
Step2: Define a parameter from the 'Parameter Definition' Related list
Step3: Set value of the parameter from the 'Test Run Data Sets' related list
Step4: Chose the parameter in the set variable value step
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 11:20 PM