How can u enter text in one particular text box? if one
webpage contain multiple text boxes, all text boxes with same
properties there in no index and Location properties
Answer Posted / suresh
use descriptive programming
dim webed
set webed=description.create
webed("micclass").value="webedit"
arr=browser("").page("").childobjects(webed)
for each i in arr
arr(i).set "text"
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the steps involved in the automation process ?
On what factors can you map the success of automation testing?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
what are the questions that are generally asked in an interview if a person is having 3-4 years of exp..and in ds exp 2 yrs exp is wd automation testing
List down the primary features of a good automation tool?
Where to maintain information like login, password and url?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
What are the advantages of test automation?
What is a ‘test plan’? What is a ‘test case’?
How to decide the tool that one should use for automation testing in their projects?
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
How can you switch back from a frame?