- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 12:40 PM
I am creating a ATF test that will mimic the process of converting a demand to a project in the PPM module. I have all the steps but I need to verify a project was created.
after you press the UI action 'convert to project" a demand baseline is created. how can i verify with a test step the project is here.
what table is used to find projects ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 12:45 PM
There's a field on the demand record called "Project". Once a project is created from a demand, that Project field should be populated.
I would create a step to see if that field is populated. And then you can use that field to open the project record and validate the values on the project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 12:45 PM
There's a field on the demand record called "Project". Once a project is created from a demand, that Project field should be populated.
I would create a step to see if that field is populated. And then you can use that field to open the project record and validate the values on the project.