For Programmers: Free Programming Magazines  


Home > Archive > Software Testing > April 2006 > Re: browserUnit: automating internet explorer to test web pages









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: browserUnit: automating internet explorer to test web pages
alex_f_il@hotmail.com

2006-04-13, 7:08 pm

In most cases you don't have to generate code. SWEA has TestDriver
which allows to run the recorded script.
This code doesn't look complex:
[TestFixture]
public class payments : TestDriver {
public NewTest() : base(@"payments.hsc") {
}
public override void OnAssertControlValue(Scene scene, Control
control) {
}
}

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com