Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Answer
#1
Not Solved
Question: how will we give values or Testing Data in below function code (in the place of X(0),X(1),X(2),X(3)...etc)

Code of the function is given below
Code:
function journey(byval x)
    with Browser(home)
        with .page(home)
          with .frame(lfrm)
            .image(flights).click
          end with
          with .frame(rfrm)
           .weblist(dcity).select x(0)
           .webedit(ddate).set x(1)
           .weblist(acity).select x(2)
           .webedit(rdate).set x(3)
           .webedit(nop).set x(4)
           .webcheckbox(rtrip).set x(5)
           .webradiogroup(sp).select x(6)
           .webradiogroup(st).select x(7)
           .image(cont1).click
          End with
        End with
    End with
End Function
Please get back to me ASAP

Thanks&Regards
Ravikumar C
Reply


Messages In This Thread
Need Answer - by ravi.chimmili - 10-03-2012, 07:37 PM
RE: Need Answer - by krr - 10-03-2012, 07:50 PM
RE: Need Answer - by krr - 10-04-2012, 11:15 PM
RE: Need Answer - by ravi.chimmili - 10-05-2012, 12:52 AM
RE: Need Answer - by krr - 10-08-2012, 07:38 PM
RE: Need Answer - by ravi.chimmili - 10-09-2012, 08:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)