Error "g_form is not defined. A valid form must have g_form defined" in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019 11:13 PM
I am trying to open service portal home page using Open a Form (SP) in ATF. it is giving error "g_form is not defined. A valid form must have g_form defined". How can I fix it.
Regards,
Venkata Satish
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 10:12 AM
Hi Venkata,
Would you please check if the person you are impersonating in ATF have the right roles. There is a possibility, the case might fail because its only available to users with certain roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 08:01 AM
Do you have any UI Policy/Action or Client Script to put your HIDE/SHOW logic to render Variables optionally?
If you put Test Step with Set Variable agaist the hidden variable, you will have that error I think. If then, you need to test Set Variable against the variable hidden/show optionally with separate step I guess.
Moon1