mardi 27 janvier 2015

Cant Submit Form In Robot Framework Testing

I'm basically trying to test this submit form in my website using Robot Framework.


I firstly tried the "Submit Form" Keyword and that didn't work. So I decided to try the "Press Key" Keyword for enter (Being \13 for ASCII) Everything passes. It does in fact input the password and it does in fact press the enter key, but the form doesn't get submitted.


Robot Frame Work Code - Checking Login Form



| Open Admin Login And Check Field And Login
| | Click Element | ${Admin Link}
| | input password | admin-pw | ******
| | Press Key | admin-pw | \13


As I said, It technically Passes the test. But It doesn't send off the form.


Aucun commentaire:

Enregistrer un commentaire