- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2016 07:53 PM
Hello
I need to Auto populate the Test Plan[tm_test_plan] and Test Case [tm_test_case_instance] to the Report Defect[rm_defect] form which is in the Test case form. Attaching the screenshot for better understanding. Any idea in this?
Test Case Form:
---------------------------
Report Defect form:
----------------------------
Thanks,
Alad.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2016 02:11 PM
This is how i added the query and it worked for me.
this.dialog.addParm('sysparm_query', 'description='+this._blockedReason+'^u_steps_to_reproduce='+this._testSteps);
One more important step to do while testing is clear your browser cache. What ever changes you made won't show up till you clear cache.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2016 05:49 PM
I have my test defects auto generated based on the test failing and skip the manual report, when developer marks as ready to test again the user gets notified and then when test passes the defect is auto closed.