Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting Problem
#3
Solved: 10 Years, 9 Months, 1 Week ago
Refer the below example & implement accordinglySmile

Code:
Set Edt_obj=Description.Create
Edt_obj("micclass").value="WebEdit"

Set x=Browser("..").Page("..").ChildObjects(Edt_obj)
For i=0 to x.count-1
    x(i).Set "sample data"
Next
Reply


Messages In This Thread
Scripting Problem - by devanggoel - 02-19-2010, 05:17 PM
RE: Scripting Problem - by manabh - 02-19-2010, 06:04 PM
RE: Scripting Problem - by sreekanth chilam - 02-19-2010, 08:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Scripting API Server not enabled error Ansh123 4 10,696 12-26-2017, 02:21 PM
Last Post: xiaziya
  what all scripting langugaes we can use in qtp ritugoyal 4 2,806 11-24-2009, 11:51 AM
Last Post: v_selvam
  PERL Scripting Importance/Effectiveness Over QTP RAHUL 4 5,456 06-07-2008, 11:45 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)