Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Need your Help Coding

Reply
Thread Tools

Need your Help Coding

 
 
shika
Guest
Posts: n/a
 
      11-07-2006
I need a small favor from JavaScript gurus
I'm using Ieunit to automate our functional test scripts


IeUnit is a framework to test logical behaviors of web pages. It helps
users to create, organize and execute functional unit tests.

The architecture of IeUnit is based on the xUnit framework which has
been adapted to various languages and platforms. IeUnit is implemented
in JavaScript language and tailored to Windows platform


I have a script which clicks on button i.e "listbutton" and it's
bring up another window, in that window I need to click on check all
button but somehow my scrip is Failing constantly

Here are the codes
Any gurus want to help me out . All your help is really appreciated.





_.clickLink(" reports");
_.setFrame("bottom/content/dynshow");
_.setFrame("bottom/content/dynshow");
_.assertNotNull(_.findButton("List"));
_.clickButton(" List");
window.focus("swin");
handle=window.open("swin('/ccbin/dynamic.dll?control=q_1&source=zzr01&m=c_value&t=1 &table=project11&column=c_customerid&search=&title =Tagid,
'search',
'toolbar=no,menubar=no,status=no,resizable=yes,scr ollbars=yes,width=300,height=450')");
window.focus("swin");
_.assertNotNull(_.findButton("Check All"));
_.clickButton("Check All");

_.


Any help is appreciated please mail me @

 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      11-07-2006
shika wrote:
> I need a small favor from JavaScript gurus


You seem to be looking 'all over the place' for them,
please refrain from multi-posting.

More to the point, you will not find the JavaScript
gurus on Java groups. Try comp.lang.javascript

(X-Post to c.l.j.p./a.,c.s.t., w/ f-u to c.s.t. only)

Andrew T.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
general coding issues - coding style... calmar Python 11 02-21-2006 10:36 AM
I need help for RAM coding In verilog apssingh VHDL 1 01-11-2006 03:22 PM
need some help with coding Milsnips ASP .Net 1 10-17-2005 12:00 PM
ZoneAlarm has detected a problem with your installation, and therefore has restricted Internet access from your machine for your protection. Don’t panic A Teuchter Computer Support 2 05-19-2005 09:20 PM
MIKE Your my saviour...but i still need your help...:S suntzu Computer Support 7 08-05-2003 03:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57