Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripting Problem
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
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.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
You want to fill out ALL text boxes on screen or few of them?
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks 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


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

Forum Jump:


Users browsing this thread: 1 Guest(s)