Hi Srinath Rao,

your log say's to me look at the test-definition.

>> here is the scrip i am using.
>> <webtest name="Demo">
>>
>> <setInputField name="loginform:username" value="[email protected]
>> <mailto:[email protected]>"/>
>> <setInputField description="Set password field loginform:password:
>> suresh" name="loginform:password" value="suresh"/>
>> <clickLink description="Click link: " htmlId="loginform:Login"/>
>> </webtest>
>>
--------------------------

A minimal login-test should look like:

<steps>
  <invoke description="start" url="/checkForSrcElement.html"/>
  <setInputField name="name" value="some username" />
  <setInputField name="password" value="some password" />
  <clickButton description="Click Login button" label=" Login " />
</steps>


In your test-definition I do not see any invoke-task.

So I do not wonder to see the log-message:

...
FrameWindow[name="history-frame:HCFjq2ls3PjeR0PBPCKldA:1"]
[followFrame]  INFO (com.canoo.webtest.steps.request.FollowFrame) - Looking
for frame (name: "loginform", htmlId: "null") in
http://203.129.240.162:90/iSotyV100/xmlhttp/blank#reload
[followFrame] DEBUG (com.canoo.webtest.steps.request.FollowFrame) - frame
not found
...

yours

Michael
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to