I would advise the team that you are working on about the "testability" of your product. Which is more inconvenient, adding the capability to automate, or running manual tests FOR THE REST OF YOUR LIFE! If you can get the developers to write at least the occasional test, they will want to help you fix that. Or maybe it's just a problem with the login screen?
Good luck, Dave On Nov 18, 2:56 am, Hrishikesh Bose <[email protected]> wrote: > i got some success using index. thanks guys. will update more :) > > On Thu, Nov 18, 2010 at 4:24 PM, Željko Filipin < > > > > > > > > [email protected]> wrote: > >http://wiki.openqa.org/display/WTR/Index > > > Zeljko > > > On Thursday, November 18, 2010, Hrishikesh Bose > > <[email protected]> wrote: > > > how can i use index? > > > > On Thu, Nov 18, 2010 at 3:35 PM, Hrishikesh Bose < > > [email protected]> wrote: > > > > i tried - other attribute which i got is tab index which is 0 for each > > input field. Don't have name field. > > > > On Thu, Nov 18, 2010 at 3:30 PM, Prajakta Jadhav < > > [email protected]> wrote: > > > Try using some other element property like name or value instead of id. > > You could find their values using developer's tool bar. > > > > 2010/11/18 Hrishikesh Bose <[email protected]> > > > may be i am new to the Watir. > > > > The problem i am facing is as following. > > > > . i need to automate a use case which is like a new window. i provide > > name and password and click save to create a new user. > > > > Now the Name and Password are text fields. I can get the ids using > > developer tool bar. but the next time i reload the page and try to run the > > automation script again, the text_field ids get changed to a new value and > > my test script fails > > > > so the first time i select the text field i get <INPUT id="c_179" > > > > > Once the page is reloaded i get <INPUT id="c_2"> > > > > what i should do so that even if these IDs are changing i can find the > > same element. > > > > thanks, > > > hrishikesh bose > > > > On Thu, Nov 18, 2010 at 3:14 PM, Željko Filipin < > > [email protected]> wrote: > > > On Thu, Nov 18, 2010 at 10:32 AM, Hrishikesh Bose < > > [email protected]> wrote: > > >> so got this questions on whether we can use WATIR to automate AJAX web > > pages. > > > > You should be able to do it. Most of us automate web applications with a > > lot of javascript. Let us know if you have a problem with someting. > > > > Željko > > > -- > > > watir.com - community manager > > > watirpodcast.com - host > > > testingpodcast.com - audio podcasts on software testing. all of them > > > > -- > > > Before posting, please readhttp://watir.com/support. In short: search > > before you ask, be nice. > > > > [email protected] > > >http://groups.google.com/group/watir-general > > > [email protected]<watir-general%2bunsubscr...@goog > > > legroups.com> > > > > -- > > > Before posting, please readhttp://watir.com/support. In short: search > > before you ask, be nice. > > > > [email protected] > > >http://groups.google.com/group/watir-general > > > [email protected]<watir-general%2bunsubscr...@goog > > > legroups.com> > > > > -- > > > Before posting, please readhttp://watir.com/support. In short: search > > before you ask, be nice. > > > > watir-gene...@googlegr > > > -- > > Before posting, please readhttp://watir.com/support. In short: search > > before you ask, be nice. > > > [email protected] > >http://groups.google.com/group/watir-general > > [email protected]<http://groups.google.com/group/watir-general%0Awatir-general+unsubscr...> -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
