TC can't find form objects/text boxes
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TC can't find form objects/text boxes
I'm guessing my first couple steps are causing the issue. I'll attach a screen shot of the first few steps.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I record or add a new step using the finder tool for On-Screen actions, it then can find that form field in the new window, but none of the fields on the page from the previously recorded test.
does that clarify things
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Type Message Time Link
The object does not exist. 12:59:28
The object does not exist. 12:59:28
The test execution was interrupted. 12:59:28
An error occurred when executing the "textboxTxtinsurednameFirst" method or property of the "cell" object.
The object or one of its parent objects was not found in the system.
Tested Object
------------------
Alias: Aliases.iexplore.pageInsuredinformation.formForm1.tableBodytable.cellContentcell.tableContenttable.cell.table.cell4.table.cell
Mapping item: NameMapping.Sys.iexplore.pageInsuredinformation.formForm1.tableBodytable.cellContentcell.tableContenttable.cell.table.cell4.table.cell
Missing Object
------------------
Alias: Aliases.iexplore.pageInsuredinformation
Mapping item: NameMapping.Sys.iexplore.pageInsuredinformation
You are trying to call the "Text" method or property of the "textboxTxtinsurednameFirst" object that does not exist.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jack,
I suppose that you are facing the problem because some mapping properties of the target objects are changing dynamically. To avoid the issue, you need to verify the NameMapping scheme and replace all the dynamical parts of the mapping properties with the "*" wildcard. Please see the "Ignoring Query String Parameters" help topic for details.
If you still face the issue, please zip the entire project suite folder and send us the archive via the following web form:
http://www.automatedqa.com/support/message.asp
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sub Main
Main
Aliases.iexplore.pageGrangeagentLogin.formAspnetform.RefreshMappingInfo
End Sub
