Test order automation

I need a way to automate test orders on our test and production websites. I was thinking about using something like iMacro, but I was thinking there should be a better way. Any ideas?

+3
source share
2 answers

Another good FF add-on is the Selenium IDE , which seems a bit more functional than the add-on for iMacros. There are advanced releases ( Selenium , iMacros ) that you can pay for this, including command line scripts, page timings, etc.

I simply evaluate both to see which pens are better than Flash, and Selenium wants the code to be added to Action Script, which with our old flash games is not as simple as using clicks based on iMacros coordinates.

+3
source

Not knowing what kind of “order” you are talking about, it is really impossible to say.

I suspect that you really do not want to create test orders on the production system.

+1
source

Source: https://habr.com/ru/post/1698344/


All Articles