BrandonH
9 years agoContributor
Do I Need to Have Developers Add Unique Object Identifiers?
Hi,
I'm testing a custom, GUI based application with many objects of very similar properties. The only unique identifier between them is currently the index #; however, the index # will update occasionally. I do not want to rely on specifying the location or size of the objects as these can change. All objects have a Name property of: Window("SWT_Window0","",#) where # is the Index #.
Do I need to ask the developers to add a unique identifier so that my tests can be robust or is there another way (i.e. is there a way to map via image identification?)? What identifier would you advise be added to the objects?
Thanks,
- Hey avkour13
Id double check your requirements or speak to dev about the correct authentication scheme you need to use. Considering the error response indicates auth failure this is most likely a problem even if you are sending a userid as a URI/Template parameter cos i'd be surprised if anything relating to authentication was passed in a URI as the details could be sniffed (so totally not secure)
Nice one,
Rich