cancel
Showing results for 
Search instead for 
Did you mean: 

Selenium Automation Tool in SandBox/Testing Environment

Hello,

 

I want to use Selenium (Ruby and Watir) to create a testing script using the sandbox UI to create payment methods. Is there a way to automate the page?

As well as Understanding the Sandbox UI from a testing prospective. I have taken a look at the testing guide and have all the Credit card codes and ACH codes as well. 

sdarko
Member
2 REPLIES 2

It is would be faster and less fragile to create profiles using an api.

The UI can change as features roll out and break selenium scripts.

 

Have you taken a look at the api reference or any of the SDKs?

https://developer.authorize.net/api/reference/#customer-profiles

 

SDKs

https://github.com/AuthorizeNet

 

 

 

mmcguire
Administrator Administrator
Administrator

We have the API use for creating profiles and have done a few that way. 

 

For now we wanted to try and use selenium scripts as well but when we try it does not see to find the element on the page.  As to why i proposed the question if it was possible to automate the page.