automate UI testing

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

automate UI testing

Dimple
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 ??
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

softwaretestingforum
Administrator
About you selenium and html5 question please post it in Selenium forum - http://www.seleniumtests.com/p/selenium-2-forum.html or http://www.seleniumtests.com/p/selenium-1-forum.html

About - " how do i automate my tests " Could you elaborate more? What issues are you facing?

~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

Dimple
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 ?
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

softwaretestingforum
Administrator
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.
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

Dimple
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??
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

Dimple
hello,
I created a test in Selenium IDE, and exported it as a JUnit file.
Then I opened the notepad file in NetBeans.

But my test code shows error, it shows an underline everywhere.
What do i do? Please help me out.
Reply | Threaded
Open this post in threaded view
|

Re: automate UI testing

softwaretestingforum
Administrator
Did you configure jar files in NetBeans.
Once again, please post your Selenium question in Selenium forum and help us keep the forum clean.
~ seleniumtests.com