Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting Problem
02-19-2010, 05:17 PM
Post: #1
Scripting Problem

can any one tell me the solution about this problem whit in minimum line of code....
we have 50 text fields in a application form and we want to insert the same data in all but all 50 fields have the different properties.
Find all posts by this user
Quote this message in a reply
02-19-2010, 06:04 PM
Post: #2
RE: Scripting Problem
Hi,
You want to fill out ALL text boxes on screen or few of them?

Thanks & Regards,
Manoj
Find all posts by this user
Quote this message in a reply
02-19-2010, 08:05 PM
Post: #3
RE: Scripting Problem
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

Never limit your challenges , Challenge your limits
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  what all scripting langugaes we can use in qtp ritugoyal 4 636 11-24-2009 11:51 AM
Last Post: v_selvam
  PERL Scripting Importance/Effectiveness Over QTP RAHUL 4 1,316 06-07-2008 11:45 AM
Last Post: Ankur

Forum Jump:


User(s) browsing this thread: 1 Guest(s)