Writing selenium tests, should I just get it done or get it right?

Posted by Peter Smith on Programmers See other posts from Programmers or by Peter Smith
Published on 2012-06-19T15:26:57Z Indexed on 2012/06/20 15:25 UTC
Read the original article Hit count: 295

I'm attempting to drive my user interface (heavy on javascript) through selenium. I've already tested the rest of my ajax interaction with selenium successfully. However, this one particular method seems to be eluding me because I can't seem to fake the correct click event. I could solve this problem by simply waiting in the test for the user to click a point and then continuing with the test but this seems like a cop out. But I'm really running out of time on my deadline to have this done and working. Should I just get this done and move on or should I spend the extra (unknown) amount of time to fix this problem and be able to have my selenium tests 100% automated?

© Programmers or respective owner

Related posts about design

Related posts about testing