hiii.. i developed a few tests in selenium with the help of the documents. but now i wish to test html5 modules, so how do i do that ??
n also, how do i automate my tests ??
I would like you to tell me about the way in which i can automate my tests. I am the only person working upon selenium, so I want to automate the tests, so that my colleagues can do the same in my absense. so how do i do that ?
Not quite sure of your question yet. Have you gone through - http://www.seleniumtests.com/p/selenium-documentation.html ?
Are your colleagues exposed to using Selenium? If not then first I would suggest to go thought the link I posted above.
I have emailed you an html file. the problem I am facing is, selenium does not record keyboard press events like pressing the enter, tab or backspace button.
In the end of the test, the recording does not show any numbers on the columns to the right of 1.
But actually while recording the test, I had entered 1 in the textbox and on pressing enter, I get 2, 2 and TRUE as the output in the columns to the right of 1.
So can you please tell me, why are the keyboard press events not recorded and how can I solve this error??