Forum Overview :: BIT.TRIP RUNNER
 
I may not be thinking this through! by Ice Cream Jonsey 03/04/2015, 4:15pm PST
I'm using the Selenium Webdriver as Junits to bang against a server and automate stuff. Most of my code IS Junits, with @Test sitting there and everything.

I've got some classes most easily described as utility classes. And I want to get both myself and my team used to code coverage. Yes it is a little silly to have Junits for the automation, but not really if you could see the code.

I'm thinking of doing a kind of integration test for these utility classes. Like, an HTML5 page with one of everything we can do in HTML5. Radio buttons, drop downs, blinking text, the works. I could then ensure that my utilities return what I expect when they bang against this simple page.

I feel I am missing something obvious however, so I thought I'd go to Caltrops for help or abuse. Well, I came for the help and I'll stay for the abuse. Anyway, how would you guys accomplish what I've described?


ICJ
NEXT REPLY QUOTE
 
I may not be thinking this through! by Ice Cream Jonsey 03/04/2015, 4:15pm PST NEW
    Utility classes written in what? Javascript? by Entropy Stew 03/04/2015, 4:23pm PST NEW
        I think he wants to wrap his Selenium helper classes in regression checks(?) NT by Fullofkittens 03/04/2015, 5:20pm PST NEW
            I think that's pretty much it, yeah NT by Ice Cream Jonsey 03/05/2015, 8:49am PST NEW
    Re: I may not be thinking this through! by Fullofkittens 03/04/2015, 5:54pm PST NEW
        Re: I may not be thinking this through! by Ice Cream Jonsey 03/05/2015, 8:52am PST NEW
            Re: I may not be thinking this through! by Fullofkittens 03/08/2015, 7:05pm PDT NEW
                Re: I may not be thinking this through! by E. L. Koba 03/11/2015, 5:00pm PDT NEW
        That all sounds correct by Entropy Stew 03/05/2015, 11:40am PST NEW
            Re: That all sounds correct by Did somebody say TESTES??? 03/05/2015, 7:47pm PST NEW
                It went way beyond that by Entropy Stew 03/06/2015, 12:37pm PST NEW
 
powered by pointy