When testing payment gateways-web, errors occur when running the test. (Secured objects capturing errors in input card number and other)

Possibly you need to learn how to use browser’s DevTools :

You should not expect the Object Spy and the Web Recording tools resolves your problems automagically. These tools are nice in that they motivate you to get started with Web UI testing. But their capability is limited. When you get an error in the codes generated by these tools, they would no more help you.

Once you got an error, you need to help yourself. You need to study the basics of Web technology. You need to be familiar with the browser’s DevTool. You need to be able to read the codes written in HTML, XPath, CSS, and JavaScript.

1 Like