Forum Discussion
That hint usually occurs if there is some difficulty in identifying the object. It's possible that something may not be identified with some of the same options as under the previous version... some NameMapping changes are in 12.50. So, before we can help too much (you're the first to report this specific problem), it would be good to see
1) Screenshot of the Object Spy/Object Browser of the object in question displaying properties and hierarchy.
2) Screenshot showing the NameMapping configuration for the object you're attempting to work with.
3) Screenshot showing Keyword testing steps to be executed OR copy/paste of script code.
Hi Robert,
Thank you for your reply, I have attached the screenshots and pasted the code.
//Click on Backup and Restore button
Aliases["PTPTaxExpenseObjectMap"]["wndTaxExpenses"]["wndTaxExpenseEmployers"]["btnBackUpRestore"]["BackpImage"]["Click"]()
var backupbtn=Aliases["PTPTaxExpenseObjectMap"]["HwndSource_Window5"]["WndBackupRestoreDatabase"]["TabControl"]
//Click on Backup radio button
backupbtn["rdoBackupTo"]["Click"]()
Delays["ExtraSmallDelay"]()
//Click on Run option
backupbtn["btnRunOption"]["Click"]()
Delays["ExtraSmallDelay"]()
//Click on OK button on backupsuccessful message
Aliases["PTPTaxExpenseObjectMap"]["HwndSource_Window6"]["WindowBackupRestore"]["btnOk"]["Click"]()
Thanks.