Automated test open a child record by parent record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 10:35 PM
Hi All,
After i created an incident, the incident task will be generated by a business rule.
The incident task 's are linked to the incident.
How can I open the incident task after the "Submit a Form" step ?
Say my testing script is following
1)Open a New Incident form
2)populate the incident caller and short description
3)Submit a Form
4)Open the existing incident task by the step 3's incident ID ?
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 01:46 AM
Hi Pat yuen
Actually i didn't understand your question exactly . i thought (your thinking) after submit the form can we open an existing form right?
if your thinking like above
yes we can open an existing record...
and if we want change the field values, states, validations,etc.. we can do
(we can see client test runner ( first incident ID is the same as existing incident ID) )
for ex: see screen short below
see 5th step for clarification
Thanks
Vamsi Krishna
please mark like /helpful /correct answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 02:15 AM
Hi Vamsi,
Thanks for the answer. However, what i mean here is incident task table, so incident task is the child of incident.
It is two different table, incident and incident task, may be this cause the confusion.
It will be generated by a business rule.
My question here is when a form (incident submit), an incident task record will be generated as well.
How can I pass the newly generated incident id to the incident task table to open the incident task record ?
Say,
INC001001 (incident)is the one generated
INT001002 (incident_task)is the incident task genrated by business rule.
Their relationship would be INC001001 is the parent of INT001002
How can I open the INT001002 after submission of INC001001 ?
I know I can open the incident, but not the incident task, may be jasimine ? but I don't want to do many scripting if possible.
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2017 12:43 PM
I have the same question. Opening a child task, setting it as complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 08:15 AM
Unfortunately, as far as I know, this is not possible. (though, I would love to be proved wrong)