Forum Discussion
We need to get a little technical here but I promise not a lot :)
https://support.smartbear.com/testcomplete/docs/reference/misc/using-wildcards.html
If you want the same test to work in Part 1 and Part 2, you will need to use something like this in your test
Aliases.browser.pageAssessmentMasterEngineLms.frameContentFrame.textnode*
The asterisk means that anything that looks like textnode, whether it's textnode2 or textnode32 or textnode9999999999999999999999999999999999999999, will match your test.
The link I posted above about Using Wildcards will explain more.
Hi Marsha and hkim5,
Thank you for your reply.
I have tried this method before and unfortunately didnt help me to solve the issue.
Intelligent Fix is suggesting to put asteriks. However, after I update my object (let say 1.option) with *, for instance contentText which Intelligent Fix is suggesting me, 2., 3. or 4. option is being selected/dragged instead of 1. option. Updating the object is not helping me,since this is a repetitive problem. So, everytime I need to update the object (contentText).
In addition, I found out today that If I record only Part1 and run it few times, I encounter the same problem. (The object doesnt exist).
Is there any different approach to solve this problem?